hanchenye-llvm-project/clang/tools/clang-format
Jonas Devlieghere fc51490baf Lift VFS from clang to llvm (NFC)
This patch moves the virtual file system form clang to llvm so it can be
used by more projects.

Concretely the patch:
 - Moves VirtualFileSystem.{h|cpp} from clang/Basic to llvm/Support.
 - Moves the corresponding unit test from clang to llvm.
 - Moves the vfs namespace from clang::vfs to llvm::vfs.
 - Formats the lines affected by this change, mostly this is the result of
   the added llvm namespace.

RFC on the mailing list:
http://lists.llvm.org/pipermail/llvm-dev/2018-October/126657.html

Differential revision: https://reviews.llvm.org/D52783

llvm-svn: 344140
2018-10-10 13:27:25 +00:00
..
fuzzer Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CMakeLists.txt [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
ClangFormat.cpp Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
clang-format-bbedit.applescript
clang-format-diff.py clang-format-diff: Make it work with python3 too 2018-08-03 10:04:58 +00:00
clang-format-sublime.py
clang-format-test.el
clang-format.el Fix typos in clang 2018-04-06 15:14:32 +00:00
clang-format.py [clang-format] Fix lines=all case in clang-format.py 2017-09-05 13:58:53 +00:00
git-clang-format [git-clang-format] Process CUDA files 2018-01-28 10:11:25 +00:00