[PATCH] D144654: [Lex] Warn when defining or undefining any builtin macro

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 13:09:18 PST 2023


aaron.ballman added a comment.

This seems to cause precommit CI failures that should be addressed, and it should also have a release note about the fix.

Also, should this cover things like `clang -U__cplusplus -D__STDC__=1 foo.cpp` as well?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144654/new/

https://reviews.llvm.org/D144654



More information about the cfe-commits mailing list