commit | 86913d435f38b466d301682e07798acdb46b7202 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Mar 21 06:40:50 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Mar 21 06:40:50 2009 +0000 |
tree | 59bfe9a1eb29ab04d758874af08a51aa76d95ce0 | |
parent | daa199cd42eaeb12e0435f248bf80f4e8ed4d02d [diff] [blame] |
add an assertion for unreachable code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67432 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/DeclarationName.cpp b/lib/AST/DeclarationName.cpp index 3815a08..e2ed892 100644 --- a/lib/AST/DeclarationName.cpp +++ b/lib/AST/DeclarationName.cpp
@@ -113,6 +113,7 @@ } // Can't actually get here. + assert(0 && "This should be unreachable!"); return Identifier; }