]> granicus.if.org Git - clang/shortlog
clang
2013-02-03 Dmitri GribenkoDeclPrinter: fix CXXConstructExpr printing with implici...
2013-02-03 Benjamin KramerDrop value names from test to get -Asserts builds back...
2013-02-03 Benjamin KramerCodeGen: Implement hint values for dynamic_cast as...
2013-02-03 Benjamin KramerCodeGen: Remove unnecessary const_casts. No functionali...
2013-02-03 Daniel JasperFix bug in formatting of nested initializers.
2013-02-03 Dmitri GribenkoComment to XML conversion: replace string comparison...
2013-02-03 Benjamin KramerCodeGen: Mark the runtime function __dynamic_cast as...
2013-02-03 Dmitri GribenkoRemove unneeded const_casts
2013-02-03 Dmitri Gribenkolibclang: wrap CXString implementation into 'namespace...
2013-02-03 Dmitri Gribenkolibclang: remove 'using namespace cxstring'
2013-02-03 Dmitri Gribenkolibclang: migrate IndexingDeclVisitor to ConstDeclVisitor
2013-02-03 Dmitri Gribenkolibclang: remove unneeded const_cast
2013-02-03 Dmitri GribenkoConstify ASTContext::getObjContainingInterface
2013-02-03 Dmitri Gribenkolibclang: migrate USRGenerator to ConstDeclVisitor
2013-02-03 Dmitri Gribenkolibclang: remove unneeded const_casts
2013-02-03 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-class.cpp: Tweak to...
2013-02-02 Jordan RoseRevert "[analyzer] Model trivial copy/move ctors with...
2013-02-02 Dmitri Gribenkolibclang: introduce cxstring::{createRef,createDup...
2013-02-02 Richard SmithPR15132: Replace "address expression must be an lvalue...
2013-02-02 Richard SmithCorrectly classify T{} as an array temporary if T is...
2013-02-02 Ted KremenekAdd some horrible Perl code to teach scan-build to...
2013-02-02 Richard SmithDon't forget to run destructors when we create an array...
2013-02-02 Ted KremenekRevert "Update checker build to checker-271."
2013-02-02 Michael GottesmanFixed another whitespace issue... *sigh*.
2013-02-02 Michael GottesmanFixed whitespace.
2013-02-02 Michael GottesmanOn platforms which do not support ARC natively, do...
2013-02-02 Ted KremenekUpdate checker build to checker-271.
2013-02-02 David BlaikieRevert r174246, accidentally committed.
2013-02-02 David BlaikieSentenc-ify comment added in r174206.
2013-02-02 David BlaikieGeneralize DebugInfo tests by avoiding explicit metadat...
2013-02-02 David BlaikieBasics
2013-02-02 Anna Zaks[analyzer] Always inline functions with bodies generate...
2013-02-02 Anna Zaks[analyzer] Print Inline mode with -analyzer-display...
2013-02-02 Anna Zaks[analyzer] Fix typo.
2013-02-02 Nick LewyckyThis patch makes "&Cls::purevfn" not an odr use. This...
2013-02-02 Dmitri Gribenkolibclang: introduce cxstring::{createRef,createDup...
2013-02-01 Douglas GregorMerge "special" types from different modules in the...
2013-02-01 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-class.cpp: Fixup for...
2013-02-01 Argyrios KyrtzidisConst'ify Preprocessor::getPredefinesFileID.
2013-02-01 Dmitri GribenkoUnbreak Makefile build after r174216
2013-02-01 Dmitri GribenkoComment parsing: improve the fidelity of XML output...
2013-02-01 Bill SchmidtAdd some missing PPC cpus
2013-02-01 Fariborz Jahanianobjc: Provide correct fixit instruction when two mismatched
2013-02-01 Jordan Rose[analyzer] Explain why we have system-header-simulator...
2013-02-01 Jordan RoseRe-apply "[analyzer] Model trivial copy/move ctors...
2013-02-01 Jordan Rose[analyzer] Reuse a LazyCompoundVal if its type matches...
2013-02-01 David BlaikieFix exception handling line table problems introduced...
2013-02-01 Hal FinkelAdd -mqpx and -mno-qpx feature flags to toggle use...
2013-02-01 Chad Rosier[driver] Don't try to generate diagnostic information...
2013-02-01 Alexander KornienkoMicro change: moved '{' for better readability (+don...
2013-02-01 Dmitri GribenkoFix indent
2013-02-01 Dmitri GribenkoFix comments: these are not trailing comments
2013-02-01 Dmitri Gribenkolibclang: document the purpose of createNull()
2013-02-01 Dmitri Gribenkolibclang: add comments for CXStringFlag
2013-02-01 Argyrios Kyrtzidis[modules] Introduce ModuleFile::DirectImportLoc which...
2013-02-01 Argyrios KyrtzidisFor ModuleLoader::makeModuleVisible() also pass the...
2013-02-01 Argyrios KyrtzidisIntroduce SourceManager::PredefinesFileID, to allow...
2013-02-01 Bill SchmidtAdd check for @foo
2013-02-01 Bill SchmidtFix a string not seen without asserts
2013-02-01 Alexander KornienkoFixed segmentation fault when a CFGBlock has NULL succe...
2013-02-01 Bill SchmidtFix PR14881 by implementing conversion rules between...
2013-02-01 Bill SchmidtRevise unit testing for -fno-altivec, -mno-altivec.
2013-02-01 Dmitri Gribenkolibclang: itroduce cxstring::createEmpty()
2013-02-01 Dmitri Gribenkolibclang: introduce cxstring::createNull()
2013-02-01 Manuel KlimekRe-design the convenience interfaces on MatchFinder.
2013-02-01 Alexander KornienkoUse const visitors in ASTDumper.
2013-02-01 Daniel JasperHopefully fix windows build due to non-standard pair...
2013-02-01 Daniel JasperRevamp of the basic layouting algorithm in clang-format.
2013-02-01 Richard SmithFix diagnostic for bad alignas use: it can't be applied...
2013-02-01 Nick LewyckyAdd a new -Wundefined-inline warning for inline functio...
2013-02-01 Richard SmithImplement [dcl.align]p5 and C11 6.7.5/4: alignas cannot...
2013-02-01 Hal FinkelAdd PPC A2Q core and BG/Q preprocessor definitions
2013-02-01 John McCallDestroy arrays and ARC fields when throwing out of...
2013-02-01 Douglas GregorDon't do delayed exception-specification checking on...
2013-02-01 Bill SchmidtEnable -fno-altivec, -mno-altivec for PowerPC.
2013-02-01 Michael Han[Sema][Attr]Fix alignment attribute printing.
2013-02-01 Richard SmithConsistently format sample diagnostics on this page.
2013-02-01 NAKAMURA Takumiclang/test/Index/headerfile-comment-to-html.m: Try...
2013-01-31 Dmitri GribenkoComment parsing: add more comments to CommentCommands.td
2013-01-31 Dmitri GribenkoEscape backslash in the comment.
2013-01-31 Bill WendlingUpdate the tests.
2013-01-31 Fariborz Jahanian[Comment parsing] Add support for recognizing
2013-01-31 Anna Zaks[analyzer]RetainCount: Fix an autorelease related false...
2013-01-31 Jordan Rose[analyzer] Don't track autorelease pools created by...
2013-01-31 Jordan RoseLexer: Don't warn about Unicode in preprocessor directives.
2013-01-31 Jordan RosePreprocessor: initialize member introduced in r173881.
2013-01-31 Alexander KornienkoReverted unintendedly-committed file.
2013-01-31 Alexander KornienkoMicro-change: moved a brace for better readability
2013-01-31 Jordan RoseRevert "[analyzer] Model trivial copy/move ctors with...
2013-01-31 NAKAMURA Takumiclang/test/Index/skip-parsed-bodies/compile_commands...
2013-01-31 Manuel KlimekNever break inside something that was a preprocessor...
2013-01-31 Daniel JasperSeveral improvements to the formatting of static initia...
2013-01-31 Evgeniy StepanovAttempt to fix Windows build breakage.
2013-01-31 Manuel KlimekMove commonly useful code for AST testing into MatchVer...
2013-01-31 Tim NorthoverAdd support for AArch64 target.
2013-01-31 Richard SmithRevert r174043 and tweak the comment wording so I'm...
2013-01-31 Enea ZaffanellaAdded outer template parameter lists to friend type...
2013-01-31 Evgeniy Stepanov[msan] Run more optimizations after MemorySanitizer...
2013-01-31 Richard SmithRemove incorrect warning signs from QualType::getUnqual...
2013-01-31 Douglas GregorWhen we're emitting a constructor or destructor call...
next