]> granicus.if.org Git - clang/commit
NSErrorChecker: remove quoting the parameter name in the diagnostic until we actually...
authorTed Kremenek <kremenek@apple.com>
Fri, 4 Jan 2013 19:04:40 +0000 (19:04 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 4 Jan 2013 19:04:40 +0000 (19:04 +0000)
commita620bd8fb8c6f2080898e4aecf77b46e7e1a8f16
tree4bcce458cda288ac818b23f680d06edafcf4e461
parenta4a1759ba11892b510a3b09ad8605aa82602d33e
NSErrorChecker: remove quoting the parameter name in the diagnostic until we actually include it's name.

This is a possible regression of moving to using ImplicitNullDerefEvent.
Fixing this for real (including the parameter name) requires more
plumbing in ImplicitNullDerefEvent.  This is just a stop gap fix.

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