forked from OSchip/llvm-project
parent
08badfd2ba
commit
58983f1398
|
@ -776,7 +776,7 @@ INPUT_FILTER =
|
|||
# filter if there is a match. The filters are a list of the form:
|
||||
# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
|
||||
# info on how filters are used. If FILTER_PATTERNS is empty or if
|
||||
# non of the patterns match the file name, INPUT_FILTER is applied.
|
||||
# none of the patterns match the file name, INPUT_FILTER is applied.
|
||||
|
||||
FILTER_PATTERNS =
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@ static const char *ReservedNames[] = {
|
|||
"link", "umbrella", "extern", "use", 0 // Flag end.
|
||||
};
|
||||
|
||||
// Convert module name to a non keyword.
|
||||
// Convert module name to a non-keyword.
|
||||
// Prepends a '_' to the name if and only if the name is a keyword.
|
||||
static std::string
|
||||
ensureNoCollisionWithReservedName(llvm::StringRef MightBeReservedName) {
|
||||
|
|
Loading…
Reference in New Issue