]> granicus.if.org Git - clang/shortlog
clang
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.
2014-03-07 Aaron BallmanIn my tests, I'm finding that declaring iterators in...
2014-03-07 Benjamin Kramer[C++11] Revert uses of lambdas with array_pod_sort.
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-07 Ted Kremenek[-Wunreachable-code] Treat constant globals as configur...
2014-03-07 Ted KremenekZap another dead 'break' statement.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-07 Aaron Ballman[C++11] Replacing DeclBase iterators decls_begin()...
2014-03-07 Ahmed CharlesReplace OwningPtr::isValid() with conversion to bool.
2014-03-07 Ahmed CharlesChange OwningPtr::take() to OwningPtr::release().
2014-03-07 Ted KremenekRemove dead return and simplify code.
2014-03-07 Aaron BallmanRenaming the chains() ranged iterator to chain() per...
2014-03-07 Aaron Ballman[C++11] Replacing IndirectFieldDecl iterators chain_beg...
2014-03-07 Nico WeberAdd a note in the user manual that tsan is not supporte...
2014-03-07 Nico Weber"Mac OS/X" -> "Mac OS X" spelling fixes for clang.
2014-03-07 Aaron Ballman[C++11] Replacing ObjCMethodDecl iterators param_begin...
2014-03-07 Aaron Ballman[C++11] Adding an iterator_range accessor for parameter...
2014-03-07 Aaron Ballman[C++11] Replacing BlockDecl iterators param_begin(...
2014-03-07 Aaron Ballman[C++11] Replacing FunctionDecl iterators param_begin...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-07 Aaron Ballman[C++11] Replacing iterators ddiag_begin() and ddiag_end...
2014-03-07 Aaron Ballman[C++11] Updating getUsingDirectives to use iterator_ran...
2014-03-07 Aaron BallmanFully reverting r203236 -- it seems the only bots that...
2014-03-07 Aaron Ballman[C++11] Replacing iterators attr_begin() and attr_end...
2014-03-07 Timur IskhodzhanovRemove a test that we don't need anymore
2014-03-07 Alexey Bataev[OPENMP] Fix for threadprivate construct instantiatiation.
2014-03-07 Timur IskhodzhanovFix PR18967 -- Bad this adjustment for virtual methods...
2014-03-07 Dmitri GribenkoExternalClangExamples: add a link to ToyClangPlugin
2014-03-07 Ben LangmuirTweak some test paths to match on Windows
2014-03-07 Alexey Bataev[OPENMP] Small update in threadprivate variables proces...
2014-03-07 Argyrios Kyrtzidis[Preprocessor] Pass TranslationUnitKind to the preproce...
2014-03-07 Alexey Bataev[OPENMP] Fixed linked libraries for libiomp5 on Linux
2014-03-07 Ben LangmuirAdd a bunch of missing changes from r203208
2014-03-07 Ted KremenekFix recent regressions in -Wreturn-type caused by heuri...
2014-03-07 Ben LangmuirAdd dependencies from imported modules with -MD
2014-03-07 Alexey BataevAnother one fix for getSema()/getDerived().getSema()
2014-03-07 Alexey BataevFixed getSema()/getDerived().getSema() diff pointed...
2014-03-07 Ted Kremenek[-Wunreachable-code] Correctly expand artificial reacha...
2014-03-07 Ted Kremenek[-Wunreachable-code] Teach reachable code analysis...
2014-03-07 Yunzhong GaoThe Visual Studio IDE changed behavior in VS2012. It...
2014-03-07 Aaron BallmanPartial revert of r203179. The build bots are telling...
2014-03-06 Aaron Ballman[C++11] Replacing iterators redecls_begin() and redecls...
2014-03-06 Fariborz JahanianC. Compare vector sizes using their raw element size...
2014-03-06 Rafael EspindolaUse llvm.compiler.used instead of llvm.used for objc...
2014-03-06 Rafael EspindolaMake the test a bit stronger by showing what is added...
2014-03-06 Richard SmithRemove a dead store, add a FIXME for another.
2014-03-06 Ismail PazarbasiExclude invalid old decl from mismatching linkage assertion
2014-03-06 Ted KremenekRemove dead code I introduced 6 years, 4 months ago...
2014-03-06 Bob WilsonPGO: rename profile data files from .pgodata to .profdata.
2014-03-06 Bob WilsonPGO: rename FileCheck variable to follow the existing...
2014-03-06 Saleem AbdulrasoolUpdate for LLVM API change
2014-03-06 Rui Ueyama[docs] s/cpp11-migrate/clang-modernize/
2014-03-06 Bob WilsonPGO: Add support for Objective-C blocks.
2014-03-06 Richard SmithFix dead store and simplify. No functionality change...
2014-03-06 David MajnemerMS ABI: Disambiguate the manglings for global guard...
2014-03-06 Aaron BallmanBased on usage, the NamedDecl is always set when constr...
2014-03-06 Aaron BallmanRefactored to use a simple helper function that wraps...
2014-03-06 Reid KlecknerAdd tests for MS inline asm change r203146
2014-03-06 David MajnemerMS ABI: Fix the initializer/finalizer mangling for...
next