]> granicus.if.org Git - clang/commitdiff
Doxygen comments.
authorAnna Zaks <ganna@apple.com>
Mon, 12 Sep 2011 17:57:20 +0000 (17:57 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 12 Sep 2011 17:57:20 +0000 (17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139508 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

index 1cfc0ae2f9e2542e5a87815f6acac0fabde3933b..9bc470fdde60a04e248b096971ee8f8a5135de84 100644 (file)
@@ -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;