diff options
Diffstat (limited to 'lib/AST/NestedNameSpecifier.cpp')
| -rw-r--r-- | lib/AST/NestedNameSpecifier.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AST/NestedNameSpecifier.cpp b/lib/AST/NestedNameSpecifier.cpp index 514c7c9f5b338..e2e0dbeec0dd3 100644 --- a/lib/AST/NestedNameSpecifier.cpp +++ b/lib/AST/NestedNameSpecifier.cpp @@ -290,6 +290,7 @@ NestedNameSpecifier::print(raw_ostream &OS, case TypeSpecWithTemplate: OS << "template "; // Fall through to print the type. + LLVM_FALLTHROUGH; case TypeSpec: { const Type *T = getAsType(); |
