From: Jordy Rose Date: Thu, 3 Jun 2010 06:52:32 +0000 (+0000) Subject: Test commit: fix method summary comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6db976dd4c48b556862d093fb564b9cbc09aae3;p=clang Test commit: fix method summary comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105385 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Checker/PathSensitive/SVals.h b/include/clang/Checker/PathSensitive/SVals.h index 040db831b8..cd250ea1ea 100644 --- a/include/clang/Checker/PathSensitive/SVals.h +++ b/include/clang/Checker/PathSensitive/SVals.h @@ -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.