summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
diff options
context:
space:
mode:
authorFrancois Pichet <pichet2000@gmail.com>2010-11-21 06:49:41 +0000
committerFrancois Pichet <pichet2000@gmail.com>2010-11-21 06:49:41 +0000
commitdf946c3702db3aa14b6bfebc06eb33199b10f984 (patch)
tree44de8dfe70f72d94c4875e2efbcf45dc83c20ddd /clang/lib/CodeGen/CGDecl.cpp
parent7e484e0be7c2d96978d67d058a9b032bc8a1b0d3 (diff)
downloadbcm5719-llvm-df946c3702db3aa14b6bfebc06eb33199b10f984.tar.gz
bcm5719-llvm-df946c3702db3aa14b6bfebc06eb33199b10f984.zip
Fix warning: enumeration value 'IndirectField' not handled in switch.
llvm-svn: 119924
Diffstat (limited to 'clang/lib/CodeGen/CGDecl.cpp')
-rw-r--r--clang/lib/CodeGen/CGDecl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp
index 7ccd80d0e8f..1a129e75368 100644
--- a/clang/lib/CodeGen/CGDecl.cpp
+++ b/clang/lib/CodeGen/CGDecl.cpp
@@ -44,6 +44,7 @@ void CodeGenFunction::EmitDecl(const Decl &D) {
case Decl::CXXDestructor:
case Decl::CXXConversion:
case Decl::Field:
+ case Decl::IndirectField:
case Decl::ObjCIvar:
case Decl::ObjCAtDefsField:
case Decl::ParmVar:
OpenPOWER on IntegriCloud