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)
commit26a3661a10653ee186482d23b4efc94ed1eaf6c8
tree6d94a1873320bf8bcbf8cd45862507af01f42813
parentb045b01840455aad8781c6ec82b073c432e3fc06
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.

llvm-svn: 165841
clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp