]> gcc.gnu.org Git - gcc.git/commit
Merge #778
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 30 Oct 2021 12:02:17 +0000 (12:02 +0000)
committerGitHub <noreply@github.com>
Sat, 30 Oct 2021 12:02:17 +0000 (12:02 +0000)
commita9daecd2a35f7caebb02feb4dbb2dc89f3165cdb
treee20c3965e480c2ce76ee5276a2b8a3b96fd3ba9a
parentcba61d8dcbe1ac0fb23a96b2974541b201292465
parenta66dd96413432095ef13e6429f7acb3cb06f4f0f
Merge #778

778: Add location info in AST::TypeBoundWhereClauseItem and HIR::TypeBoundWhereClauseItem r=philberty a=npate012

Location info has been added to AST::TypeBoundWhereClauseItem and HIR::TypeBoundWhereClauseItem. parse_type_bound_where_clause_item () has been modified to fetch location info and store it in AST::TypeBoundWhereClauseItem.

Fixes #766

Signed-off-by: Nirmal Patel <npate012@gmail.com>
Co-authored-by: Nirmal Patel <npate012@gmail.com>
This page took 0.0531779999999999 seconds and 5 git commands to generate.