]> granicus.if.org Git - clang/commit
With the introduction of nullptr, a template argument that refers to a declaration...
authorDouglas Gregor <dgregor@apple.com>
Sun, 10 May 2009 23:27:08 +0000 (23:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 10 May 2009 23:27:08 +0000 (23:27 +0000)
commit92d5077d35cb4ac7e3fdb5785fc4e843e9fffdc8
treed9d5ae27ba1633ece133ea8e19547d440cf3fe38
parentc4ccf01c1223ea13efc5b6dd19ca4916af0daf6a
With the introduction of nullptr, a template argument that refers to a declaration can now be NULL. Use cast_or_null appropriately

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