As a followup to D69144, this diff fixes the coroutine keyword spacing
for co_yield / co_returning negative numbers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 39795 Build 39842: arc lint + arc unit
Event Timeline
clang/lib/Format/TokenAnnotator.cpp | ||
---|---|---|
1760 | I didn't notice this during review, but tok_kw_co_yield is a typo. I'm replacing this with tok::kw_co_yield in the commit I'm making for this patch, as that spelling allows the build and tests to pass. |
I didn't notice this during review, but tok_kw_co_yield is a typo. I'm replacing this with tok::kw_co_yield in the commit I'm making for this patch, as that spelling allows the build and tests to pass.