summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/CompilationDatabaseTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-7/+7
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-041-0/+49
* CompilationDatabaseTest: Fix another Windows path issue.Daniel Jasper2012-10-081-2/+6
* CompilationDatabase: Use //net paths for tests, as they should beDaniel Jasper2012-10-081-40/+42
* FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper2012-10-081-2/+2
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-081-9/+86
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-241-1/+1
* Allows retrieving all files in a CompilationDatabase.Manuel Klimek2012-07-131-0/+38
* Fixes crasher bug in JSONCompilationDatabase for invalid input.Manuel Klimek2012-05-151-0/+20
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+69
* Adds a tooling library.Manuel Klimek2012-04-041-0/+223
OpenPOWER on IntegriCloud