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
[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git]
/
clang-tools-extra
/
pseudo
/
test
/
cxx
/
predefined-identifier.cpp
blob
5d48a3a43d0270883d89e2d4521821173bede4ac
1
// RUN: clang-pseudo -grammar=cxx -source=%s --print-forest | FileCheck %s
2
void
s
() {
3
__func__
;
4
// CHECK: expression~__FUNC__ := tok[5]
5
}