hokein created this revision.
hokein added a reviewer: kadircet.
Herald added a project: All.
hokein requested review of this revision.
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144713

Files:
  clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc


Index: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
===================================================================
--- clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
+++ clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
@@ -237,3 +237,19 @@
 // which is tricky to disambiguate without type information.
 // Don't set any header for it, as it comes with the type header.
 SYMBOL(get, std::, /*no headers*/)
+
+// Macros
+SYMBOL(NULL, , <cstddef>)
+SYMBOL(NULL, , <stddef.h>)
+SYMBOL(NULL, , <cstdlib>)
+SYMBOL(NULL, , <stdlib.h>)
+SYMBOL(NULL, , <cstring>)
+SYMBOL(NULL, , <string.h>)
+SYMBOL(NULL, , <cwchar>)
+SYMBOL(NULL, , <wchar.h>)
+SYMBOL(NULL, , <ctime>)
+SYMBOL(NULL, , <time.h>)
+SYMBOL(NULL, , <clocale>)
+SYMBOL(NULL, , <locale.h>)
+SYMBOL(NULL, , <cstdio>)
+SYMBOL(NULL, , <stdio.h>)


Index: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
===================================================================
--- clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
+++ clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
@@ -237,3 +237,19 @@
 // which is tricky to disambiguate without type information.
 // Don't set any header for it, as it comes with the type header.
 SYMBOL(get, std::, /*no headers*/)
+
+// Macros
+SYMBOL(NULL, , <cstddef>)
+SYMBOL(NULL, , <stddef.h>)
+SYMBOL(NULL, , <cstdlib>)
+SYMBOL(NULL, , <stdlib.h>)
+SYMBOL(NULL, , <cstring>)
+SYMBOL(NULL, , <string.h>)
+SYMBOL(NULL, , <cwchar>)
+SYMBOL(NULL, , <wchar.h>)
+SYMBOL(NULL, , <ctime>)
+SYMBOL(NULL, , <time.h>)
+SYMBOL(NULL, , <clocale>)
+SYMBOL(NULL, , <locale.h>)
+SYMBOL(NULL, , <cstdio>)
+SYMBOL(NULL, , <stdio.h>)
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to