================ @@ -17,6 +17,8 @@ #include "clang/Lex/Preprocessor.h" #include "llvm/ADT/DenseMapInfo.h" #include "llvm/ADT/PointerIntPair.h" +#include "llvm/ADT/ScopeExit.h" +#include "llvm/ADT/SmallPtrSet.h" ---------------- zeyi2 wrote:
```suggestion ``` Please see https://llvm.org/docs/CodingStandards.html#include-as-little-as-possible https://github.com/llvm/llvm-project/pull/204913 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
