]> granicus.if.org Git - clang/shortlog
clang
2012-07-09 Arnaud A. de... [cindex.py] fix infinite iteration of compilation datab...
2012-07-09 Alexander KornienkoInline storage of attributes in AttributedStmt.
2012-07-09 Manuel KlimekLinks to the python CXCompilationDatabase documentation.
2012-07-09 Richard SmithPR13136:
2012-07-08 Richard SmithHalve template depth in an attempt to get this test...
2012-07-08 Benjamin KramerAdd missing options for -m(no-){pclmul,fma,xop}.
2012-07-08 NAKAMURA Takumitest/SemaTemplate/instantiation-depth-defarg.cpp: Mark...
2012-07-08 Simon AtanasyanMIPS: Range check __builtin_mips_wrdsp / __builtin_mips...
2012-07-08 Simon AtanasyanMIPS: Mark arguments of __builtin_mips_wrdsp / __builti...
2012-07-08 Richard SmithPR13243: When deducing a non-type template parameter...
2012-07-08 Richard SmithPR13293: Defer deduction of an auto type with a depende...
2012-07-08 Richard SmithPR9793: Treat substitution as an instantiation step...
2012-07-07 NAKAMURA TakumiASTMatchers/CMakeLists.txt: Add dependencies to generat...
2012-07-07 Richard SmithReject 'int a[1][];' in Sema rather than crashing in...
2012-07-07 Richard SmithPR13290: Constant-evaluation support for CXXConstructEx...
2012-07-07 NAKAMURA Takumiclang/test/CodeGenCXX/cxx0x-initializer-constructors...
2012-07-07 Benjamin KramerWire up -mrdrnd for X86.
2012-07-07 Richard SmithPR12670: Support for initializing an array of non-aggre...
2012-07-07 Richard SmithWhen marking virtual functions as used for a class...
2012-07-07 John McCallDistinguish more carefully between free functions and...
2012-07-07 Ted KremenekEnhance 'diagtool list-warnings' to report number of...
2012-07-07 Ted KremenekRe-apply r159875 with fixes.
2012-07-07 NAKAMURA TakumiRevert rr159875, "Implement -Wpedantic and --no-pedanti...
2012-07-06 Dmitri GribenkoRestrict the set of declaration kinds for which we...
2012-07-06 Ted KremenekImplement -Wpedantic and --no-pedantic to complement...
2012-07-06 Jordan Rose[analyzer] Fix mis-committed test. No functionality...
2012-07-06 Jordan RoseConstify the argument to SourceLocation::getFromPtrEnco...
2012-07-06 Jordan Rose[analyzer] Add comments to Calls.h.
2012-07-06 Jordan Rose[analyzer] Be careful about LazyCompoundVals, which...
2012-07-06 Matt Beaumont-GaySprinkle llvm_unreachable around to placate GCC's ...
2012-07-06 Fariborz Jahanianobjc-arc: warn when assigning retained object to
2012-07-06 Fariborz Jahanianobjective-c++11: extend c++11 range-based loop to iterate
2012-07-06 Dmitri GribenkoDon't store pointers into a std::vector (RawCommentList...
2012-07-06 Dmitri GribenkoStop using new[] on llvm::BumpPtrAllocator.
2012-07-06 Dmitri GribenkoUse C++ cast.
2012-07-06 Benjamin KramerRemove unreachable default case to pacify clang's ...
2012-07-06 NAKAMURA TakumiASTContext.cpp: Appease msvc to cast NULL to typed...
2012-07-06 NAKAMURA Takumiclang/test/CodeGen/fp-contract.c: It requires ppc32!
2012-07-06 Arnaud A. de... [cindex.py] Fix erroneous comment for CompileCommands
2012-07-06 Manuel KlimekAnother fix for the configure build: correct order...
2012-07-06 Manuel KlimekBuild-fix: Remove non-existent directories from Makefiles.
2012-07-06 Manuel KlimekAdds the AST Matcher library, which provides a in-C...
2012-07-06 Dmitri GribenkoCommentParser.cpp: remove unused variable.
2012-07-06 Lang HamesForgot to rename one use of FPContractModeTy
2012-07-06 Lang HamesAdd -ffp-contract = { fast | on | off } command line...
2012-07-06 Dmitri GribenkoComment.h: correct identation
2012-07-06 Fariborz JahanianAdded a new memberfor Parser, to be used soon
2012-07-06 Dmitri GribenkoImplement AST classes for comments, a real parser for...
2012-07-06 Argyrios Kyrtzidis[objcmt] Check for classes that accept 'objectForKey...
2012-07-05 Fariborz Jahanianobjective-c: don't involve properties when checking
2012-07-05 Argyrios Kyrtzidis[objcmt] Allow migrating to subscripting syntax for...
2012-07-05 DeLesley HutchinsThread-safety analysis: eliminate false positives in...
2012-07-05 Anna Zaks[analyzer] Add a statistic for maximum CFG size and...
2012-07-05 Simon AtanasyanMIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_ds...
2012-07-05 Fariborz Jahanianobjective-c++ parsing. Turn off delayed parsing
2012-07-05 Simon AtanasyanMIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command...
2012-07-05 Simon AtanasyanMIPS: Factor out the code converting command line optio...
2012-07-05 Jordan RoseRelease notes for r158230 "Disallow using ObjC literals...
2012-07-05 Manuel KlimekAdapts the FrontendAction convenience functions so...
2012-07-05 Simon AtanasyanMIPS: Define __mips16 macro if -mips16 option is provided.
2012-07-05 Simon AtanasyanMIPS: Replace the pair of boolean flags by enumeration...
2012-07-05 Simon AtanasyanMIPS: Add -mips16 / -mno-mips16 command line support.
2012-07-05 Simon AtanasyanGive test check tags consistent names.
2012-07-05 Richard SmithPR13273: When performing list-initialization with an...
2012-07-05 Richard SmithFix some memory leaks found by the static analyzer...
2012-07-04 Benjamin KramerUpdate unittests for include change.
2012-07-04 Benjamin KramerDrop the ASTContext.h include from DeclFriend.h and...
2012-07-04 Benjamin KramerRemove get(V)BaseClassOffsetInBits, the CharUnit functi...
2012-07-04 Benjamin KramerDrop the ASTContext.h include from Stmt.h and fix up...
2012-07-04 Benjamin KramerSplit out the "empty" case for compound statement into...
2012-07-04 Benjamin KramerCXXRecordDecl: Split getBases/getVBases into a slow...
2012-07-04 David ChisnallHoist the logic for selecting the Objective-C dispatch...
2012-07-04 David ChisnallA few more cleanups for the GNU family of ObjC runtimes.
2012-07-04 Abramo BagnaraRenamed RawComment kinds to avoid name clash.
2012-07-04 Bob WilsonMove a comment from the commit message into the code.
2012-07-03 Fariborz JahanianObj-C++11 parser: handle a fall out of delayed
2012-07-03 Jordan Rose[analyzer] For now, don't inline non-static member...
2012-07-03 Fariborz JahanianObj-C++11 parser: fix broken parsing of c-function
2012-07-03 Fariborz JahanianObj-C++11 parser: turn off buffering of
2012-07-03 Fariborz Jahanianobjective-c: Refactor parse/sema portion of
2012-07-03 David ChisnallRename the GCC Objective-C runtime to gcc from gnu...
2012-07-03 Bob WilsonWhen using -pg targeting OS X 10.8, pass -no_new_main...
2012-07-03 Arnaud A. de... [libclang] CompilationDatabase naming and comment fixes
2012-07-03 Dmitri GribenkoCommentLexer: remove Markdown tokens from the token...
2012-07-03 DeLesley HutchinsThread safety analysis: improve handling of smart pointers.
2012-07-03 Akira HatanakaMake the following changes in the way Mips handles...
2012-07-03 DeLesley HutchinsThread Safety Analysis: handle expressions involving...
2012-07-03 Dmitri GribenkoCommentBriefParser: remove dead store. Found by Clang...
2012-07-03 Hal FinkelAdd additional architecture defines for PPC targets.
2012-07-03 Argyrios Kyrtzidis[libclang] Protect against a race condition where a...
2012-07-03 NAKAMURA Takumiclang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse...
2012-07-03 Matt Beaumont-GaySilence warning in -Asserts build
2012-07-03 Nico WeberShare ConvertUTF8toWide() between Lex and CodeGen.
2012-07-03 Nico WeberRename -Wself-assign-memvar to -Wself-assign-field...
2012-07-03 Chandler CarruthRemove a redundant assignment to the FDecl variable...
2012-07-02 John McCallSignificantly simplify CGExprAgg's logic about ignored...
2012-07-02 James DennettDocumentation cleanup:
2012-07-02 James DennettDocumentation cleanup: Delete a duplicated/malformed...
2012-07-02 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_isDynamicCall which,
2012-07-02 Fariborz Jahanianobjective-c: just as we have done for method definitions,
next