summaryrefslogtreecommitdiff
path: root/unittests/Tooling/CompilationDatabaseTest.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-08
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-07
* unittests: explicit stringify StringRefs for conversionSaleem Abdulrasool2014-01-25
* Relax some preconditions for using FixedCompilationDatabase.Edwin Vane2013-11-17
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-11
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* CommandLineArgumentParser: handle single quotes.Peter Collingbourne2013-03-02
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-04
* CompilationDatabaseTest: Fix another Windows path issue.Daniel Jasper2012-10-08
* CompilationDatabase: Use //net paths for tests, as they should beDaniel Jasper2012-10-08
* FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper2012-10-08
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-08
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-24
* Allows retrieving all files in a CompilationDatabase.Manuel Klimek2012-07-13
* Fixes crasher bug in JSONCompilationDatabase for invalid input.Manuel Klimek2012-05-15
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-18
* Adds a tooling library.Manuel Klimek2012-04-04