llvm-project/clang/tools
Benjamin Kramer 2e2351adce [VFS] Transition clang-format to use an in-memory FS.
Apart from being cleaner this also means that clang-format no longer has
access to the host file system. This isn't necessary because clang-format
never reads includes :)

Includes minor tweaks and bugfixes found in the VFS implementation while
running clang-format tests.

llvm-svn: 249385
2015-10-06 10:04:08 +00:00
..
arcmt-test Make the clang module container format selectable from the command line. 2015-07-17 01:19:54 +00:00
c-arcmt-test Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satisfy LDFLAGS=-static. 2015-07-12 12:17:55 +00:00
c-index-test [UB] Avoid a really broken call to realloc that would later result in 2015-08-04 03:53:04 +00:00
clang-check Make the clang module container format selectable from the command line. 2015-07-17 01:19:54 +00:00
clang-format [VFS] Transition clang-format to use an in-memory FS. 2015-10-06 10:04:08 +00:00
clang-format-vs Fix clang-format build from the solution; the underlying path has changed to include the VS directory structure. 2015-05-12 14:41:39 +00:00
clang-fuzzer [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. (following llvm r249214) 2015-10-02 23:34:37 +00:00
diag-build Briefly document diag-build.sh 2013-12-28 21:59:11 +00:00
diagtool Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
driver The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has some 2015-09-25 17:44:31 +00:00
libclang SourceRanges are small and trivially copyable, don't them by reference. 2015-10-04 04:53:55 +00:00
scan-build [analyzer] Improved behavior if Clang was not found, part II 2015-09-16 18:12:15 +00:00
scan-view [analyzer] scan-view: don't ever serve absolute paths. 2013-04-29 17:23:06 +00:00
CMakeLists.txt Add initial version of a clang-fuzzer. 2015-03-28 00:07:39 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00