]> granicus.if.org Git - clang/shortlog
clang
2012-08-22 Ted KremenekRename 'getConjuredSymbol*' to 'conjureSymbol*'.
2012-08-22 Ted KremenekRemove Store::bindDecl() and Store::bindDeclWithNoInit...
2012-08-22 Ted KremenekRename 'BindCompoundLiteral' to 'bindCompoundLiteral...
2012-08-22 Anna Zaks[analyzer] IPA document: address Ted's review comments...
2012-08-22 Ted KremenekRemove stale header file.
2012-08-22 Ted KremenekReview, comment, and reformat IPA.txt, including feedba...
2012-08-22 Jordan Rose[analyzer] Document our debug checkers and ExprInspecti...
2012-08-22 Ted KremenekConsilidate SmallPtrSet count() followed by insert...
2012-08-21 Chad Rosier[ms-inline asm] Remove the patchMSAsmStrings function...
2012-08-21 Matt Beaumont-GayAdd an llvm_unreachable to pacify GCC's -Wreturn-type.
2012-08-21 Fariborz Jahanianmake test pass on linux platforms.
2012-08-21 Chad Rosier[ms-inline asm] Have buildMSAsmString build a vector...
2012-08-21 Fariborz Jahanianchange function name in my last patch.
2012-08-21 Fariborz Jahanianobjective-C: Change rules for overriding properties in
2012-08-21 Jordan Rose[analyzer] Set the default IPA mode to 'basic-inlining...
2012-08-21 Jordan Rose[analyzer] -analyzer-ipa=inlining is now the default...
2012-08-21 Dmitri GribenkoUpdate comment to match the reality.
2012-08-21 Dmitri GribenkoCommentBriefParser: allow paragraphs to be separated...
2012-08-21 Jordan Rose[analyzer] Push "references are non-null" knowledge...
2012-08-21 Chad Rosier[ms-inline asm] Do not report a Parser error when match...
2012-08-21 Fariborz JahanianModern objc translator: Fixes a crash in rewriter when...
2012-08-21 David BlaikieUse LLVM_BUILTIN_TRAP instead of lame volatile int...
2012-08-21 Michael J.... Reduce the amount of state in the Option class by relyi...
2012-08-21 Richard SmithSwitch some realignment calculations over to llvm:...
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-21 Dmitri GribenkoDeclPrinter, terse mode: don't print function bodies
2012-08-21 Dmitri GribenkoRename PrintingPolicy::DontRecurseInDeclContext to...
2012-08-21 Chad Rosier[ms-inline asm] Append identifier for better debugging.
2012-08-21 Chad Rosier[ms-inline asm] Remove this test case and the associate...
2012-08-21 Chad Rosier[driver] Add support for the --param ssp-buffer-size...
2012-08-21 Kostya Serebryany[asan] If we are compiling with ASan, add metadata...
2012-08-21 Richard SmithFix alignment of array of VarDecl* following array...
2012-08-21 John McCallWhen performing a trivial copy of a C++ type, we must...
2012-08-21 Richard SmithAvoid binding a reference to a dereferenced pointer...
2012-08-21 John McCallScrew around with ObjCRuntime some more, changing the
2012-08-21 Dmitri GribenkoDeclPrinter: describe what 'terse' output is.
2012-08-21 Jack CarterWhen this test case was first created it was
2012-08-21 Sam PanzerBetter diagnostics for range-based for loops with bad...
2012-08-21 Jordan Rose[analyzer] Assume that reference symbols are non-null.
2012-08-20 Dmitri GribenkoDeclPrinter: add terse output mode and lots of tests
2012-08-20 John McCallFix a pair of bugs relating to properties in ARC.
2012-08-20 Eric ChristopherReapply:
2012-08-20 Dmitri GribenkoAttaching comments to declarations: ignore implicit...
2012-08-20 David BlaikieFix -Wswitch warning introduced by r162231
2012-08-20 David BlaikieRemove unused variable.
2012-08-20 Jordan Rose[analyzer] More tests for "release and stop tracking".
2012-08-20 Jordan RoseUse -fobjc-runtime=macosx10.7 instead of obsolete ...
2012-08-20 Michael J.... Make Option non virtual.
2012-08-20 DeLesley HutchinsThread-safety analysis: fix scoping issues related...
2012-08-20 Eli FriedmanFix InitListExpr::isStringLiteralInit so it handles...
2012-08-20 Manuel KlimekAdds the most requested doc for the AST matchers: a...
2012-08-20 Jordan Rose[analyzer] Add a test for "release and stop tracking...
2012-08-20 Jordan RoseCode-complete 'weak' for properties under ARC-with...
2012-08-20 Jordan Rose[analyzer] Add comments to ExplodedNode::NodeGroup.
2012-08-20 Jordan Rose[analyzer] Replace boolean IsSink parameters with ...
2012-08-20 Richard SmithPR13619: Make sure we're not at EOF before looking...
2012-08-20 Chad Rosier[ms-inline asm] Remove old cruft now that MS-style...
2012-08-20 Jordan Rose[analyzer] The result of && or || is always a 1 or 0.
2012-08-20 Dmitri GribenkoUse correct matcher name in the comment.
2012-08-20 Manuel KlimekFix comments and variable naming:
2012-08-20 Tobias Grosser[cindex.py] Cache the number of chunks in CompletionString
2012-08-20 Hans WennborgBetter wording for reference self-initialization warning.
2012-08-19 Tobias Grosser[cindex.py] Add CachedProperty to CompletionChunk
2012-08-19 Gregory Szorc[clang.py] Add CachedProperty decorator
2012-08-18 Tobias Grosser[cindex.py] Use spaces, not tabs for indentation
2012-08-18 Tobias Grosser[cindex.py] Dispose code completion results properly
2012-08-18 Jordan RoseAllow -verify to be used with files that don't have...
2012-08-18 Benjamin KramerSilence a sign compare warning that only occurs on...
2012-08-18 John McCallWhen mangling a negative number, remember that negating...
2012-08-18 Richard SmithPR41111, PR5925, PR13210: Teach tentative parsing to...
2012-08-18 Dmitri GribenkoAST Matchers tests: test that member() matches member...
2012-08-18 Jordan Rose[analyzer] Treat C++ 'throw' as a sink.
2012-08-18 Jordan Rose[analyzer] Treat @throw as a sink (stop processing).
2012-08-18 Jordan Rose[analyzer] Remove obsolete GenericNodeBuilderRefCount...
2012-08-18 Jordan Rose[analyzer] Use PointerUnion to implement ExplodedNode...
2012-08-18 Dmitri GribenkoAST Matchers tests: test that member() matches member...
2012-08-17 Eric ChristopherReapply:
2012-08-17 Douglas GregorWhen code completion is enabled, don't do any work in
2012-08-17 Fariborz Jahanianc: privide deprecated warning when __private_extern__...
2012-08-17 Chad Rosier[ms-inline asm] Update comment.
2012-08-17 Richard SmithPart of PR13618: visit the TypeLoc when RecursiveASTVis...
2012-08-17 Chad Rosier[ms-inline asm] Extract AsmStmt handling into a separat...
2012-08-17 Fariborz Jahanianmake this test case 64bit test. It fails due to
2012-08-17 Jordan Rose[analyzer] Make BlockDataRegions typed, so that they...
2012-08-17 Fariborz JahanianRemove -Wbad-function-cast from -Wall.
2012-08-17 Daniel Dunbardarwin/driver: Support using SDKROOT to define the...
2012-08-17 Dmitri GribenkoAST Matchers: introduce functionTemplate(), classTempla...
2012-08-17 Alexander KornienkoFixed crash and added a test and a minor output problem
2012-08-17 Fariborz Jahanianc: implement gcc's -Wbad-function-cast which warns
2012-08-17 Benjamin KramerDefine __builtin_ffs[ll] with a signed argument instead...
2012-08-17 Chad Rosier[ms-inline asm] Instantiate the MCStreamer as a NullStr...
2012-08-17 Dmitri GribenkoAdd release notes for type safety attributes.
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-17 Hans WennborgWarn about self-initialization of references.
2012-08-17 Douglas GregorMake the spacing of the code completion result for...
2012-08-17 Douglas GregorWhen we need the complete set of visible declarations...
2012-08-17 Douglas GregorDon't do jump-scope checking when code completion is...
2012-08-17 Eric ChristopherTemporarily revert r162066 and r162062 to see if it...
2012-08-17 Richard SmithFix undefined behavior in debug info emission: operator...
2012-08-17 Richard SmithFix test so that it doesn't keep failing forever when...
next