]> granicus.if.org Git - clang/shortlog
clang
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.
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...
next