summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Core
Commit message (Expand)AuthorAgeFilesLines
* Make clang's rewrite engine a core featureAlp Toker2014-07-167-2480/+0
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+2
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-0/+3
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-073-19/+19
* Make RewriteRope less confusing for me. No intended behavior change.Nico Weber2014-04-231-3/+2
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-121-1/+2
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-071-1/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-11/+0
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-101-2/+1
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-101-1/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-1/+6
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Rewriter: Output RewriteRope contents efficientlyAlp Toker2013-12-021-2/+5
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-2/+1
* Port HTMLDiagnostics to PathV2. No intended functionality change.Benjamin Kramer2013-06-121-2/+1
* Added Lexer::getBufferEnd().Alexander Kornienko2013-06-041-1/+1
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-043-7/+7
* Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer2012-12-011-0/+2
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-1/+3
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-0/+1
* Remove pointless classof()'s.Sean Silva2012-10-112-7/+0
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-017-0/+2488
OpenPOWER on IntegriCloud