Maksim Levental 2388880999
[analyzer] Add #undef REGISTER_CHECKER to files that define it (#188683)
Eight StaticAnalyzer checker files define a REGISTER_CHECKER macro that
is never undefined, which can leak into subsequent translation units in
unity builds. Add #undef REGISTER_CHECKER at the end of each file. See
https://discourse.llvm.org/t/rfc-enabling-unity-build/90306 for more
info.

"clauded" not coded
2026-03-26 06:17:19 -07:00
..