]> granicus.if.org Git - clang/commit
Silence static analyzer issue by documenting that in this context
authorTed Kremenek <kremenek@apple.com>
Fri, 12 Oct 2012 22:56:42 +0000 (22:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 12 Oct 2012 22:56:42 +0000 (22:56 +0000)
commitd0f3d7148ca761fda2243528b2b62f916770f546
tree8179c9821bc02744920a1e9efb424f31081442cc
parent5a8fc88b18793f25d4423805d7e4ac5d0325b9a6
Silence static analyzer issue by documenting that in this context
that a DeclRefExpr can never return a null decl.  We possibly should
hoist this into getDecl() itself.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165841 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp