[cfe-commits] r105385 - /cfe/trunk/include/clang/Checker/PathSensitive/SVals.h
Jordy Rose
jediknil at belkadan.com
Wed Jun 2 23:52:32 PDT 2010
Author: jrose
Date: Thu Jun 3 01:52:32 2010
New Revision: 105385
URL: http://llvm.org/viewvc/llvm-project?rev=105385&view=rev
Log:
Test commit: fix method summary comment
Modified:
cfe/trunk/include/clang/Checker/PathSensitive/SVals.h
Modified: cfe/trunk/include/clang/Checker/PathSensitive/SVals.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Checker/PathSensitive/SVals.h?rev=105385&r1=105384&r2=105385&view=diff
==============================================================================
--- cfe/trunk/include/clang/Checker/PathSensitive/SVals.h (original)
+++ cfe/trunk/include/clang/Checker/PathSensitive/SVals.h Thu Jun 3 01:52:32 2010
@@ -109,7 +109,7 @@
const FunctionDecl* getAsFunctionDecl() const;
/// getAsLocSymbol - If this SVal is a location (subclasses Loc) and
- /// wraps a symbol, return that SymbolRef. Otherwise return a SymbolData*
+ /// wraps a symbol, return that SymbolRef. Otherwise return NULL.
SymbolRef getAsLocSymbol() const;
/// Get the symbol in the SVal or its base region.
More information about the cfe-commits
mailing list