summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2012-10-02 13:54:25 +0000
committerAaron Ballman <aaron@aaronballman.com>2012-10-02 13:54:25 +0000
commitac11a9b5725b22f6bc9608c9ba6c3c66939711f9 (patch)
tree7262b825a50f6d9fc473884a1c17debac80158b8 /clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
parent49e8576a0936c78c16687678d390e06c5de895d5 (diff)
downloadbcm5719-llvm-ac11a9b5725b22f6bc9608c9ba6c3c66939711f9.tar.gz
bcm5719-llvm-ac11a9b5725b22f6bc9608c9ba6c3c66939711f9.zip
Silencing an MSVC warning about */ being found outside of a comment.
llvm-svn: 165007
Diffstat (limited to 'clang/lib/Rewrite/Frontend/InclusionRewriter.cpp')
-rw-r--r--clang/lib/Rewrite/Frontend/InclusionRewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp b/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
index cecc8672c5c..9d1bec957d6 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<FileChangeMap::iterator, bool> p = FileChanges.insert(
OpenPOWER on IntegriCloud