summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Grasman <kim.grasman@gmail.com>2016-09-25 20:46:33 +0200
committerKim Grasman <kim.grasman@gmail.com>2016-09-25 20:46:33 +0200
commita269101e886d9c9d9326a56eef48dad14d850001 (patch)
treedf79ff56af4e136e88e34e50908414ad19c079b1
parent3813fce7316b52fec10a5f2052cf75fda7e2834d (diff)
Revert "Update to reflect changes in Clang"
This change did not make it into LLVM's release branch, so skip it here too. This reverts commit 4a57380c21fdedc0362fc30311932f704b48d107.
-rw-r--r--iwyu.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/iwyu.cc b/iwyu.cc
index e89c398..a6a3a6f 100644
--- a/iwyu.cc
+++ b/iwyu.cc
@@ -2033,7 +2033,6 @@ class IwyuBaseAstVisitor : public BaseAstVisitor<Derived> {
case clang::CK_ReinterpretMemberPointer:
case clang::CK_BuiltinFnToFnPtr:
case clang::CK_ZeroToOCLEvent: // OpenCL event_t is a built-in type.
- case clang::CK_IntToOCLSampler: // OpenCL sampler_t is a built-in type.
case clang::CK_AddressSpaceConversion: // Address spaces are associated
// with pointers, so no need for
// the full type.