diff options
Diffstat (limited to 'gnu/llvm/tools/clang/lib/Format/FormatToken.cpp')
| -rw-r--r-- | gnu/llvm/tools/clang/lib/Format/FormatToken.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/llvm/tools/clang/lib/Format/FormatToken.cpp b/gnu/llvm/tools/clang/lib/Format/FormatToken.cpp index d6cd450d892..2ae4ddcfd08 100644 --- a/gnu/llvm/tools/clang/lib/Format/FormatToken.cpp +++ b/gnu/llvm/tools/clang/lib/Format/FormatToken.cpp @@ -53,6 +53,7 @@ bool FormatToken::isSimpleTypeSpecifier() const { case tok::kw_half: case tok::kw_float: case tok::kw_double: + case tok::kw___float128: case tok::kw_wchar_t: case tok::kw_bool: case tok::kw___underlying_type: |
