llvm-project/clang/include
Aaron Ballman b0ef3d8f66 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.
2021-07-28 07:37:56 -04:00
..
clang Allow #pragma float_control(push|pop) within a language linkage specification 2021-07-28 07:37:56 -04:00
clang-c [Clang] Introduce Swift async calling convention. 2021-07-09 11:50:10 -07:00
CMakeLists.txt