We do not list macro definitions in api.td files anymore. Not all macros definitions have been moved out. This change moves the definition of the NULL macro out. Reviewed By: lntue, jhuber6 Differential Revision: https://reviews.llvm.org/D140376
8 lines
124 B
TableGen
8 lines
124 B
TableGen
include "config/public_api.td"
|
|
|
|
include "spec/stdc.td"
|
|
|
|
def StringAPI : PublicAPI<"string.h"> {
|
|
let Types = ["size_t"];
|
|
}
|