summaryrefslogtreecommitdiff
path: root/tools/libclang
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-06-27 17:02:02 +0000
committerReid Kleckner <reid@kleckner.net>2014-06-27 17:02:02 +0000
commitba02d7e2a8adb18f8b4ca6e486a68105a31c52ca (patch)
treeee30c116af0de60de3b6871ab2c24ab5e54ea56a /tools/libclang
parenta7effd2e25558b216d02389d3ee655173ffcea6e (diff)
downloadclang-ba02d7e2a8adb18f8b4ca6e486a68105a31c52ca.tar.gz
clang-ba02d7e2a8adb18f8b4ca6e486a68105a31c52ca.tar.bz2
clang-ba02d7e2a8adb18f8b4ca6e486a68105a31c52ca.tar.xz
clang-cl: Map /EHs- to -fno-exceptions
This isn't 100% compatible with MSVC, but it's close enough. MSVC's /EH flag doesn't really control exceptions so much as how to clean up after an exception is thrown. The upshot is that cl.exe /EHs- will compile try, throw, and catch statements with a warning, but clang-cl will reject such constructs with a hard error. We can't compile such EH constructs anyway, but this may matter to consumers of the AST. Reviewers: hans Differential Revision: http://reviews.llvm.org/D4317 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/libclang')
0 files changed, 0 insertions, 0 deletions