diff options
Diffstat (limited to 'include/clang/StaticAnalyzer/Frontend/ModelConsumer.h')
-rw-r--r-- | include/clang/StaticAnalyzer/Frontend/ModelConsumer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h b/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h index 24f8042587f39..fa00ffd16553a 100644 --- a/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h +++ b/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// /// /// \file -/// \brief This file implements clang::ento::ModelConsumer which is an +/// This file implements clang::ento::ModelConsumer which is an /// ASTConsumer for model files. /// //===----------------------------------------------------------------------===// @@ -25,7 +25,7 @@ class Stmt; namespace ento { -/// \brief ASTConsumer to consume model files' AST. +/// ASTConsumer to consume model files' AST. /// /// This consumer collects the bodies of function definitions into a StringMap /// from a model file. |