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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
test
/
CodeCompletion
/
enable-if-attr-crash.cpp
blob
bcd679671c204481b1cd585d415f36d6943d80d9
1
int
foo
(
bool
x
)
__attribute__
((
enable_if
(
x
,
""
)));
2
3
int
test
() {
4
bool
fffffff
;
5
// RUN: %clang_cc1 -std=c++11 -code-completion-at=%s:%(line+2):8 %s | FileCheck %s
6
// CHECK: COMPLETION: fffffff : [#bool#]fffffff
7
foo
(
ff
8
}