This revision was automatically updated to reflect the committed changes.
Closed by commit rL313049: Use the VFS from the CompilerInvocation by default
(authored by teemperor).
Changed prior to commit:
https://reviews.llvm.org/D37416?vs=114823&id=114857#toc
Repository:
rL LLVM
https://revie
teemperor updated this revision to Diff 114823.
teemperor added a comment.
- Rebased with the correct diff...
https://reviews.llvm.org/D37416
Files:
include/clang/Frontend/CompilerInstance.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendAction.cpp
unittests/Frontend/CMakeLists.
teemperor updated this revision to Diff 114790.
teemperor added a comment.
- Rebased diff before merging.
https://reviews.llvm.org/D37416
Files:
lib/Frontend/CompilerInstance.cpp
unittests/Frontend/CMakeLists.txt
unittests/Frontend/CompilerInstanceTest.cpp
Index: unittests/Frontend/Compi
v.g.vassilev accepted this revision.
v.g.vassilev added a comment.
This revision is now accepted and ready to land.
This patch can rely on a post commit review if necessary.
https://reviews.llvm.org/D37416
___
cfe-commits mailing list
cfe-commits@li
teemperor updated this revision to Diff 114524.
teemperor added a comment.
- Moved code from FrontendAction.cpp into createFileManager()
https://reviews.llvm.org/D37416
Files:
include/clang/Frontend/CompilerInstance.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/FrontendAction.cpp
uni
teemperor updated this revision to Diff 114504.
teemperor added a comment.
Herald added a subscriber: mgorny.
- Added test case.
https://reviews.llvm.org/D37416
Files:
lib/Frontend/CompilerInstance.cpp
unittests/Frontend/CMakeLists.txt
unittests/Frontend/CompilerInstanceTest.cpp
Index: u
v.g.vassilev added a comment.
You should probably update the code creating the vfs before the call to
`createFileManager` in `lib/Frontend/FrontendAction.cpp`.
Repository:
rL LLVM
https://reviews.llvm.org/D37416
___
cfe-commits mailing list
cfe-