diff options
author | Jordan Rose <jordan_rose@apple.com> | 2013-03-07 01:23:14 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2013-03-07 01:23:14 +0000 |
commit | 6f09928d5bb71f91b85a95388766bbee7c0754ea (patch) | |
tree | cbf677c8cc24c14c71f7be208febcd2a82ac84f1 /clang/lib/StaticAnalyzer/Core/CallEvent.cpp | |
parent | a0a5ca06b93de599cee296878c867ebccafb4eb2 (diff) | |
download | bcm5719-llvm-6f09928d5bb71f91b85a95388766bbee7c0754ea.tar.gz bcm5719-llvm-6f09928d5bb71f91b85a95388766bbee7c0754ea.zip |
[analyzer] Clean up a few doc comments for ProgramState and CallEvent.
No functionality change.
llvm-svn: 176600
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CallEvent.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/CallEvent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/CallEvent.cpp b/clang/lib/StaticAnalyzer/Core/CallEvent.cpp index 933df489884..c482978ca29 100644 --- a/clang/lib/StaticAnalyzer/Core/CallEvent.cpp +++ b/clang/lib/StaticAnalyzer/Core/CallEvent.cpp @@ -271,7 +271,6 @@ bool CallEvent::isCallStmt(const Stmt *S) { || isa<CXXNewExpr>(S); } -/// \brief Returns the result type, adjusted for references. QualType CallEvent::getDeclaredResultType(const Decl *D) { assert(D); if (const FunctionDecl* FD = dyn_cast<FunctionDecl>(D)) |