aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-09-12 17:57:20 +0000
committerAnna Zaks <ganna@apple.com>2011-09-12 17:57:20 +0000
commita81fffe678107d49a9f1c03d80adf85f18a9867f (patch)
treef35d91e5fb21c99e123f203329dbf1feabb32d13
parentf7afe4abd29062b1761e06ec22d2e4216c22519e (diff)
Doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139508 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h b/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
index 1cfc0ae2f9..9bc470fdde 100644
--- a/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
+++ b/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
@@ -67,10 +67,10 @@ class ExprEngine : public SubEngine {
/// currentStmt - The current block-level statement.
const Stmt *currentStmt;
- // Obj-C Class Identifiers.
+ /// Obj-C Class Identifiers.
IdentifierInfo* NSExceptionII;
- // Obj-C Selectors.
+ /// Obj-C Selectors.
Selector* NSExceptionInstanceRaiseSelectors;
Selector RaiseSel;