summaryrefslogtreecommitdiff
path: root/test/Lexer
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2019-01-25 17:01:42 +0000
committerErich Keane <erich.keane@intel.com>2019-01-25 17:01:42 +0000
commitf87ccb46d7c3ef0017ad5b40f3de96b717dce6b3 (patch)
treec363c03966de788878cdfaf914ee0ff866ae2a39 /test/Lexer
parent785a8aca94f511917161cd3737e4bab83314da26 (diff)
downloadclang-f87ccb46d7c3ef0017ad5b40f3de96b717dce6b3.tar.gz
Allow 'static' storage specifier on an out-of-line member function template
declaration in MSVCCompat mode Microsoft compiler permits the use of 'static' storage specifier outside of a class definition if it's on an out-of-line member function template declaration. This patch allows 'static' storage specifier on an out-of-line member function template declaration with a warning in Clang (To be compatible with Microsoft). Intel C/C++ compiler allows the 'static' keyword with a warning in Microsoft mode. GCC allows this with -fpermissive. Patch By: Manna Differential Revision: https://reviews.llvm.org/D56473 Change-Id: I97b2d9e9d57cecbcd545d17e2523142a85ca2702 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Lexer')
0 files changed, 0 insertions, 0 deletions