summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index
diff options
context:
space:
mode:
authorLeonard Chan <leonardchan@google.com>2018-06-02 03:27:13 +0000
committerLeonard Chan <leonardchan@google.com>2018-06-02 03:27:13 +0000
commit0d485dbb40b151ae20e6a8133d46a12c9fddd1fe (patch)
tree15ec55bb97a84f42ea7b4775f2ef1082db49830e /clang/lib/Index
parentdb55d8331e631e84b07e6fbad923085b4baa9597 (diff)
downloadbcm5719-llvm-0d485dbb40b151ae20e6a8133d46a12c9fddd1fe.tar.gz
bcm5719-llvm-0d485dbb40b151ae20e6a8133d46a12c9fddd1fe.zip
Revert "This diff includes changes for supporting the following types."
This reverts commit r333814, which fails for a test checking the bit width on ubuntu. llvm-svn: 333815
Diffstat (limited to 'clang/lib/Index')
-rw-r--r--clang/lib/Index/USRGeneration.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/Index/USRGeneration.cpp b/clang/lib/Index/USRGeneration.cpp
index 9c9600188f7..ba536c748c3 100644
--- a/clang/lib/Index/USRGeneration.cpp
+++ b/clang/lib/Index/USRGeneration.cpp
@@ -709,12 +709,6 @@ void USRGenerator::VisitType(QualType T) {
case BuiltinType::OCLQueue:
case BuiltinType::OCLReserveID:
case BuiltinType::OCLSampler:
- case BuiltinType::ShortAccum:
- case BuiltinType::Accum:
- case BuiltinType::LongAccum:
- case BuiltinType::UShortAccum:
- case BuiltinType::UAccum:
- case BuiltinType::ULongAccum:
IgnoreResults = true;
return;
case BuiltinType::ObjCId:
OpenPOWER on IntegriCloud