aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ParentMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/ParentMap.h')
-rw-r--r--include/clang/AST/ParentMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/ParentMap.h b/include/clang/AST/ParentMap.h
index 8945c413d268..c1c76ceaaf69 100644
--- a/include/clang/AST/ParentMap.h
+++ b/include/clang/AST/ParentMap.h
@@ -24,7 +24,7 @@ public:
ParentMap(Stmt* ASTRoot);
~ParentMap();
- /// \brief Adds and/or updates the parent/child-relations of the complete
+ /// Adds and/or updates the parent/child-relations of the complete
/// stmt tree of S. All children of S including indirect descendants are
/// visited and updated or inserted but not the parents of S.
void addStmt(Stmt* S);