[cfe-commits] r139508 - /cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

Anna Zaks ganna at apple.com
Mon Sep 12 10:57:20 PDT 2011


Author: zaks
Date: Mon Sep 12 12:57:20 2011
New Revision: 139508

URL: http://llvm.org/viewvc/llvm-project?rev=139508&view=rev
Log:
Doxygen comments.

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h?rev=139508&r1=139507&r2=139508&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h Mon Sep 12 12:57:20 2011
@@ -67,10 +67,10 @@
   /// 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;
   





More information about the cfe-commits mailing list