]> granicus.if.org Git - clang/shortlog
clang
2011-11-02 Chad RosierIn addition to dumping preprocessed source, dump a...
2011-11-02 Douglas GregorFix various minor issues find via unreachable code...
2011-11-02 Anna Zaks[analyzer] Tweak the test script
2011-11-02 Chandler CarruthAdd the newest Gentoo GCC version based on the reported...
2011-11-02 Anna Zaks[analyzer] Start writing Checker Developer Manual.
2011-11-02 Douglas GregorDrastically simplify the mapping from the declaration...
2011-11-02 Douglas GregorUse StringLiteral::getBytes(), not StringLiteral::getSt...
2011-11-02 David BlaikieFixing some dead links. Patch by Jean-Daniel Dupas!
2011-11-02 Benjamin KramerRemove virtually empty file.
2011-11-02 Michael J.... Add colors to the C++11 status page.
2011-11-02 Bob WilsonInvoke the Darwin assembler with -g instead of --gdwarf2.
2011-11-02 Chandler CarruthUpdate the CMake build for clang-tblgen to reflect...
2011-11-02 Bob WilsonCheck for homogeneous aggregate return values with...
2011-11-02 Eli FriedmanAdd an option to emulate the strange Apple gcc behavior...
2011-11-01 Fariborz Jahanianobjc: warn if a readonly property has a setter attribut...
2011-11-01 Anna Zaks[analyzer] Make sink attribute part of the node profile.
2011-11-01 Anna Zaks[analyzer] Fix PR11282 - an assert in markAsSink
2011-11-01 Anna Zaks[analyzer] Make sure the child builder use temporary...
2011-11-01 Anna Zaks[analyzer] BranchNodeBuilder should not generate autotr...
2011-11-01 Anna Zaks[analyzer] CheckerContext::getPredecessor() cleanup
2011-11-01 Anna Zaks[analyzer] Remove the CheckerContext's destructor.
2011-11-01 Eli FriedmanAdd missing export. Spotted by Leandro Melo.
2011-11-01 Douglas GregorWhen we run into a constructor or destructor that is...
2011-11-01 Richard SmithFix r143463 to test what it was intended to test.
2011-11-01 Douglas GregorWhen we see an out-of-line definition of a member class...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple in...
2011-11-01 Richard SmithWhen constant-folding, don't look at the initializer...
2011-11-01 Richard SmithTemporarily disable lvalue-to-rvalue conversions on...
2011-11-01 Tanya LattnerDo not create sub_dirs. This breaks the CSS links for...
2011-11-01 Argyrios Kyrtzidis[libclang] Fix non-darwin buildbots.
2011-11-01 Fariborz JahanianFind copy constructor needed to copy an rvalue reference
2011-11-01 Matt Beaumont-GaySilence a warning in -Asserts builds
2011-11-01 Ted KremenekDowngrade err_iboutlet_object_type to a warning. It...
2011-11-01 Argyrios KyrtzidisPut a reference of the ASTReader in the ASTUnit.
2011-11-01 Argyrios Kyrtzidis[libclang] For a class extension, give it a unique...
2011-11-01 Richard SmithImplement C++11 'constexpr calls must return constant...
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...
next