Test commit: fix method summary comment

llvm-svn: 105385
This commit is contained in:
Jordy Rose 2010-06-03 06:52:32 +00:00
parent ea9fcffe03
commit d47ff22893
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public:
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.