]> granicus.if.org Git - clang/commit
Check if an IdentifierInfo* is null when the FunctionDecl isn't a simple C function.
authorTed Kremenek <kremenek@apple.com>
Tue, 2 Oct 2012 04:36:54 +0000 (04:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 2 Oct 2012 04:36:54 +0000 (04:36 +0000)
commitd13eff6f77216a6fb25e18f600b492db4f0492e8
tree66207a229ebc7cf84b9384b4260dd6985e2cf8c5
parent0fabc18984970f92d093399b1408a91d7b24d067
Check if an IdentifierInfo* is null when the FunctionDecl isn't a simple C function.

Fixes <rdar://problem/12355298>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164988 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp