[PATCH] D34936: [clangd] Add -ffreestanding on VFS tests.

2017-07-05 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov added a comment. In https://reviews.llvm.org/D34936#799589, @mibintc wrote: > Thanks so much! You're welcome. Repository: rL LLVM https://reviews.llvm.org/D34936 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://list

[PATCH] D34936: [clangd] Add -ffreestanding on VFS tests.

2017-07-05 Thread Melanie Blower via Phabricator via cfe-commits
mibintc added a comment. Thanks so much! Repository: rL LLVM https://reviews.llvm.org/D34936 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D34936: [clangd] Add -ffreestanding on VFS tests.

2017-07-03 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL307025: [clangd] Add -ffreestanding on VFS tests. (authored by ibiryukov). Repository: rL LLVM https://reviews.llvm.org/D34936 Files: clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp Index

[PATCH] D34936: [clangd] Add -ffreestanding on VFS tests.

2017-07-03 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov added a comment. Implicit `stdc-predef.h` include is not yet there, but will appear after https://reviews.llvm.org/D34158 has landed. https://reviews.llvm.org/D34936 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists

[PATCH] D34936: [clangd] Add -ffreestanding on VFS tests.

2017-07-03 Thread Krasimir Georgiev via Phabricator via cfe-commits
krasimir accepted this revision. krasimir added a comment. This revision is now accepted and ready to land. Looks good. https://reviews.llvm.org/D34936 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/lis

[PATCH] D34936: [clangd] Add -ffreestanding on VFS tests.

2017-07-03 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov created this revision. They don't provide proper gcc installations and may fail on implicit include. https://reviews.llvm.org/D34936 Files: unittests/clangd/ClangdTests.cpp Index: unittests/clangd/ClangdTests.cpp ===