view clang/test/Format/language-detection.cpp @ 165:597b3f1c2c93

fix call createTailCallEliminationPass
author anatofuz
date Tue, 24 Mar 2020 15:30:52 +0900
parents 1d019706d866
children
line wrap: on
line source

// RUN: grep -Ev "// *[A-Z0-9_]+:" %s \
// RUN:   | clang-format -style=LLVM -assume-filename=foo.js \
// RUN:   | FileCheck -strict-whitespace -check-prefix=CHECK1 %s
// RUN: grep -Ev "// *[A-Z0-9_]+:" %s \
// RUN:   | clang-format -style=LLVM -assume-filename=foo.cpp \
// RUN:   | FileCheck -strict-whitespace -check-prefix=CHECK2 %s
// CHECK1: {{^a >>>= b;$}}
// CHECK2: {{^a >> >= b;$}}
a >>>= b;