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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
attr-common.cpp
blob
fb98639d1b2ce317630f3780540a446f365c8d28
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
__attribute__
((
common
))
int
x
;
// expected-error {{'common' attribute is not supported in C++}}