commit | 387ab8b6da9e3453f427258e159895b67e3fde6a | [log] [tgz] |
---|---|---|
author | Galina Kistanova <gkistanova@gmail.com> | Thu Jun 01 21:28:26 2017 +0000 |
committer | Galina Kistanova <gkistanova@gmail.com> | Thu Jun 01 21:28:26 2017 +0000 |
tree | a812c407e440e48754992e3fe0752f7c750e9625 | |
parent | 474f2ceff1fc90a5af3c5686b960e2bef8a95f30 [diff] [blame] |
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. llvm-svn: 304479
diff --git a/clang/lib/Parse/ParseStmt.cpp b/clang/lib/Parse/ParseStmt.cpp index d147ab0..b1fbb20 100644 --- a/clang/lib/Parse/ParseStmt.cpp +++ b/clang/lib/Parse/ParseStmt.cpp
@@ -203,6 +203,7 @@ } // Fall through + LLVM_FALLTHROUGH; } default: {