aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2021-12-20 17:53:56 +0100
committerSam McCall <sam.mccall@gmail.com>2021-12-20 17:53:56 +0100
commitcc56c66f27e131b914082d3bd21180646e842e9a (patch)
tree1b871fe42224ed0b882f5f3c915d26326230aade /clang/lib/CodeGen/CodeGenFunction.cpp
parent565c17574dd062cf3096d578c4a2ab058f494c6d (diff)
downloadllvm-cc56c66f27e131b914082d3bd21180646e842e9a.zip
llvm-cc56c66f27e131b914082d3bd21180646e842e9a.tar.gz
llvm-cc56c66f27e131b914082d3bd21180646e842e9a.tar.bz2
Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl"
This reverts commit e1600db19d6303f84b995acb9340459694e06ea9. Breaks sanitizer tests, at least on windows: https://lab.llvm.org/buildbot/#/builders/127/builds/21592/steps/4/logs/stdio
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index 702495df..4c488bc 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -2199,7 +2199,6 @@ void CodeGenFunction::EmitVariablyModifiedType(QualType type) {
case Type::Record:
case Type::Enum:
case Type::Elaborated:
- case Type::Using:
case Type::TemplateSpecialization:
case Type::ObjCTypeParam:
case Type::ObjCObject: