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
/
lib
/
Tooling
/
CompilationDatabase.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
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-12-04
1
-0
/
+5
*
Only report first error when no compilation database is found.
Daniel Jasper
2012-10-15
1
-2
/
+7
*
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
1
-256
/
+36
*
Add a custom initialize hook for clang tools + minor fixes in CustomCompilati...
Alexander Kornienko
2012-07-17
1
-1
/
+1
*
Allows retrieving all files in a CompilationDatabase.
Manuel Klimek
2012-07-13
1
-0
/
+20
*
Add a hook to supply a custom CompilationDatabase. To add a custom Compilatio...
Daniel Jasper
2012-07-11
1
-0
/
+9
*
Adds support for auto-detection of compilation databases, looking in a direct...
Arnaud A. de Grandmaison
2012-07-10
1
-9
/
+33
*
Adds support for auto-detection of compilation databases
Manuel Klimek
2012-07-10
1
-1
/
+18
*
Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...
NAKAMURA Takumi
2012-05-23
1
-2
/
+6
*
Fixes crasher bug in JSONCompilationDatabase for invalid input.
Manuel Klimek
2012-05-15
1
-6
/
+22
*
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-18
1
-0
/
+27
*
Switches the JSONCompilationDatabase to use the YAML parser.
Manuel Klimek
2012-04-17
1
-36
/
+45
*
Adds a tooling library.
Manuel Klimek
2012-04-04
1
-0
/
+230