[clang] [ASTMatcher] Fix redundant macro expansion checks in getExpansionLocOfMacro (PR #117143)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 26 05:28:20 PST 2024
================
@@ -36,6 +36,7 @@
#include <cstddef>
#include <optional>
#include <string>
+#include <unordered_set>
----------------
AaronBallman wrote:
Would `llvm::DenseSet` make more sense?
https://llvm.org/docs/ProgrammersManual.html#llvm-adt-denseset-h
https://github.com/llvm/llvm-project/pull/117143
More information about the cfe-commits
mailing list