summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-06-08 23:13:42 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-06-08 23:13:42 +0000
commit4280e5cf97e0e0eb1a4520d00c597d1352a32c68 (patch)
treed715c5d5f5026f1e3a656a40d53ab10d90c7c29b /clang/lib/Rewrite
parent4ceb928f022d16ba7db1521bd2e8722dd41ec1c4 (diff)
downloadbcm5719-llvm-4280e5cf97e0e0eb1a4520d00c597d1352a32c68.tar.gz
bcm5719-llvm-4280e5cf97e0e0eb1a4520d00c597d1352a32c68.zip
Convert comments to proper Doxygen comments.
llvm-svn: 158241
Diffstat (limited to 'clang/lib/Rewrite')
-rw-r--r--clang/lib/Rewrite/InclusionRewriter.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/lib/Rewrite/InclusionRewriter.cpp b/clang/lib/Rewrite/InclusionRewriter.cpp
index 439d777f6c8..c6a4e24c7af 100644
--- a/clang/lib/Rewrite/InclusionRewriter.cpp
+++ b/clang/lib/Rewrite/InclusionRewriter.cpp
@@ -33,11 +33,11 @@ class InclusionRewriter : public PPCallbacks {
FileChange(SourceLocation From) : From(From) {
}
};
- Preprocessor &PP; //< Used to find inclusion directives.
- SourceManager &SM; //< Used to read and manage source files.
- raw_ostream &OS; //< The destination stream for rewritten contents.
- bool ShowLineMarkers; //< Show #line markers.
- bool UseLineDirective; //< Use of line directives or line markers.
+ Preprocessor &PP; ///< Used to find inclusion directives.
+ SourceManager &SM; ///< Used to read and manage source files.
+ raw_ostream &OS; ///< The destination stream for rewritten contents.
+ 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.
/// Used transitively for building up the FileChanges mapping over the
OpenPOWER on IntegriCloud