]> granicus.if.org Git - clang/commitdiff
Silencing an MSVC warning about */ being found outside of a comment.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 2 Oct 2012 13:54:25 +0000 (13:54 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 2 Oct 2012 13:54:25 +0000 (13:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165007 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Rewrite/Frontend/InclusionRewriter.cpp

index cecc8672c5c2097e4c12e736c06c59b81486a181..9d1bec957d6d277e50313033b8db18126eb59ec5 100644 (file)
@@ -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(