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
/
PR9728.cpp
blob
d1ee7c7f0b04ad2cbb99297f3670b2689e45e80d
1
namespace
N
{
2
struct
SFoo
;
3
}
4
5
struct
brokenfile_t
{
6
brokenfile_t
(
N
::
7
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):20 %s -o - | FileCheck %s
8
// CHECK: SFoo
9