[all-commits] [llvm/llvm-project] eaa394: [NFC] Remove unused type alias in OpenACC
Erich Keane via All-commits
all-commits at lists.llvm.org
Fri Apr 12 15:16:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eaa3947106e50d6d837e6681fb55cf92c2bb0f9a
https://github.com/llvm/llvm-project/commit/eaa3947106e50d6d837e6681fb55cf92c2bb0f9a
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M clang/include/clang/Parse/Parser.h
Log Message:
-----------
[NFC] Remove unused type alias in OpenACC
Leftover from a previous commit, this ends up not being used, so remove
it.
Commit: a472e6473e6921f22427d41c3d29e9a26eb4ab32
https://github.com/llvm/llvm-project/commit/a472e6473e6921f22427d41c3d29e9a26eb4ab32
Author: erichkeane <ekeane at nvidia.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M clang/include/clang/AST/OpenACCClause.h
M clang/lib/AST/OpenACCClause.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/tools/libclang/CIndex.cpp
Log Message:
-----------
[NFC][OpenACC] Rename visitor functions to omit redundant OpenACC
While working on a followup patch, it became clear that this extra bit
of 'OpenACC' before each clause name was redundant with the visitors, so
remove it to make this a little less verbose.
Compare: https://github.com/llvm/llvm-project/compare/2996cb7970fb...a472e6473e69
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list