Suppress clang-tools-extra/test/clang-tidy/llvm-include-order.cpp for...
Suppress clang-tools-extra/test/clang-tidy/llvm-include-order.cpp for targeting msvc. Investigating. FYI, I can see the order; #include "j.h" #include "i.h" #include "clang-c/c.h" // hi #include "clang/b.h" #include "llvm-c/d.h" // -c #include "llvm/a.h" #include "gtest/foo.h" #include <s.h> llvm-svn: 215179
Loading
Please sign in to comment