[all-commits] [llvm/llvm-project] 5db790: [clang][Parse][NFC] Make ParseOpenMPAttributeArgs(...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Sep 28 10:38:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5db790f96c67f6b610e3d436d6d150f8748fda65
https://github.com/llvm/llvm-project/commit/5db790f96c67f6b610e3d436d6d150f8748fda65
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M clang/include/clang/Parse/Parser.h
M clang/lib/Parse/ParseDeclCXX.cpp
Log Message:
-----------
[clang][Parse][NFC] Make ParseOpenMPAttributeArgs() AttrName const
Commit: 92eaeb6c63d260a4f618a57c6441d2c3153280ca
https://github.com/llvm/llvm-project/commit/92eaeb6c63d260a4f618a57c6441d2c3153280ca
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M clang/lib/Parse/ParseDeclCXX.cpp
Log Message:
-----------
[clang][Parse][NFC] Remove dead if statement
This was never doing anything ever since it was introduced.
Compare: https://github.com/llvm/llvm-project/compare/e994f84c8a6d...92eaeb6c63d2
More information about the All-commits
mailing list