]> granicus.if.org Git - clang/shortlog
clang
2011-10-31 Axel NaumannAdd possibility to specify an include location for...
2011-10-31 Chandler CarruthSimplify the set of directories we look for on multiarc...
2011-10-31 Chandler CarruthAdd "just one more" include path to the monstrosity...
2011-10-31 Chandler CarruthFix part of PR11223 and probably a few dups as well...
2011-10-31 Argyrios KyrtzidisFix the source range for ObjCInterfaces that are forwar...
2011-10-31 Argyrios KyrtzidisMove caching of code-completion results from ASTUnit...
2011-10-31 Argyrios Kyrtzidis[PCH] Now that we store the location of a decl outside...
2011-10-31 Argyrios Kyrtzidis[PCH] For ASTReader's FileDeclIDs also associate the...
2011-10-31 Argyrios KyrtzidisIntroduce SourceManager::isLocalFileID/isLoadedFileID...
2011-10-31 Argyrios KyrtzidisHave the ASTUnit associate the local declarations that...
2011-10-31 Argyrios Kyrtzidis[libclang] Rename VisitIncludedPreprocessingEntries...
2011-10-31 Richard SmithC++11 generalized constant expression handling: evaluat...
2011-10-31 Richard SmithC++11 generalized constant expressions: evaluate equali...
2011-10-31 Tobias Grossercindex.py: Remove more ternary operator + whitespace...
2011-10-31 Richard SmithC++11 generalized constant expressions: support pointer...
2011-10-31 Nick LewyckyTurn on the new .file directive when appropriate, inste...
2011-10-31 Tobias Grosserclang.py: Remove use of ternary operators
2011-10-31 Tobias Grossercindex.py: Allow to create a cursor from file/row/column
2011-10-31 Tobias Grossercindex.py: Add File.create_from_name()
2011-10-30 Richard SmithFix assert on constant expression evaluation of floatin...
2011-10-30 Peter CollingbourneAdd support for lazily linking bitcode files (using...
2011-10-30 Roman DivackyAdd support for sse4a and enable it for amdfam10 cpu.
2011-10-30 Jim Goodnow IIFixed CXX struct and class initialization printing...
2011-10-30 Roman DivackyAdd support for amdfam10 cpu.
2011-10-30 Bob WilsonStop disabling integrated assembler with -static. ...
2011-10-29 Richard SmithDon't crash if a GCC binary conditional is used in...
2011-10-29 Richard Smithconstexpr evaluation: allow lvalue-to-rvalue conversion...
2011-10-29 Richard Smithconstexpr function substitution:
2011-10-29 Abramo BagnaraFixed FriendDecl source locations.
2011-10-29 Argyrios KyrtzidisUse LIBCLANG_NOTHREADS instead of CINDEXTEST_NOTHREADS...
2011-10-29 Richard SmithRename Expr::Evaluate to Expr::EvaluateAsRValue to...
2011-10-29 Ted KremenekStart work on SerializedDiagnosticPrinter, a new Diagno...
2011-10-29 Fariborz Jahanianobjc-arc: desugar certain type and improve on diagnosti...
2011-10-29 Richard SmithAdd test missed from r143234.
2011-10-28 Argyrios Kyrtzidis[PCH] Sort the file decls by file offset not raw source...
2011-10-28 Argyrios Kyrtzidis[PCH] In ASTWriter::associateDeclWithFile don't bother...
2011-10-28 Richard SmithFix assertion in constant expression evaluation. The...
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
next