]> granicus.if.org Git - clang/shortlog
clang
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...
2014-03-06 Aaron BallmanVery minor simplification and typo correction; no funct...
2014-03-06 Rafael EspindolaRevert "Use private linkage for remaining GlobalVariabl...
2014-03-06 Richard SmithFix use-after-free detected by ASan bootstrap.
2014-03-06 Bob WilsonRun -fprofile-instr tests with %clang_cc1.
2014-03-06 Dmitri GribenkoExpand documentation section on comment parsing
2014-03-06 Argyrios Kyrtzidis[ASTPrinter] 'SEL' isn't a ObjCObjectPointer, so we...
2014-03-06 Alexander KornienkoFix operator<< recognition (PR19064).
2014-03-06 Aaron Ballman[C++11] Adding override specifiers where appropriate...
2014-03-06 Aaron BallmanReformatting the style used within the massive attribut...
2014-03-06 Alexander KornienkoAdded an inserter for ArrayRef<SourceRange>.
2014-03-06 Alexey Bataev[OPENMP] Updated comments and _OPENMP macro value for...
2014-03-06 Alexey Bataev[OPENMP] Missed test for 'simd private'
2014-03-06 Ted Kremenek[-Wunreachable-code] Refine treating all branches of...
2014-03-06 NAKAMURA TakumiCodeGenObjC/instr-profile.m: Add -target darwin to...
2014-03-06 Ted Kremenek[-Wunreachable-code] don't warn about dead 'return...
2014-03-06 Bob WilsonAttempt to fix buildbots by dropping the -LABEL from...
2014-03-06 Alexey Bataev[OPENMP] Clause 'num_threads'
2014-03-06 Bob WilsonPGO: add instrumentation for Objective-C methods.
2014-03-06 Alexey Bataev[OPENMP] Added option -fopenmp=libiomp5|libgomp
2014-03-06 Ted KremenekRemove 'break' dominated by 'return' in 'EmitBuiltinExpr'.
2014-03-06 Ted KremenekRemove 2 dead 'break' statements. The 'break' usage...
2014-03-06 Ted KremenekRemove dead return in Parser::MayBeDesignationStart().
2014-03-06 Ted KremenekRemove dead return in BugReporter (found via -Wunreacha...
2014-03-06 Bob WilsonPGO: Use the main file name to help distinguish functio...
2014-03-06 Bob WilsonPGO: Rename variables to avoid referring to the "Mangle...
2014-03-06 Bob WilsonRefactor PGO code in preparation for handling non-C...
2014-03-06 Bob WilsonPGO: don't emit counter increment if no counters have...
2014-03-06 Chandler Carruth[Layering] Update include of Linker.h to match its...
2014-03-06 Richard SmithFix crash if a submodule overrides one of its own macro...
2014-03-06 Richard TrieuFix test from r203061
2014-03-06 Richard TrieuSuppress diagnostics during name lookup for absolute...
2014-03-06 Rafael EspindolaUse private linkage for remaining GlobalVariables with...
2014-03-06 Raul E. SilveraUpdate clang test to cover for new treatment of intrins...
2014-03-06 Rafael EspindolaConstruct GlobalValues with the correct linkage instead...
2014-03-06 Ted Kremenek[-Wunreachable-code] Handle idiomatic do...while()...
2014-03-06 Richard TrieuChange the color of comment nodes from bright yellow...
2014-03-06 Chandler Carruth[Layering] Update include of DebugInfo.h which moved...
2014-03-06 Fariborz JahanianObjective-C properties. Fixes a crash in Sema where...
2014-03-06 Richard SmithSwitch to an idiomatic C++ erase/remove for this loop...
2014-03-06 Chandler Carruth[Layering] Update include for the move of DIBuilder...
2014-03-06 Ted Kremenek[-Wunreachable-code] Handle idiomatic do...while()...
2014-03-06 NAKAMURA Takumiclang/test/Modules/recursive.c: Tweak expressions for...
2014-03-05 Ted Kremenek[-Wunreachable-code] generalize pruning out warning...
2014-03-05 Fariborz JahanianObjective-C. Suppress the warning for auto synthesis...
2014-03-05 Ted Kremenek[-Wunreachabe-code] add test for double 'break'.
2014-03-05 Ted Kremenek[-Wunreachable-code] include some enum constants in...
2014-03-05 Richard SmithPR19010: Make sure we initialize (empty) indirect base...
next