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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Headers
/
x86intrin.cpp
blob
11d442db3d2c48ca85a514d4dc120eaf04ce2190
1
// RUN: %clang_cc1 -fsyntax-only -ffreestanding %s -verify
2
// expected-no-diagnostics
3
4
#if defined(i386) || defined(__x86_64__)
5
6
// Include the metaheader that includes all x86 intrinsic headers.
7
extern
"C++"
{
8
#include <x86intrin.h>
9
}
10
11
#endif