diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2012-10-02 13:54:25 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2012-10-02 13:54:25 +0000 |
commit | 2ec1d13063fe11730f4a0005ee39299a1145a98a (patch) | |
tree | 71cad427a255281f485c5c8443f2e1b3a0988368 /lib/Rewrite/Frontend/InclusionRewriter.cpp | |
parent | bb2011db250de41f69fdbaaa35ff78310a7499f1 (diff) |
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
Diffstat (limited to 'lib/Rewrite/Frontend/InclusionRewriter.cpp')
-rw-r--r-- | lib/Rewrite/Frontend/InclusionRewriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<FileChangeMap::iterator, bool> p = FileChanges.insert( |