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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Sema
/
no_stack_protector.cpp
blob
160e3d32a9389a782da8c7a0f9b769ba44211306
1
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
2
// expected-no-diagnostics
3
4
[[
gnu
::
no_stack_protector
]]
void
test1
() {}
5
[[
clang
::
no_stack_protector
]]
void
test2
() {}