]> granicus.if.org Git - clang/shortlog
clang
2013-02-05 Renato GolinAdding armv7l default to cortex-a8
2013-02-05 Michael GottesmanChanged CGObjCMac.cpp to add the marker externally_init...
2013-02-05 Ted KremenekAdd note why we used a switch.
2013-02-05 Douglas GregorMinor tweak to install docs
2013-02-05 Ted KremenekChange subexpressions to be visited in the CFG from...
2013-02-05 Douglas GregorRemove an uninteresting note
2013-02-05 Anna Zaks[analyzer] Teach the analyzer to use a symbol for p...
2013-02-05 Anna Zaks[analyzer] add comment
2013-02-05 Anna Zaks[analyzer] Fix typo, better doxygen as per Jordan's...
2013-02-05 Jordan Rose[analyzer] Add a doc describing the internals of Region...
2013-02-05 Argyrios Kyrtzidis[arcmt] Make sure the objc migrators work fine when...
2013-02-05 Argyrios Kyrtzidis[frontend] Don't put a PCH/PTH filename into the set...
2013-02-05 Nico WeberFormatter: Detect ObjC method expressions after unary...
2013-02-05 Daniel JasperInitial support for formatting ObjC method declarations...
2013-02-05 Daniel JasperFix some linebreak decisions in Google format.
2013-02-05 Daniel JasperFix formatting regression introduced by r174307.
2013-02-05 Arnaud A. de... Fix typo in comment
2013-02-05 NAKAMURA TakumiTextDiagnostic.cpp: Suppress a warning to use ptrdiff_t...
2013-02-05 Eric ChristopherDriver and option support for -gsplit-dwarf. This is...
2013-02-05 Eric ChristopherSpaces instead of tabs.
2013-02-05 Ted KremenekRevert "Remove sparse text on diagnostic options. ...
2013-02-05 Ted KremenekRemove dead code related to the now defunct PCH stat...
2013-02-05 Nick LewyckyTest for virtual instead of pure here. It has the exact...
2013-02-05 Richard SmithPR15095: Use more correct source locations for the...
2013-02-05 Ted KremenekRemove sparse text on diagnostic options. These are...
2013-02-05 Richard SmithAdd some missing diagnostics for C++11 narrowing conver...
2013-02-04 Manuel KlimekImplements the convenience matcher findAll.
2013-02-04 Manuel KlimekAdd an eachOf matcher.
2013-02-04 Daniel JasperImprove handling of trailing block comments
2013-02-04 Daniel JasperImprove formatting of stream operators.
2013-02-04 Daniel JasperImprove handling of trailing block comments.
2013-02-04 Daniel JasperFix an error in formatting of for-loops.
2013-02-04 Daniel JasperRestructuring of token annotation for formatting.
2013-02-04 NAKAMURA Takumiclang/Analysis: Fix r174245, a valgrind error in Analys...
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.
next