2 Commits

Author SHA1 Message Date
Sam McCall
d03ee70de1 [Tooling] Avoid StandardLibrary.h including Decl. NFC
So you can use the enum in a header without pulling in half the AST.
2022-10-25 19:12:45 +02:00
Kadir Cetinkaya
d1f13c54f1
[clang][Tooling] Move STL recognizer to its own library
As pointed out in https://reviews.llvm.org/D119130#3829816, this
introduces a clang AST dependency to the clangToolingInclusions, which is used
by clang-format.

Since rest of the inclusion tooling doesn't depend on clang ast, moving this
into a separate library.

Differential Revision: https://reviews.llvm.org/D135245
2022-10-06 10:09:13 +02:00