summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-apply-replacements/Inputs/format/no.cpp
blob: 5bc90811dfb6e7572138fa422d096c1757027910 (plain)
1
2
3
4
5
6
class C {};

void f() { // This comment necessary to prevent formatting as void f() { ... }
  C *a = new C();
  // CHECK: {{^\ \ auto\ a\ \=\ new\ C\(\);}}
}
OpenPOWER on IntegriCloud