]> granicus.if.org Git - clang/shortlog
clang
2014-03-12 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-12 NAKAMURA TakumiDisable cross-windows-on-linux.cpp for now. It may...
2014-03-12 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-12 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-12 Saleem AbdulrasoolLexer: split test into separate files
2014-03-12 Saleem AbdulrasoolLex: reduce buffer size, add a test
2014-03-12 Ben LangmuirAdd an option -fmodules-validate-system-headers
2014-03-12 Aaron BallmanAllow GNU-style attributes on lambda expressions.
2014-03-11 David BlaikieDebugInfo: Remove debug-info-pubtypes.ccp - pubnames...
2014-03-11 Hans WennborgBe case sensitive when determining driver mode based...
2014-03-11 David BlaikieDebugInfo: Fix test for LLVM change r203619
2014-03-11 Duncan P. N... PGO: appease the bots after r203592
2014-03-11 Saleem Abdulrasoollex: improve include handling on Linux for Windows
2014-03-11 David BlaikieDriver: Support -gmlt as an alias for -gline-tables...
2014-03-11 Aaron BallmanImproving test coverage for lambda expressions with...
2014-03-11 Fariborz JahanianObjective-C. Prevent an assertion crash due to buggy...
2014-03-11 Duncan P. N... PGO: Clarify the testing README
2014-03-11 Duncan P. N... PGO: Scale large counters down to 32-bits
2014-03-11 Bob WilsonRemove trailing whitespace introduced in r203028.
2014-03-11 Fariborz JahanianObjective-C. Diagose use of undefined protocols
2014-03-11 Jordan Rose[analyzer] Check all conditions in a chained if against...
2014-03-11 Aaron BallmanChanging this test case to use an unknown attribute...
2014-03-11 Aaron BallmanGracefully handle an attribute specifier following...
2014-03-11 Tim NorthoverSema: demote invalid atomic ordering message to warning.
2014-03-11 Daniel Jasperclang-format: Avoid unnecessary break before lambda...
2014-03-11 Tim NorthoverSema: produce error when invalid ordering is passed...
2014-03-11 Tim NorthoverUpdate for IR: add a second AtomicOrdering to cmpxchg...
2014-03-11 Daniel Jasperclang-format: Fix another false positive in the lambda...
2014-03-11 Daniel Jasperclang-format: Fix incorrect lambda recognition exposed...
2014-03-11 NAKAMURA Takumiclang::HeaderSearch: Use default constructor even for...
2014-03-11 Daniel Jasperclang-format: Detect weird macro lambda usage.
2014-03-11 NAKAMURA Takumiclang/test/Modules/include-relative.c REQUIRES shell...
2014-03-11 Richard SmithTests for DR381-388.
2014-03-11 Richard SmithRevert C++11ification in r203534 and r203536. Apparentl...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Justin Bognertest: Regenerate profile data for PGO tests
2014-03-11 David BlaikieFix use of uninitialized variable in ExternalASTSourceT...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Argyrios Kyrtzidis[HeaderSearch] Fix issue where if a headermap entry...
2014-03-11 Justin Bognertest: Give instrumentation based profiling tests their...
2014-03-11 Justin Bognertest: Fix feature test for "native" in lit.cfg
2014-03-11 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Richard SmithSpeculative workaround for apparent libstdc++ bug expos...
2014-03-11 Richard TrieuMove the warning about unused relational comparison...
2014-03-11 Richard SmithIf a visibility update record is found for a DeclContex...
2014-03-11 Richard SmithIf a module map is found in a relative -I path, convert...
2014-03-11 Richard SmithAdd a unittest for the ExternalASTSource.
2014-03-11 David MajnemerBasic: Add -Wswitch-bool to control warn_bool_switch_co...
2014-03-11 Fariborz JahanianObjective-C IRGen. Fixes several regressions caused...
2014-03-10 Ben LangmuirAdd -fmodules-cache-path to test/Headers/c11.c
2014-03-10 DeLesley HutchinsThread safety analysis: move smart pointer checks from...
2014-03-10 Anton Yartsev[analyzer] Eliminate memory leak in BugReporter::emitRe...
2014-03-10 Ben LangmuirTurn on the uncovered umbrella header warning by default
2014-03-10 John McCallRTTI symbols for visible local types may need weak...
2014-03-10 Ahmed CharlesAdd a main function to the clang-format.py vim integration.
2014-03-10 David MajnemerIRGen: __c11/__atomic compare-and-exchange should respe...
2014-03-10 Benjamin Kramer[C++11] Avoid implicit conversion of ArrayRef to std...
2014-03-10 Aaron Ballman[C++11] Replacing DeclBase iterators specific_attr_begi...
2014-03-10 Rafael EspindolaReplace CLANG_IS_PRODUCTION with CLANG_PLUGIN_SUPPORT.
2014-03-10 Samuel BenzaquenAdd loc() to the dynamic registry.
2014-03-10 Daniel Jasperclang-format: Add spaces between lambdas and comments.
2014-03-10 Aaron BallmanReverting llvm::distance changes to use std::distance...
2014-03-10 Alexander KornienkoPreserve hanging indent when breaking line comments.
2014-03-10 Robert LyttonMake __LITTLE_ENDIAN__/__BIG_ENDOAN__ common Predefined...
2014-03-10 Daniel Jasperclang-format: Add spaces around trailing/lambda return...
2014-03-10 NAKAMURA Takumiclang/test/Index/preamble-reparse-warn-*.c: Stabilize...
2014-03-10 NAKAMURA Takumiclang/test/Index/preamble-reparse-warn-*.c: Use @LINE...
2014-03-10 Richard SmithWhen a type's definition is instantiated, the definitio...
2014-03-09 Bob WilsonRemove trailing whitespace.
2014-03-09 Nick LewyckyTab to spaces. No functionality change.
2014-03-09 Logan ChienFix uninitialized value in AttributedTypeLoc.
2014-03-09 Aaron Ballman[C++11] Replacing some using declarations which are...
2014-03-09 Ahmed Charles[C++11] Use std::unique_ptr for ownership in a vector.
2014-03-09 Ahmed CharlesFix build break, replace take() with release().
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-09 Ahmed Charles[C++11] Remove the remaining uses of OwningPtr.
2014-03-09 Ted Kremenek[-Wunreachable-code] Handle Objective-C bool literals...
2014-03-09 David MajnemerUpdate clang to account for changes made to LLVM in...
2014-03-09 David BlaikieRemove uses of SmallString::equals in favor of SmallVec...
2014-03-09 Argyrios Kyrtzidis[Sema] Fix assertion hit with #pragma weak.
2014-03-09 Argyrios Kyrtzidis[libclang] Don't pad the main buffer for the preamble.
2014-03-09 NAKAMURA Takumiretain-comments-from-system-headers.c: Flush module...
2014-03-09 Chandler Carruth[C++11] Update Clang for the change to LLVM's Use-Def...
2014-03-08 Ted Kremenek[-Wunreachable-code] Tweak heuristic for configuration...
2014-03-08 Aaron Ballman[C++11] Replacing Decl iterators attr_begin() and attr_...
2014-03-08 Argyrios Kyrtzidis[Preprocessor] Only check for -Wunused-macros if the...
2014-03-08 Aaron Ballman[C++11] Replacing RecordDecl iterators field_begin...
2014-03-08 Aaron Ballman[C++11] Replacing EnumDecl iterators enumerator_begin...
2014-03-08 Aaron BallmanReapplying r203299 in a slightly different manner....
2014-03-08 Ted Kremenek[-Wunreachabe-code] Don't warn about unreachable destru...
2014-03-08 Ted KremenekFix CFG bug where the 'isTemporaryDtorsBranch' bit...
2014-03-08 Ted Kremenek[CFG] Record would-be successor for noreturn destructor.
2014-03-08 Ted Kremenek[-Wunreachable-code] Handle 'return' with no argument...
2014-03-08 Rafael EspindolaAdd an option to disable plugins in clang.
2014-03-08 Rafael EspindolaRevert "Add an option to disable plugins in clang."
2014-03-08 Rafael EspindolaAdd an option to disable plugins in clang.
2014-03-08 Richard SmithRevert accidentally-committed file.
2014-03-08 Richard SmithModule [extern_c] attribute: inherit to submodules...
2014-03-07 Ismail PazarbasiReplace "can not" with "cannot" in diagnostics messages.
next