forked from OSchip/llvm-project
8a714722e2
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 |
||
---|---|---|
.. | ||
clang | ||
clang-c | ||
CMakeLists.txt |