summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/JSONCompilationDatabase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-5/+5
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+1
* Put helper class in anonymous namespace.Craig Topper2013-07-011-2/+2
* CommandLineArgumentParser: handle single quotes.Peter Collingbourne2013-03-021-3/+14
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-21/+19
* Fix spurious output in JSONCompilationDatabaseArnaud A. de Grandmaison2013-01-121-5/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-041-9/+25
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-081-3/+23
* Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "v...NAKAMURA Takumi2012-08-241-1/+1
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-241-0/+283
OpenPOWER on IntegriCloud