]> granicus.if.org Git - clang/commit
StaticAnalyzer/Core: fix MSVC build
authorDylan Noblesmith <nobled@dreamwidth.org>
Mon, 13 Feb 2012 14:22:35 +0000 (14:22 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Mon, 13 Feb 2012 14:22:35 +0000 (14:22 +0000)
commit63d7ed8470e528da56ac4b2deae6a31ec3bd44fc
treeaa1568845ff681f2c38a33ed6dc4be32caa035cd
parent36d592718ff342f762e32cbde73d1113f88cb275
StaticAnalyzer/Core: fix MSVC build

Fix build breakage from r150378: MSVC only allows taking the
address of a member function using the &ClassName::Function
syntax.# It was giving

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150387 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/CheckerRegistry.h