]> granicus.if.org Git - clang/shortlog
clang
2011-10-28 Douglas GregorMove -Wc++11-compat out of -Wall. It causes trouble...
2011-10-28 Douglas GregorGive __STDC_VERSION__ the value 201001L when we're...
2011-10-28 Argyrios Kyrtzidis[libclang] Introduce use of CINDEXTEST_FAILONERROR...
2011-10-28 Argyrios Kyrtzidis[libclang] Check for environment variable CINDEXTEST_NO...
2011-10-28 Argyrios KyrtzidisMake -error-on-deserialized-decl work correctly by...
2011-10-28 Argyrios Kyrtzidis[ARC] Do not transfer ARC ownership if the cast is...
2011-10-28 Argyrios KyrtzidisAdd an alias option for -error-on-deserialized-decl...
2011-10-28 Argyrios Kyrtzidis[PCH] Keep track of file-level declarations that are...
2011-10-28 Richard SmithInitial support for C++11 constexpr function invocation...
2011-10-28 Devang PatelIn case of template specialization, do not try to delay...
2011-10-28 Rafael EspindolaFix this on the bots and make the test more complete...
2011-10-28 Rafael EspindolaFix PR9614 for functions with the always_inline attribu...
2011-10-28 Fariborz Jahanianobjective-c arc: type-casting of an objc pointer to
2011-10-28 Douglas GregorDeleted functions were in Clang 2.9, defaulted functions in
2011-10-28 Ted Kremenek[analyzer] ObjC message sends to nil receivers that...
2011-10-28 David ChisnallIt turns out that the Objective-C message lookup functi...
2011-10-28 Richard SmithReinstate r142844 (reverted in r142872) now that lvalue...
2011-10-28 Benjamin KramerUse const_cast to make it obvious that it's just removi...
2011-10-28 Benjamin KramerReflow code. No intended functionality change.
2011-10-28 Nick LewyckyFix test for LLVM change r143186.
2011-10-28 Richard SmithAdd (hopefully) the last missing lvalue-to-rvalue conve...
2011-10-28 John McCallBe sure to build a dependent expression when we see
2011-10-28 Richard TrieuFix for PR9751 to change the behavior of -Wformat warni...
2011-10-27 Richard SmithAdd missing lvalue-to-rvalue conversion to vector splat...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Richard SmithFix some cases where a CK_IntegralCast was being used...
2011-10-27 Ted KremenekMark these tests as requiring use of the shell.
2011-10-27 Fariborz Jahanianobjc: fix an ir-gen crash caused by recent
2011-10-27 Ted KremenekAdd mutex for accessing ASTUnit's global OnDisk data...
2011-10-27 Peter CollingbourneAnnotate imprecise FP division with fpaccuracy metadata
2011-10-27 Argyrios Kyrtzidis[PCH] Pull the location out of the serialized declarati...
2011-10-27 Ted KremenekMove ASTUnit's handling of temporary files and the...
2011-10-27 Argyrios Kyrtzidis[libclang] Add comments.
2011-10-27 Douglas GregorMake the loading of information attached to an Identifi...
2011-10-27 Hans WennborgTeach format string analysis that "%zu" means size_t.
2011-10-27 Nick LewyckyMove these test from checking assembly to checking...
2011-10-27 Anna Zaks[analyzer] Optimize by not generating empty transitions...
2011-10-27 Anna Zaks[analyzer] Move enqueueEndOfFunction into CoreEngine.
2011-10-27 Anna Zaks[analyzer] Make CoreEngine responsible for enqueueing...
2011-10-27 Argyrios KyrtzidisMake use of the parameter in Sema::ActOnObjCTemporaryEx...
2011-10-27 Argyrios KyrtzidisFix crash on an @interface nested inside @implementatio...
2011-10-27 Argyrios KyrtzidisFor the "'@end' is missing in implementation context...
2011-10-26 Fariborz JahanianDo not warn when weak-import attribute is applied to...
2011-10-26 Douglas GregorDisalbe more Microsoft-specific stuff.
2011-10-26 Anna Zaks[analyzer] Add getLocationContext to CheckerContext
2011-10-26 Anna Zaks[analyzer] Remove EmitBasicReport form CheckerContext.
2011-10-26 Anna Zaks[analyzer] Rename generateNode -> addTransition in...
2011-10-26 Anna Zaks[analyzer] Remove forward declarations of GenericNodeBu...
2011-10-26 Anna Zaks[analyzer] GenericNodeBuilder -> NodeBuilder.
2011-10-26 Fariborz JahanianObjective-c: fix an ir-gen crash where objc messag...
2011-10-26 Rafael EspindolaFix this tests on the bots.
2011-10-26 Rafael EspindolaFix pr9614 by not emitting an available_externally...
2011-10-26 Douglas GregorTry to appease the Windows builders
2011-10-26 Richard SmithPull out conversion on LHS of -> and . into its own...
2011-10-26 Douglas GregorEliminate a hang while loading a sequence of redeclarab...
2011-10-26 Douglas GregorDisable on Windows, for real.
2011-10-26 Eli FriedmanCompute the promoted integer type of fixed-width enums...
2011-10-26 Eli FriedmanCorrectly perform integral promotions on wchar_t/char16...
2011-10-26 Richard SmithFix crash due to missing array-to-pointer decay when...
2011-10-26 Richard SmithUnresolvedMemberExprs need lvalue-to-rvalue conversions...
2011-10-25 Douglas GregorTurn off delayed template parsing for this test
2011-10-25 Anna Zaks[analyzer] Remove getEngine() form CheckerContext
2011-10-25 Anna Zaks[analyzer] Simplify CheckerContext
2011-10-25 Anna Zaks[analyzer] Remove unused headers.
2011-10-25 Anna Zaks[analyzer] Make branch for condition callback use Check...
2011-10-25 Anna Zaks[analyze] Convert EndOfPath callback to use CheckerContext
2011-10-25 David BlaikieHandle redundant 'typename' on base class specifications.
2011-10-25 David BlaikieFix erroneous name-specifiers prior to decltypes better...
2011-10-25 John McCallRestore r142914 and r142915, now with missing file...
2011-10-25 David BlaikieInitialize the BaseLoc for decltype base type specifica...
2011-10-25 David BlaikieFix cases where the optional nested-name-specifier...
2011-10-25 David BlaikieSupport the use of decltype for specifying base types...
2011-10-25 NAKAMURA TakumiRevert r142914 and r142915, due to possibly missing...
2011-10-25 David ChisnallChange an int64_t to an intptr_t so that we don't end...
2011-10-25 John McCallPull the pseudo-object stuff into its own file.
2011-10-25 John McCallIntroduce a placeholder type for "pseudo object"
2011-10-25 Eric ChristopherAllow the -fno-operator-names option to be passed down...
2011-10-25 Richard SmithDon't forget the lvalue-to-rvalue conversion on the...
2011-10-25 Ted KremenekRelax restriction of assigning to 'self' in ARC when...
2011-10-25 Ted KremenekTweak printf format string parsing to accept 'hh' conve...
2011-10-25 Douglas GregorUndo unnecessary change
2011-10-25 Douglas GregorCheck for unexpanded parameter packs in the name that...
2011-10-25 Ted KremenekRemove extra copy of contents of header file resulting...
2011-10-25 Douglas GregorMake the -Wc++11-compat warnings ignored by default...
2011-10-25 Douglas GregorImplement support for dependent Microsoft __if_exists...
2011-10-25 Richard SmithTidy up testcase from r142890, spotted by Chandler.
2011-10-25 Dan GohmanRemove another Blackfin test.
2011-10-25 Richard SmithDon't forget the lvalue-to-rvalue conversion on the...
2011-10-25 Argyrios Kyrtzidis[PCH] When visiting preprocessed entities, make it...
2011-10-25 Argyrios KyrtzidisUse assert(0) instead of duplicating the check, suggest...
2011-10-25 Ted KremenekAdd source-level dominators analysis. Patch by Guoping...
2011-10-25 Richard SmithClean up, as suggested by John.
2011-10-25 Dan GohmanRemove more SystemZ (s390) tests.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Devang PatelDo not drop type qualifiers in -flimit-debug-info mode.
2011-10-24 Richard SmithRevert r142844, it broke selfhost. The problem appears...
2011-10-24 Richard SmithAdd explanatory comments for ICE checking in C99 mode.
2011-10-24 Douglas GregorRework Microsoft __if_exists/__if_not_exists parsing...
2011-10-24 Eli FriedmanDon't try to emit CK_LValueBitCast casts as constants...
next