index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Tooling
/
CompilationDatabase.cpp
Age
Commit message (
Expand
)
Author
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
Introduce CompilationDatabase::getAllCompileCommands() that returns all
Argyrios Kyrtzidis
2012-10-15
Only report first error when no compilation database is found.
Daniel Jasper
2012-08-24
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-07-17
Add a custom initialize hook for clang tools + minor fixes in CustomCompilati...
Alexander Kornienko
2012-07-13
Allows retrieving all files in a CompilationDatabase.
Manuel Klimek
2012-07-11
Add a hook to supply a custom CompilationDatabase. To add a custom Compilatio...
Daniel Jasper
2012-07-10
Adds support for auto-detection of compilation databases, looking in a direct...
Arnaud A. de Grandmaison
2012-07-10
Adds support for auto-detection of compilation databases
Manuel Klimek
2012-05-23
Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...
NAKAMURA Takumi
2012-05-15
Fixes crasher bug in JSONCompilationDatabase for invalid input.
Manuel Klimek
2012-04-18
Adds a FixedCompilationDatabase to be able to specify tool parameters
Manuel Klimek
2012-04-17
Switches the JSONCompilationDatabase to use the YAML parser.
Manuel Klimek
2012-04-04
Adds a tooling library.
Manuel Klimek