]> granicus.if.org Git - clang/shortlog
clang
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)
2012-02-28 Eli FriedmanImplement IRGen for the retain-autorelease in the lambd...
2012-02-28 Ted Kremenek[analyzer] teach analyzer about ObjC literals, thus...
2012-02-27 Jim GrosbachRe-enable the Darwin ARM integrated assembler.
2012-02-27 Anna Zaks[analyzer] Leaks should be uniqued by the allocation...
2012-02-27 Richard TrieuFix a test case that was added in r151570. The redirec...
2012-02-27 Ted Kremenek[analyzer] Don't generate an explicit ExplodedNode...
2012-02-27 Sebastian RedlHack in a loud error for PR12086. Better than a silent...
2012-02-27 Argyrios KyrtzidisWhen evaluating integer expressions include a check...
2012-02-27 Ted KremenekAfter numerous requests, have Objective-C 'method decla...
2012-02-27 Sebastian RedlImplement a FIXME for conversion sequence distinction...
2012-02-27 Ted KremenekFix documentation typo.
2012-02-27 Anna Zaks[analyzer] Add -analyzer-stats, which hooks up LLVM...
2012-02-27 Eli FriedmanFix a couple bugs in the way we handle array indexes...
2012-02-27 Argyrios KyrtzidisMove "clang/Analysis/Support/SaveAndRestore.h" to ...
2012-02-27 Sebastian RedlConvert initializer lists to temporaries in CreateBuilt...
2012-02-27 Eli FriedmanAdd missing code for compound literals of complex type...
2012-02-27 Argyrios KyrtzidisRevert testing code I committed by mistake in r151464.
2012-02-27 Benjamin KramerJust drop the bitfield from ExtProtoInfo, this struct...
2012-02-27 Richard SmithSpeculatively attempt to work around a hypothetical...
2012-02-27 Chad RosierTest case for r151429/r151430, which ensures llvm.lifet...
2012-02-27 Benjamin KramerSerialize InitListExpr's initializesStdInitializerList...
2012-02-27 Eric ChristopherObjcInterfaceTypes are also complete types for the...
2012-02-27 Eric ChristopherMake this test a bit more robust for debug info changes.
2012-02-27 Richard SmithEnsure that we delete default constructors in the right...
2012-02-27 Richard SmithFix decltype crash-on-invalid, if we don't find a match...
2012-02-26 Richard SmithTests for r151508.
2012-02-26 Richard SmithHalf of PR12088: parse braced-init-lists on the RHS...
2012-02-26 Gregory Szorc[clang.py] Test Cursor.__ne__
2012-02-26 Benjamin KramerReorder members to save padding.
2012-02-26 Benjamin KramerMove CharacterLiteral, FloatingLiteral and UnaryExprOrT...
2012-02-26 Benjamin KramerMake clever use of padding to shrink IntegerLiterals.
2012-02-26 Benjamin KramerBit pack StringLiteral.
2012-02-26 Benjamin KramerReduce padding in MemberExpr.
2012-02-26 Benjamin KramerCompoundLiteralExpr: Pair a bool with a pointer.
2012-02-26 Benjamin KramerShuffle members of DesignatedInitExpr to avoid padding.
2012-02-26 Benjamin KramerBit pack ExtProtoInfo.
2012-02-26 Benjamin KramerMove FullSourceLoc::dump into the .cpp file, the used...
2012-02-26 Benjamin KramerOkay, makes sense to change all the occurences to match...
2012-02-26 Benjamin KramerAllow any file extension for the clang binary in the...
2012-02-26 Richard SmithDon't assert when trying to diagnose why a class with...
2012-02-26 Chandler CarruthAdd the critical crtbegin.o files necessary for any...
2012-02-26 Chandler CarruthA follow-up to r151482 which added support for powerpc...
2012-02-26 Richard SmithEnsure that we delete destructors in the right cases...
2012-02-26 Chandler CarruthAdd support for PPC and PPC64 multiarch toolchains...
2012-02-26 Richard SmithMake sure we don't try to produce a definition of an...
2012-02-26 Richard SmithUpdate release notes and language extensions pages...
2012-02-26 Richard SmithSpecial members which are defaulted or deleted on their...
2012-02-25 Argyrios KyrtzidisRevert r151460 as it is not enough to address the issue.
2012-02-25 Sebastian RedlRichard Smith pointed out that there already is a propo...
2012-02-25 Argyrios KyrtzidisWhen evaluating integer expressions handle logical...
2012-02-25 Sebastian RedlInitializer lists are now supported.
2012-02-25 Sebastian RedlCodeGen support for global variables of type std::initi...
2012-02-25 Sebastian RedlFix crashers on unexpected std::initializer_list layout...
2012-02-25 Sebastian RedlBetter mangling for new-expressions. Also, although...
2012-02-25 Chad RosierTemporarily revert r151288:
2012-02-25 NAKAMURA TakumiCMake: install libclang.dll to $CMAKE_INSTALL_PREFIX...
2012-02-25 Ahmed CharlesArrayRef'ize various functions in the AST/Parser/Sema.
2012-02-25 Richard SmithAccept __has_feature(__feature__) as a synonym for...
2012-02-25 Richard SmithFix r151443 to only apply C++11's exception for non...
next