From ac11a9b5725b22f6bc9608c9ba6c3c66939711f9 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 2 Oct 2012 13:54:25 +0000 Subject: [PATCH] Silencing an MSVC warning about */ being found outside of a comment. llvm-svn: 165007 --- clang/lib/Rewrite/Frontend/InclusionRewriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp b/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp index cecc867..9d1bec9 100644 --- a/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp +++ b/clang/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( -- 2.7.4