[PATCH] D144713: [Tooling/Includsion] Add the missing NULL symbol to the table.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 24 02:52:10 PST 2023


kadircet added inline comments.


================
Comment at: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc:242
+// Macros
+SYMBOL(NULL, , <cstddef>)
+SYMBOL(NULL, , <stddef.h>)
----------------
we use `None` for global namespace rather than leaving empty. let's keep it that way?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144713



More information about the cfe-commits mailing list