]> granicus.if.org Git - clang/commit
Support symlinks and relative paths in complilation databases.
authorDaniel Jasper <djasper@google.com>
Mon, 8 Oct 2012 16:08:15 +0000 (16:08 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 8 Oct 2012 16:08:15 +0000 (16:08 +0000)
commitd3420c906e3605d94c084e8b8b1f3fa490093c86
tree2a1722cf436983cf2fcefbe3e56bdb6e538c3c57
parent6b34c176994aaa781eff6cd8755a48cfb109e809
Support symlinks and relative paths in complilation databases.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165392 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/CompilationDatabase.h
include/clang/Tooling/FileMatchTrie.h [new file with mode: 0644]
include/clang/Tooling/JSONCompilationDatabase.h
lib/Tooling/CMakeLists.txt
lib/Tooling/FileMatchTrie.cpp [new file with mode: 0644]
lib/Tooling/JSONCompilationDatabase.cpp
unittests/Tooling/CompilationDatabaseTest.cpp