aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
diff options
context:
space:
mode:
authorMichael Zuckerman <Michael.zuckerman@intel.com>2016-10-14 08:09:40 +0000
committerMichael Zuckerman <Michael.zuckerman@intel.com>2016-10-14 08:09:40 +0000
commit174d2e784b0688d281c1eece3d6ee17be8868945 (patch)
treec77d007059df88eaab057228957899ce19edc481 /clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
parent73bfe423fe4212c76a44aa3d9397255d5b72673a (diff)
downloadllvm-174d2e784b0688d281c1eece3d6ee17be8868945.zip
llvm-174d2e784b0688d281c1eece3d6ee17be8868945.tar.gz
llvm-174d2e784b0688d281c1eece3d6ee17be8868945.tar.bz2
[x86][ms-inline-asm] use of "jmp short" in asm is not supported
Committing in the name of Ziv Izhar: After check-all and LGTM . The following patch is for compatability with Microsoft. Microsoft ignores the keyword "short" when used after a jmp, for example: __asm { jmp short label label: } A test for that patch will be added in another patch, since it's located in clang's codegen tests. Link will be added shortly. link to test: https://reviews.llvm.org/D24958 Differential Revision: https://reviews.llvm.org/D24957 llvm-svn: 284211
Diffstat (limited to 'clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp')
0 files changed, 0 insertions, 0 deletions