[clang] [analyzer] Delay the checker constructions after parsing (PR #127409)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 06:34:40 PST 2025
================
@@ -73,6 +73,23 @@ Nullability getNullabilityAnnotation(QualType Type);
/// returned.
std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP);
+class CachedMacroValue {
----------------
steakhal wrote:
Right! Dropped in 10b4bd0403aa82a97f22a7fd55ee512625139091
https://github.com/llvm/llvm-project/pull/127409
More information about the cfe-commits
mailing list