diff options
Diffstat (limited to 'clang/lib/AST/DeclarationName.cpp')
-rw-r--r-- | clang/lib/AST/DeclarationName.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/DeclarationName.cpp b/clang/lib/AST/DeclarationName.cpp index 3815a08a652..e2ed8925951 100644 --- a/clang/lib/AST/DeclarationName.cpp +++ b/clang/lib/AST/DeclarationName.cpp @@ -113,6 +113,7 @@ DeclarationName::NameKind DeclarationName::getNameKind() const { } // Can't actually get here. + assert(0 && "This should be unreachable!"); return Identifier; } |