llvm-svn: 198831
This commit is contained in:
Alp Toker 2014-01-09 01:39:49 +00:00
parent 08badfd2ba
commit 58983f1398
2 changed files with 2 additions and 2 deletions

View File

@ -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 =

View File

@ -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) {