diff options
author | Paul Robinson <paul_robinson@playstation.sony.com> | 2013-11-18 21:44:03 +0000 |
---|---|---|
committer | Paul Robinson <paul_robinson@playstation.sony.com> | 2013-11-18 21:44:03 +0000 |
commit | dcbe35bad518b0b8ec8b9329a66104448b1e0394 (patch) | |
tree | 3839029ed02de18f49c107ad849b29419ad1c4fe /clang/test/Modules/cxx-inline-namespace.cpp | |
parent | f16f037060450854afa323f5d9df423046ad03b6 (diff) | |
download | bcm5719-llvm-dcbe35bad518b0b8ec8b9329a66104448b1e0394.tar.gz bcm5719-llvm-dcbe35bad518b0b8ec8b9329a66104448b1e0394.zip |
The 'optnone' attribute means don't inline anything into this function
(except functions marked always_inline).
Functions with 'optnone' must also have 'noinline' so they don't get
inlined into any other function.
Based on work by Andrea Di Biagio.
llvm-svn: 195046
Diffstat (limited to 'clang/test/Modules/cxx-inline-namespace.cpp')
0 files changed, 0 insertions, 0 deletions