repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TableGen] Remove recursive walk of linked list from ContractNodes. NFC
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-apply-replacements
/
Inputs
/
format
/
no.cpp
blob
5bc90811dfb6e7572138fa422d096c1757027910
1
class
C
{};
2
3
void
f
() {
// This comment necessary to prevent formatting as void f() { ... }
4
C
*
a
=
new
C
();
5
// CHECK: {{^\ \ auto\ a\ \=\ new\ C\(\);}}
6
}