[all-commits] [llvm/llvm-project] 7685d8: Mark implicit coroutine variables as being implicit
Emma Blink via All-commits
all-commits at lists.llvm.org
Wed Dec 16 11:44:34 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7685d818ef329cd3f6ef121af1208be409eb59db
https://github.com/llvm/llvm-project/commit/7685d818ef329cd3f6ef121af1208be409eb59db
Author: Emma Blink <emmablink at fb.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
A clang-tools-extra/test/clang-tidy/checkers/Inputs/readability-identifier-naming/system/coroutines.h
M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
M clang/lib/Sema/SemaCoroutine.cpp
Log Message:
-----------
Mark implicit coroutine variables as being implicit
This prevents the clang-tidy readability-identifier-naming check from
triggering on implicit __coro_gro and __promise variables in coroutines.
More information about the All-commits
mailing list