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
/
CompilationDatabaseTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-7
/
+7
*
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-12-04
1
-0
/
+49
*
CompilationDatabaseTest: Fix another Windows path issue.
Daniel Jasper
2012-10-08
1
-2
/
+6
*
CompilationDatabase: Use //net paths for tests, as they should be
Daniel Jasper
2012-10-08
1
-40
/
+42
*
FileNameMatchTrie: Use StringRef instead of Twines where possible.
Daniel Jasper
2012-10-08
1
-2
/
+2
*
Support symlinks and relative paths in complilation databases.
Daniel Jasper
2012-10-08
1
-9
/
+86
*
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
1
-1
/
+1
*
Allows retrieving all files in a CompilationDatabase.
Manuel Klimek
2012-07-13
1
-0
/
+38
*
Fixes crasher bug in JSONCompilationDatabase for invalid input.
Manuel Klimek
2012-05-15
1
-0
/
+20
*
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-18
1
-0
/
+69
*
Adds a tooling library.
Manuel Klimek
2012-04-04
1
-0
/
+223