[PATCH] D117009: [AST] Fix the incorrect auto-keyword loc for constrained auto type loc.

2022-01-19 Thread Haojian Wu via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG6c78703e3abc: [AST] Fix the incorrect auto-keyword loc for constrained auto type loc. (authored by hokein). Repository: rG LLVM Github Monorepo

[PATCH] D117009: [AST] Fix the incorrect auto-keyword loc for constrained auto type loc.

2022-01-11 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added a subscriber: carlosgalvezp. hokein requested review of this revision. Herald added projects: clang, clang-tools-extra. E.g. `Concept auto Func();` The nameLoc for the constained auto type loc pointed to the concept