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*/,
|
||||
StringRef /*SearchPath*/,
|
||||
StringRef /*RelativePath*/,
|
||||
const Module */*Imported*/) {
|
||||
const Module * /*Imported*/) {
|
||||
assert(LastInsertedFileChange == FileChanges.end() && "Another inclusion "
|
||||
"directive was found before the previous one was processed");
|
||||
std::pair<FileChangeMap::iterator, bool> p = FileChanges.insert(
|
||||
|
|
Loading…
Reference in New Issue