llvm-project/clang/include
Qiu Chaofan 8a714722e2 [NFC] [Clang] Use global enum for explicit float mode
Currently, there're multiple float types that can be represented by
__attribute__((mode(xx))). It's parsed, and then a corresponding type is
created if available.

This refactor moves the enum for mode into a global enum class visible
to ASTContext.

Reviewed By: aaron.ballman, erichkeane

Differential Revision: https://reviews.llvm.org/D111391
2021-10-09 10:39:10 +08:00
..
clang [NFC] [Clang] Use global enum for explicit float mode 2021-10-09 10:39:10 +08:00
clang-c OpenMP 5.0 metadirective 2021-09-18 13:40:44 -05:00
CMakeLists.txt