summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07154-537/+512
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-0721-186/+129
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-078-22/+16
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-0741-111/+99
* Remove dead return and simplify code.Ted Kremenek2014-03-071-3/+1
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-0711-15/+15
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-0711-48/+32
* Add a note in the user manual that tsan is not supported on Mac.Nico Weber2014-03-071-1/+1
* "Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber2014-03-073-5/+5
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-0717-94/+65
* [C++11] Adding an iterator_range accessor for parameter declarations to the C...Aaron Ballman2014-03-071-0/+7
* [C++11] Replacing BlockDecl iterators param_begin() and param_end() with iter...Aaron Ballman2014-03-076-26/+26
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-0714-69/+48
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-0713-36/+28
* [C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...Aaron Ballman2014-03-073-12/+8
* [C++11] Updating getUsingDirectives to use iterator_range instead of a std::p...Aaron Ballman2014-03-073-14/+11
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-0713-69/+79
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-0713-79/+69
* Remove a test that we don't need anymoreTimur Iskhodzhanov2014-03-071-27/+0
* [OPENMP] Fix for threadprivate construct instantiatiation.Alexey Bataev2014-03-071-0/+3
* Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...Timur Iskhodzhanov2014-03-076-136/+207
* ExternalClangExamples: add a link to ToyClangPluginDmitri Gribenko2014-03-071-0/+7
* Tweak some test paths to match on WindowsBen Langmuir2014-03-071-4/+4
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-072-2/+9
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-078-17/+36
* [OPENMP] Fixed linked libraries for libiomp5 on LinuxAlexey Bataev2014-03-072-3/+5
* Add a bunch of missing changes from r203208Ben Langmuir2014-03-073-112/+138
* Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable...Ted Kremenek2014-03-072-249/+309
* Add dependencies from imported modules with -MDBen Langmuir2014-03-079-73/+245
* Another one fix for getSema()/getDerived().getSema()Alexey Bataev2014-03-071-1/+1
* Fixed getSema()/getDerived().getSema() diff pointed by Hal Finkel.Alexey Bataev2014-03-071-1/+1
* [-Wunreachable-code] Correctly expand artificial reachability to pruned '&&' ...Ted Kremenek2014-03-073-12/+20
* [-Wunreachable-code] Teach reachable code analysis heuristics about more lite...Ted Kremenek2014-03-073-1/+19
* The Visual Studio IDE changed behavior in VS2012. It used to be the case thatYunzhong Gao2014-03-072-7/+15
* Partial revert of r203179. The build bots are telling me that some out-of-tre...Aaron Ballman2014-03-076-0/+33
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-0622-163/+108
* C. Compare vector sizes using their raw element size instead ofFariborz Jahanian2014-03-062-42/+55
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-065-40/+53
* Make the test a bit stronger by showing what is added to llvm.used.Rafael Espindola2014-03-061-0/+2
* Remove a dead store, add a FIXME for another.Richard Smith2014-03-062-1/+2
* Exclude invalid old decl from mismatching linkage assertionIsmail Pazarbasi2014-03-062-3/+6
* Remove dead code I introduced 6 years, 4 months ago in r43518.Ted Kremenek2014-03-061-25/+0
* PGO: rename profile data files from .pgodata to .profdata.Bob Wilson2014-03-068-5/+5
* PGO: rename FileCheck variable to follow the existing convention.Bob Wilson2014-03-061-3/+3
* Update for LLVM API changeSaleem Abdulrasool2014-03-064-9/+10
* [docs] s/cpp11-migrate/clang-modernize/Rui Ueyama2014-03-061-2/+2
* PGO: Add support for Objective-C blocks.Bob Wilson2014-03-064-6/+45
* Fix dead store and simplify. No functionality change (although the code is nowRichard Smith2014-03-061-36/+31
* MS ABI: Disambiguate the manglings for global guard variablesDavid Majnemer2014-03-062-5/+11
* Based on usage, the NamedDecl is always set when constructing a CallingContex...Aaron Ballman2014-03-061-6/+3
OpenPOWER on IntegriCloud