diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2021-07-28 07:37:56 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2021-07-28 07:37:56 -0400 |
commit | b0ef3d8f666fa6008abb09340b73d9340d442569 (patch) | |
tree | f36fe3378189b539c1873701ae34da582034511c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ca0d244e99f4325711638359eb69f8129b41a63a (diff) | |
download | llvm-b0ef3d8f666fa6008abb09340b73d9340d442569.zip llvm-b0ef3d8f666fa6008abb09340b73d9340d442569.tar.gz llvm-b0ef3d8f666fa6008abb09340b73d9340d442569.tar.bz2 |
Allow #pragma float_control(push|pop) within a language linkage specification
Currently, we prohibit this pragma from appearing within a language
linkage specification, but this is useful functionality that is
supported by MSVC (which is where we inherited this feature from).
This patch allows you to use the pragma within an extern "C" {} (etc)
block.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions