History log of /llvm-project/clang/lib/Tooling/JSONCompilationDatabase.cpp (Results 51 – 59 of 59)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-3.4.0-rc1, llvmorg-3.3.1-rc1
# 69b6277a 01-Jul-2013 Craig Topper <craig.topper@gmail.com>

Put helper class in anonymous namespace.

llvm-svn: 185306


Revision tags: llvmorg-3.3.0, llvmorg-3.3.0-rc3, llvmorg-3.3.0-rc2, llvmorg-3.3.0-rc1
# fe7a3486 02-Mar-2013 Peter Collingbourne <peter@pcc.me.uk>

CommandLineArgumentParser: handle single quotes.

Differential Revision: http://llvm-reviews.chandlerc.com/D482

llvm-svn: 176404


# f857950d 12-Jan-2013 Dmitri Gribenko <gribozavr@gmail.com>

Remove useless 'llvm::' qualifier from names like StringRef and others that are
brought into 'clang' namespace by clang/Basic/LLVM.h

llvm-svn: 172323


# 3128a11e 12-Jan-2013 Arnaud A. de Grandmaison <arnaud.adegm@gmail.com>

Fix spurious output in JSONCompilationDatabase

llvm-svn: 172321


Revision tags: llvmorg-3.2.0, llvmorg-3.2.0-rc3
# 3a02247d 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com>

Sort all of Clang's files under 'lib', and fix up the broken headers
uncovered.

This required manually correcting all of the incorrect main-module
headers I could find, and running the new llvm/util

Sort all of Clang's files under 'lib', and fix up the broken headers
uncovered.

This required manually correcting all of the incorrect main-module
headers I could find, and running the new llvm/utils/sort_includes.py
script over the files.

I also manually added quite a few missing headers that were uncovered by
shuffling the order or moving headers up to be main-module-headers.

llvm-svn: 169237

show more ...


# 251ad5e0 04-Dec-2012 Argyrios Kyrtzidis <akyrtzi@gmail.com>

Introduce CompilationDatabase::getAllCompileCommands() that returns all
compile commands of the database and expose it via the libclang API.

llvm-svn: 169226


Revision tags: llvmorg-3.2.0-rc2, llvmorg-3.2.0-rc1
# 26cf9c43 08-Oct-2012 Daniel Jasper <djasper@google.com>

Support symlinks and relative paths in complilation databases.

Review: http://llvm-reviews.chandlerc.com/D30
llvm-svn: 165392


# d574ac2f 24-Aug-2012 NAKAMURA Takumi <geek4civic@gmail.com>

Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "volatile" affects.

llvm-svn: 162550


# 6ed1f85c 24-Aug-2012 Daniel Jasper <djasper@google.com>

Use LLVM's plugin registry to enable registering new compilation
databases. Move JSONCompilationDatabase.h to its own files and
register it as plugin.

llvm-svn: 162541


123