index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Tooling
/
RewriterTestContext.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-8
/
+8
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[VFS] Add an in-memory file system implementation.
Benjamin Kramer
2015-10-05
1
-11
/
+18
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-1
/
+2
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-3
/
+2
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+3
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-2
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-2
/
+1
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-3
/
+3
*
Fix two leaks found by LSan (one is test-only).
Nico Weber
2014-04-24
1
-1
/
+1
*
Fix two test-only leaks found by LSan.
Nico Weber
2014-04-24
1
-1
/
+3
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-1
/
+1
*
Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp.
Rafael Espindola
2013-06-26
1
-24
/
+18
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-4
/
+4
*
Buildbot debugging is fun
Douglas Gregor
2012-10-23
1
-3
/
+6
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-1
/
+1
*
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-23
1
-1
/
+1
*
Move sideeffecting call out of assert().
Benjamin Kramer
2012-06-07
1
-2
/
+4
*
Switches the RewriterTestContext away from PathV1.
Manuel Klimek
2012-06-06
1
-7
/
+14
*
Fixes the refactoring library test in VS2010.
Manuel Klimek
2012-06-05
1
-0
/
+1
*
clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryD...
NAKAMURA Takumi
2012-05-27
1
-5
/
+0
*
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
Manuel Klimek
2012-05-22
1
-0
/
+120