aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceManager.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-04-19 23:10:47 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-04-19 23:10:47 +0000
commitdb27b5fb2d7fc50b8962b2c95e4d43b90c69b1f0 (patch)
tree3e1bb5fb0882116c880ee7685a011670b5d6fdf0 /include/clang/Basic/SourceManager.h
parent48431f9c8c2a09df80da5999358f9cf85553e9b2 (diff)
IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we
were computing the conversion as (ptr != 0 && non-virtual), when it should be (ptr != 0 || is-virtual). - Test to follow in LLVM test-suite. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
0 files changed, 0 insertions, 0 deletions