diff options
| -rw-r--r-- | clang/lib/Format/FormatTokenSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/FormatTokenSource.h b/clang/lib/Format/FormatTokenSource.h index 8bf7e69..0be4628 100644 --- a/clang/lib/Format/FormatTokenSource.h +++ b/clang/lib/Format/FormatTokenSource.h @@ -236,7 +236,7 @@ public: } FormatToken *insertTokens(ArrayRef<FormatToken *> Tokens) override { - assert(false && "Cannot insert tokens while parsing a macro."); + llvm_unreachable("Cannot insert tokens while parsing a macro."); } private: |
