aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/Frontend/InclusionRewriter.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-02-16 22:21:38 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-02-16 22:21:38 +0000
commit959dc8475fc20ce8c3fd55021cb9f02a531cddc5 (patch)
tree9e9c3a609d5dd18afe58e47ae6f68eccc0d04e44 /lib/Rewrite/Frontend/InclusionRewriter.cpp
parent6ba52aab96c96b6d91ed7f5844f607b32f7f41c4 (diff)
Use trailing documentation comments properly
Patch by Alexander Zinenko. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Rewrite/Frontend/InclusionRewriter.cpp')
-rw-r--r--lib/Rewrite/Frontend/InclusionRewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Rewrite/Frontend/InclusionRewriter.cpp b/lib/Rewrite/Frontend/InclusionRewriter.cpp
index 78e6af4091..d95fb073b1 100644
--- a/lib/Rewrite/Frontend/InclusionRewriter.cpp
+++ b/lib/Rewrite/Frontend/InclusionRewriter.cpp
@@ -39,7 +39,7 @@ class InclusionRewriter : public PPCallbacks {
bool ShowLineMarkers; ///< Show #line markers.
bool UseLineDirective; ///< Use of line directives or line markers.
typedef std::map<unsigned, FileChange> FileChangeMap;
- FileChangeMap FileChanges; /// Tracks which files were included where.
+ FileChangeMap FileChanges; ///< Tracks which files were included where.
/// Used transitively for building up the FileChanges mapping over the
/// various \c PPCallbacks callbacks.
FileChangeMap::iterator LastInsertedFileChange;