]> granicus.if.org Git - clang/shortlog
clang
2011-11-01 Sebastian RedlEnable function call and some overload resolution with...
2011-11-01 Eli FriedmanCorrect test for additional comment line.
2011-11-01 Eli FriedmanMark test as requiring x86 backend.
2011-11-01 Eli FriedmanDon't depend on system includes in test.
2011-11-01 Eli FriedmanMake test work with ARM C++ ABI.
2011-11-01 Eli FriedmanTests for UTF-8 encoding in strings in source code...
2011-11-01 Eli FriedmanFix the representation of wide strings in the AST and...
2011-11-01 Eli FriedmanPerform proper conversion for strings encoded in the...
2011-11-01 Eli FriedmanMove ConvertUTF8toUTF32 out of #if 0, in preparation...
2011-11-01 Tobias GrosserAdd LinkAllPasses to clang
2011-11-01 Douglas GregorAdd __has_feature(cxx_raw_string_literals) and
2011-11-01 Douglas GregorAdd __has_feature(cxx_defaulted_functions) for querying...
2011-11-01 Douglas GregorRework the AST for the initializer of a delegating...
2011-10-31 Fariborz JahanianAdds IRGen support for captured rvalue references in...
2011-10-31 Eli FriedmanSome minor comment changes in constant-folding comparisons.
2011-10-31 Eli FriedmanDon't try to fold comparisons between the address of...
2011-10-31 Ted Kremenek[libclang] Tweak internals of CXSourceLocation to allow...
2011-10-31 Ted Kremenek[libclang] Move implementation of functions for manipul...
2011-10-31 Ted Kremenek[libclang] Add CXDiagnosticImpl to represent a super...
2011-10-31 Argyrios KyrtzidisRevert r143342. Caching of code-completion results...
2011-10-31 Eli FriedmanAdd missing lvalue-to-rvalue conversion.
2011-10-31 Richard SmithRefactoring and test for r143360. Support for array...
2011-10-31 Richard SmithTemporary fix for assert while evaluating array-to...
2011-10-31 Fariborz JahanianImprove text of a diagnostic.
2011-10-31 Anders CarlssonIn x86_64, when calling an Objective-C method that...
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.
next