]> granicus.if.org Git - clang/shortlog
clang
2013-05-02 Jordan Rose[analyzer] Don't try to evaluate MaterializeTemporaryEx...
2013-05-02 Bill WendlingUse the Itanium ABI for thread_local on Darwin.
2013-05-02 Douglas GregorFix crasher when the range in a C++ range-for loop...
2013-05-02 Douglas GregorWhen looking for the module associated with one of...
2013-05-02 Daniel JasperBasic clang-format integration for BBEdit.
2013-05-02 Adrian PrantlEnsure that the line table for functions with cleanups...
2013-05-02 Adrian PrantlUse a more idiomatic way to disable debug locations.
2013-05-02 Douglas GregorUse a triple ensure that __has_feature(c_thread_local...
2013-05-02 Fariborz Jahanian[document parsing]: support c++11 type aliases
2013-05-02 Hans WennborgMake sure we define wchar_t related macros correctly...
2013-05-02 Hans WennborgFix typo in a stddef.h comment: s/risze_t/rsize_t/
2013-05-02 Douglas GregorOnly evaluate __has_feature(c_thread_local) and __has_f...
2013-05-02 Anton Yartsev[analyzer] Finally make c++-analyzer 'executable' again.
2013-05-02 Jordan Rose[analyzer] RetainCountChecker: don't track through...
2013-05-02 Anton Yartsev[analyzer] Recreated as a file.
2013-05-02 Anton Yartsev[analyzer] Temporary remove c++analyzer to recreate...
2013-05-02 Anton Yartsev[analyzer] Added 'executable' property to c++analyzer.
2013-05-02 Anton Yartsev[analyzer] scan-build for Windows
2013-05-01 Jordan Rose[analyzer] Consolidate constant evaluation logic in...
2013-05-01 Jordan Rose[analyzer] Don't inline the [cd]tors of C++ iterators.
2013-05-01 Fariborz Jahanian[documenting declaration]: Remove arc liftime qualifiers
2013-05-01 Chad RosierFix typo in FileCheck.
2013-05-01 Chad Rosier[inline asm] Add a test case for r180873. Test case...
2013-05-01 Richard SmithFix spurious trailing comma when printing some of the...
2013-05-01 Richard SmithPR15884: In the 'taking the address of a temporary...
2013-05-01 Jordan RoseRe-apply "[analyzer] Model casts to bool differently...
2013-05-01 Fariborz JahanianFix buildbot yet again. // rdar://13757500.
2013-05-01 Fariborz Jahanianattempt to fix the buildbot failure.
2013-05-01 Fariborz Jahanian[ObjC declaration documentation] declaration of
2013-05-01 Aaron BallmanAs of r180836, these tests should no longer be XFAILed...
2013-05-01 Argyrios KyrtzidisPoint diagnostics that complain about a use of a select...
2013-04-30 Adrian PrantlRevert 180817 because 180816 was reverted.
2013-04-30 Richard SmithFix PR15845: apparently MSVC does not support implicit...
2013-04-30 Adrian PrantlDo not generate VLAs as complex variables any more...
2013-04-30 Chad Rosier[driver] Allow multiple -arch options with -save-temps...
2013-04-30 Jordan Rose[analyzer] scan-build: support -enable-checker with...
2013-04-30 Richard SmithRevert r180739 and r180748: they broke C++11 thread_loc...
2013-04-30 Richard SmithWhen deducing an 'auto' type, don't modify the type...
2013-04-30 Reid Kleckner[ms-cxxabi] Implement member pointer comparisons
2013-04-30 Manman RenStruct-path aware TBAA: enable struct-path aware TBAA...
2013-04-30 Richard SmithDon't treat a non-deduced 'auto' type as being type...
2013-04-30 Rafael EspindolaUse {{.*}}suffix instead of [[TC]] in places where...
2013-04-30 Rafael EspindolaAlways use / when computing mips specific paths.
2013-04-30 Simon Atanasyan[Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2...
2013-04-30 Ted KremenekPlace bitfield -Wconstant-conversion warning into subgr...
2013-04-30 Daniel JasperFix very confusing indent in Sema.cpp.
2013-04-30 Argyrios Kyrtzidis[PCH] Fix memory leak related to deserialized MacroInfo...
2013-04-30 Joerg SonnenbergerAdd support for -stdlib=libc++ in the NetBSD toolchain.
2013-04-30 Fariborz JahanianObjective-C (mostly arc): Under ARC, we often have...
2013-04-29 Bill WendlingModify triple to try to make it pass on ARM.
2013-04-29 Ted KremenekJust use std::list<> for PathPieces instead of complica...
2013-04-29 Ted KremenekRevert "[analyzer] Change PathPieces to be a wrapper...
2013-04-29 Ted Kremenek[analyzer] Change PathPieces to be a wrapper around...
2013-04-29 Ted Kremenek[analyzer] Remove comparePath's dependency on subscript...
2013-04-29 Bill WendlingEmit the TLS intialization functions into a list.
2013-04-29 Fariborz Jahanianc language: diagnose use of "[*]" on any array dimension
2013-04-29 Rafael EspindolaUse ArrayRef in AddMethodCandidate.
2013-04-29 Argyrios Kyrtzidis[test] add missing header for the test.
2013-04-29 Argyrios KyrtzidisWhen emitting a preprocessed file with implicit module...
2013-04-29 Jordan Rose[analyzer] scan-view: don't ever serve absolute paths.
2013-04-29 Jordan RoseRevert "[analyzer] Model casts to bool differently...
2013-04-29 Fariborz JahanianFix a typo in a parse assert.
2013-04-29 Ben LangmuirSmall CapturedStmt improvements
2013-04-29 Ben LangmuirTest commit
2013-04-29 Richard SmithKeep the parser's template depth up to date when parsin...
2013-04-29 Richard SmithImplement DR580: access checks for template parameters...
2013-04-29 Richard SmithProperly reenter multiple contexts when parsing a late...
2013-04-29 Richard SmithFix an assertion failure / accepts-invalid in -fms...
2013-04-27 Dmitri GribenkoArrayRef'ize Sema::ActOnEnumBody. No functionality...
2013-04-27 Dmitri GribenkoDocumentation: Change UTF-8 ellipsis character to ASCII...
2013-04-27 Benjamin KramerSilence a silly sign compare warning from GCC.
2013-04-27 Dmitri GribenkoDocumentation: add an idea for a cpp14-migrate transfor...
2013-04-27 Benjamin KramerExit early when $PWD isn't set. Remove unused unistd...
2013-04-27 Benjamin KramerUse LLVM's preferred current_path API instead of callin...
2013-04-27 Chad Rosier[driver] Revert r180652 and 180658 and temporarily...
2013-04-27 Chad RosierFix the dangling pointer.
2013-04-27 Manman RenStruct-path aware TBAA: fix handling of may_alias attri...
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-27 Chad Rosier[driver] Use the llvm equivalent of getcwd(). Hopefull...
2013-04-27 Argyrios KyrtzidisFix an assertion hit in Sema::CheckObjCMethodOverrides.
2013-04-26 Fariborz Jahaniandocumenttion parsing. Provide a c-index test
2013-04-26 Sean CallananIn the ASTImporter, when checking whether two
2013-04-26 Argyrios Kyrtzidis[libclang] Introduce clang_Module_getASTFile function...
2013-04-26 Benjamin KramerMove helper classes into anonymous namespaces.
2013-04-26 Jordan Rose[analyzer] An ObjC for-in loop runs 0 times if the...
2013-04-26 Jordan Rose[analyzer] Model casts to bool differently from other...
2013-04-26 Jordan Rose[analyzer] Consolidate BoolAssignmentChecker tests...
2013-04-26 Argyrios Kyrtzidis[PCH/modules] Require the preprocessing record option...
2013-04-26 Argyrios Kyrtzidis[Modules] Fix an issue where the reconstructed redeclar...
2013-04-26 Argyrios Kyrtzidis[frontend] Make -chain-include work when used with...
2013-04-26 Benjamin KramerArrayRefize code. No functionality change.
2013-04-26 Fariborz Jahaniandocument parsing. When a sub-class (c++ Objective-C...
2013-04-26 Chad Rosier[driver] Implement the -fdebug-compilation-dir in a...
2013-04-26 Dmitri GribenkoDocumentation: improve description of make_shared trans...
2013-04-26 Dmitri GribenkoComment parsing: -fparse-all-comments: recognize empty...
2013-04-26 Richard SmithImplement C++1y decltype(auto).
2013-04-26 Richard SmithC++1y: support simple variable assignments in constexpr...
2013-04-26 Rafael EspindolaUse bitfilds.
2013-04-26 David BlaikieSupport debug info for using directives at global/names...
2013-04-26 Rafael EspindolaAdd r180263 back, but fix hasBraces() to be correct...
next