diff options
author | Faisal Vali <faisalv@yahoo.com> | 2018-04-26 00:42:40 +0000 |
---|---|---|
committer | Faisal Vali <faisalv@yahoo.com> | 2018-04-26 00:42:40 +0000 |
commit | a534f07f8c790c6a2244a183aed4b38d5485236a (patch) | |
tree | a7bbb3f0c0cb2b72acb826b795aad38a8fa79d5c /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 563296abd8a1b2a9f2cd6675094ea448d0adbf1f (diff) | |
download | bcm5719-llvm-a534f07f8c790c6a2244a183aed4b38d5485236a.tar.gz bcm5719-llvm-a534f07f8c790c6a2244a183aed4b38d5485236a.zip |
Revert rC330794 and some dependent tiny bug fixes
See Richard's humbling feedback here:
http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20180423/226482.html
http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20180423/226486.html
Wish I'd had the patience to solicit the feedback prior to committing :)
Sorry for the noise guys.
Thank you Richard for being the steward that clang deserves!
llvm-svn: 330888
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index b8bed33b026..063b9be4cd0 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -4423,7 +4423,6 @@ void CodeGenModule::EmitTopLevelDecl(Decl *D) { case Decl::TypeAliasTemplate: case Decl::Block: case Decl::Empty: - case Decl::Concept: break; case Decl::Using: // using X; [C++] if (CGDebugInfo *DI = getModuleDebugInfo()) |