aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorChris B <chris.bieneman@me.com>2023-11-27 15:22:35 -0600
committerGitHub <noreply@github.com>2023-11-27 15:22:35 -0600
commit0f189840a9a8268664c9e6d4701bf35d9a19fd5f (patch)
tree1af2e463c8f35d2cfe094632931e58dccb4206cc /clang/lib/CodeGen/CodeGenModule.cpp
parenta8837b49c1c1650357d7d8f2957c903b3a5ab039 (diff)
downloadllvm-0f189840a9a8268664c9e6d4701bf35d9a19fd5f.zip
llvm-0f189840a9a8268664c9e6d4701bf35d9a19fd5f.tar.gz
llvm-0f189840a9a8268664c9e6d4701bf35d9a19fd5f.tar.bz2
[NFC] Cleanup and sort hlsl_intrinsics.h (#72414)
This is just a simple cleanup of hlsl_intrinsics.h. I've broken this into two commits to make it easier to follow during review. The first commit replaces the `__attribute__` annotations with preprocessor macros to make it easier to read the function declarations. The second commit sorts the function declarations. Function declarations are sorted by function name alphabetically, then grouped by base element type. The declarations within each group are sorted in increasing order by number of elements, and the groups themselves are sorted by increasing element size. For elements of the same size they are then sorted by signed integers, then unsigned integers then floating point.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions