]> granicus.if.org Git - clang/shortlog
clang
2012-03-02 Ted Kremenek[analyzer diagnostics] flush locations *before* popping...
2012-03-02 Hal FinkelFix an ABI problem with ptrdiff_t and intptr_t on PPC32
2012-03-02 Nico WeberMove int<->pointer conversion warnings behind -Wint...
2012-03-02 Argyrios Kyrtzidis[Sema] Fix crash-on-invalid-code issue:
2012-03-02 Anna Zaks[analyzer] Bound the size of the functions being inline...
2012-03-02 Jay FoadPR12094: Set the alignment of memory intrinsic instruct...
2012-03-02 Fariborz JahanianChange diagnostic test for my last patch.
2012-03-02 Daniel DunbarRevert r151879, r151880, "PR12145: Avoid emitting loads...
2012-03-02 Benjamin KramerUse tabs instead of spaces.
2012-03-02 Jia Liuclang -v support for separate clang.git and llvm.git...
2012-03-02 David ChisnallAdd the Solaris support directory to the header search...
2012-03-02 Richard SmithEnsure that we instantiate static reference data member...
2012-03-02 Richard SmithFix buildbot: make this test less dependent on the...
2012-03-02 Richard SmithPR12145: Avoid emitting loads of constexpr variables...
2012-03-02 Ted Kremenek[analyzer diagnostics] Change CompactPathDiagnostic...
2012-03-01 Fariborz Jahanianc/objc: problem originally reported as an objective...
2012-03-01 Kostya Serebryanyadd documentation for -f[no-]thread-sanitizer and ...
2012-03-01 Ted KremenekTeach the analyzer to just ignore CXXBindTemporaryExpr...
2012-03-01 Ted KremenekMoving tagging of '__experimental_modules_import' Ident...
2012-03-01 Eli FriedmanMake CodeGenFunction::EmitBlockCopyAndAutorelease actua...
2012-03-01 Eric ChristopherUpdate test for llvm assembly output change. Also add...
2012-03-01 Anna Zaks[analyzer] Turn inlining on by default for better testi...
2012-03-01 Kostya SerebryanyAdd a flag -fthread-sanitizer.
2012-03-01 Ted KremenekChange @import to @__experimental_modules_import. ...
2012-03-01 Anna Zaks[analyzer] Fix a regression introduced in malloc with
2012-03-01 Eric ChristopherReapply r151702 with a small fix for a failure to cut...
2012-03-01 Eli FriedmanFix the isReferenced bit on parameters in a couple...
2012-03-01 Argyrios KyrtzidisRemove test/Sema/many-logical-ops.c since it fails...
2012-03-01 Argyrios KyrtzidisMove llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndR...
2012-03-01 Jean-Daniel... Merge __has_attribute tests. Patch by Jonathan Sauer!
2012-03-01 Peter CollingbourneStmtProfiler: Add a null check for child statements.
2012-03-01 Jean-Daniel... Implement double underscore names support in __has_attr...
2012-03-01 Richard SmithAvoid examining the AST from the parser, and simplify...
2012-03-01 Richard SmithRevert r151800, which was committed without review...
2012-03-01 Aaron BallmanFixing a buildbot complaint about nested templates.
2012-03-01 Aaron BallmanImplements support for #pragma include_alias in ms...
2012-03-01 Aaron BallmanAdded support for parsing declspecs on enumerations...
2012-03-01 Eli FriedmanImplement "optimization" for lambda-to-block conversion...
2012-03-01 Richard SmithReject 'a = {0} = {0}' rather than parsing it as '...
2012-03-01 Richard SmithCorrect an example of a feature name to actually use...
2012-03-01 Ted KremenekFix regression from llvm-gcc where we should NOT emit...
2012-03-01 Anna Zaks[analyzer] Diagnostics - do not try to cleanup the...
2012-03-01 Eli FriedmanTighten type-checking a bit to make it clearer how...
2012-03-01 Nico WeberMove suport for redefining operator keywords from ...
2012-03-01 Ted KremenekChange if...else if...else if... to a switch.
2012-02-29 Ted Kremenek[analyzer] when scanning FIDs in a PathDiagnostic,...
2012-02-29 Nico WeberAllow operator keywords to be #defined in ms-ext mode.
2012-02-29 Fariborz JahanianTest for my last patch. // rdar://10267155.
2012-02-29 Fariborz Jahanianobjective-c: provide fixit hint when atomic property...
2012-02-29 Eli FriedmanFix a couple -Wuninitialized warnings from gcc. Report...
2012-02-29 Daniel DunbarSerialization: Switch over to using the native SmallVec...
2012-02-29 Chad RosierI referenced the incorrect rdar in my previous commit...
2012-02-29 Chad RosierAllocate TargetLibraryInfo for the CodeGen passes....
2012-02-29 Jason W KimReverting test commit
2012-02-29 Jason W KimTest commit. Please ignore
2012-02-29 Anna Zaks[analyzer] Malloc: A pointer might escape through CFCon...
2012-02-29 Daniel DunbarRevert r151702, "Add support for handling captured...
2012-02-29 David ChisnallAdd -C when linking on Solaris so that the error messag...
2012-02-29 Sebastian RedlTentatively fix PR12117. The test case from the bug...
2012-02-29 James MolloyReapply r151638 and r151641.
2012-02-29 Erik VerbruggenRemove a recursive visitiation in ExprEngine that is...
2012-02-29 Ted Kremenek[analyzer] Tweak the UnreachableCode checker to not...
2012-02-29 Eli FriedmanA couple minor bug-fixes for template instantiation...
2012-02-29 Argyrios Kyrtzidis[driver] Emit an error when trying to use ARC on macosx...
2012-02-29 Eric ChristopherAdd support for handling captured variables in lambda...
2012-02-29 Eric ChristopherAdd some iterators for grabbing lambda expression contexts.
2012-02-29 Eric ChristopherFormatting.
2012-02-29 Eli FriedmanMake the odr-use logic work correctly for constant...
2012-02-29 Daniel DunbarSema/ObjC: Override search can generate a large search...
2012-02-29 Daniel DunbarASTWriter: Cache some DenseMaps we use repeatedly.
2012-02-29 NAKAMURA Takumiclang/test/Analysis/stats.c: Fix up r151656.
2012-02-29 NAKAMURA Takumiclang/test/Analysis/stats.c: Mark this as XFAIL: mingw32.
2012-02-29 Daniel DunbarParse: Change PragmaPackHandler to use the preprocessor...
2012-02-29 Fariborz Jahanianobjective-c modern translator. Fixes misc. bug in writing
2012-02-29 Daniel DunbarRemove stray semi-colon.
2012-02-29 Eli FriedmanMake sure list-initialization of arrays works correctly...
2012-02-28 Argyrios Kyrtzidis[libclang] Add a test I forgot to commit.
2012-02-28 Argyrios Kyrtzidis[PCH] Include a darwin-only PCH test on Cocoa.h.
2012-02-28 Argyrios KyrtzidisRevert r151638 because it causes assertion hit on PCH...
2012-02-28 Sebastian RedlSingle- and zero-element initializer lists to scalars...
2012-02-28 Ted Kremenek[analyzer diagnostics] Refactor filtration for PathDiag...
2012-02-28 Ted Kremenek[analyzer diagnostics] start prototyping stripping...
2012-02-28 Fariborz JahanianModern objective-c translator. rewriting ivars of aggre...
2012-02-28 Anna Zaks[analyzer] Leaks should be uniqued by the allocation...
2012-02-28 Eli FriedmanPrefer bitcast+GEP over ptrtoint+sub+inttoptr: it's...
2012-02-28 Anna Zaks[analyzer] Retain release: drop the line number info...
2012-02-28 Anna Zaks[analyzer] Stats: Add the stats about remove dead bindi...
2012-02-28 Chad Rosier[driver] Add support for -g2 and -ggdb debug flags.
2012-02-28 David ChisnallAdd -lm by default on Solaris.
2012-02-28 David ChisnallIt turns out -fno-cxa-atexit just produces broken code...
2012-02-28 James MolloyUn-break clang based on r151638 - What was meant to...
2012-02-28 James MolloyCorrectly track tags and enum members defined in the...
2012-02-28 Argyrios Kyrtzidis[AST] When we @synthesize a property with a user-define...
2012-02-28 Argyrios Kyrtzidis[libclang] When indexing an objc property, also provide...
2012-02-28 Argyrios Kyrtzidis[AST] Associate the getter/setter methods to a property...
2012-02-28 David ChisnallSome more Solaris fixes. Now successfully building...
2012-02-28 Daniel DunbarRemove stray semi-colons.
2012-02-28 Eli FriedmanBasic coverage test for conversion-to-block-pointer...
2012-02-28 Anna Zaks[analyzer] Leaks should be uniqued by the allocation...
2012-02-28 Anna Zaks[analyzer] Fix Malloc False Positive (PR 12100)
next