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
[DAG] TransformFPLoadStorePair - early out if we're not loading a simple type
[llvm-project.git]
/
clang
/
test
/
APINotes
/
yaml-convert-diags.c
blob
1d352dc2c52309691a9c7a23460a0d20973a5e90
1
// RUN: rm -rf %t
2
// RUN: not %clang_cc1 -fsyntax-only -fapinotes %s -I %S/Inputs/BrokenHeaders2 2>&1 | FileCheck %s
3
4
#include
"SomeBrokenLib.h"
5
6
// CHECK: error: multiple definitions of global function 'do_something_with_pointers'