summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/RewriterTestContext.h
Commit message (Expand)AuthorAgeFilesLines
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-8/+8
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [VFS] Add an in-memory file system implementation.Benjamin Kramer2015-10-051-11/+18
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-1/+2
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-3/+2
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-271-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-2/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+1
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-3/+3
* Fix two leaks found by LSan (one is test-only).Nico Weber2014-04-241-1/+1
* Fix two test-only leaks found by LSan.Nico Weber2014-04-241-1/+3
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-1/+1
* Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp.Rafael Espindola2013-06-261-24/+18
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-4/+4
* Buildbot debugging is funDouglas Gregor2012-10-231-3/+6
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+1
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-231-1/+1
* Move sideeffecting call out of assert().Benjamin Kramer2012-06-071-2/+4
* Switches the RewriterTestContext away from PathV1.Manuel Klimek2012-06-061-7/+14
* Fixes the refactoring library test in VS2010.Manuel Klimek2012-06-051-0/+1
* clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryD...NAKAMURA Takumi2012-05-271-5/+0
* Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek2012-05-221-0/+120
OpenPOWER on IntegriCloud