]> granicus.if.org Git - clang/commit
Remove unnecessary distinction between Ref_Compatible and
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 21 Oct 2016 23:01:55 +0000 (23:01 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 21 Oct 2016 23:01:55 +0000 (23:01 +0000)
commit58d59d4b68ffc5f9d77868720917effa21d096df
tree0bde9c8b18da7c73f5200e26fb239d5717c1e604
parent4b6ad14285f3e1f1e47202c610bbef638d3a948d
Remove unnecessary distinction between Ref_Compatible and
Ref_Compatible_With_Added_Qualification. We always treated these two values the
same way.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284895 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaCast.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp