Including VirtualFileSystem.h in the clangFormat.h indirectly includes <atomic>.
This header is blocked when compiling with /clr.
I added a forward declaration of vfs::FileSystem in clangFormat.h and moved the include to clangFormat.cpp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good.
include/clang/Format/Format.h | ||
---|---|---|
30 ↗ | (On Diff #53579) | nit: Remove this empty line. |