forked from OSchip/llvm-project
Silencing an MSVC warning about */ being found outside of a comment.
llvm-svn: 165007
This commit is contained in:
parent
49e8576a09
commit
ac11a9b572
|
@ -157,7 +157,7 @@ void InclusionRewriter::InclusionDirective(SourceLocation HashLoc,
|
||||||
const FileEntry * /*File*/,
|
const FileEntry * /*File*/,
|
||||||
StringRef /*SearchPath*/,
|
StringRef /*SearchPath*/,
|
||||||
StringRef /*RelativePath*/,
|
StringRef /*RelativePath*/,
|
||||||
const Module */*Imported*/) {
|
const Module * /*Imported*/) {
|
||||||
assert(LastInsertedFileChange == FileChanges.end() && "Another inclusion "
|
assert(LastInsertedFileChange == FileChanges.end() && "Another inclusion "
|
||||||
"directive was found before the previous one was processed");
|
"directive was found before the previous one was processed");
|
||||||
std::pair<FileChangeMap::iterator, bool> p = FileChanges.insert(
|
std::pair<FileChangeMap::iterator, bool> p = FileChanges.insert(
|
||||||
|
|
Loading…
Reference in New Issue