Mercurial > hg > CbC > CbC_llvm
view clang/test/Format/xmloutput.cpp @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
line wrap: on
line source
// RUN: clang-format -style=LLVM -output-replacements-xml -sort-includes %s \ // RUN: | FileCheck -strict-whitespace %s // CHECK: <?xml // CHECK-NEXT: {{<replacements.*incomplete_format='false'}} // CHECK-NEXT: {{<replacement.*#include <a> #include <b><}} // CHECK-NEXT: {{<replacement.*> <}} // CHECK-NEXT: {{<replacement.*> <}} #include <b> #include <a> int a;int*b;