From: Aaron Ballman Date: Tue, 2 Oct 2012 13:54:25 +0000 (+0000) Subject: Silencing an MSVC warning about */ being found outside of a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ec1d13063fe11730f4a0005ee39299a1145a98a;p=clang Silencing an MSVC warning about */ being found outside of a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165007 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Rewrite/Frontend/InclusionRewriter.cpp b/lib/Rewrite/Frontend/InclusionRewriter.cpp index cecc8672c5..9d1bec957d 100644 --- a/lib/Rewrite/Frontend/InclusionRewriter.cpp +++ b/lib/Rewrite/Frontend/InclusionRewriter.cpp @@ -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 p = FileChanges.insert(