summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2013-03-07 01:23:14 +0000
committerJordan Rose <jordan_rose@apple.com>2013-03-07 01:23:14 +0000
commit6f09928d5bb71f91b85a95388766bbee7c0754ea (patch)
treecbf677c8cc24c14c71f7be208febcd2a82ac84f1 /clang/lib/StaticAnalyzer/Core/CallEvent.cpp
parenta0a5ca06b93de599cee296878c867ebccafb4eb2 (diff)
downloadbcm5719-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.cpp1
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))
OpenPOWER on IntegriCloud