This is an archive of the discontinued LLVM Phabricator instance.

[clang] Include trailing-requires-clause in FunctionDecl's source range
ClosedPublic

Authored by nridge on Aug 3 2020, 12:21 AM.

Diff Detail

Event Timeline

nridge created this revision.Aug 3 2020, 12:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2020, 12:21 AM
nridge requested review of this revision.Aug 3 2020, 12:21 AM
hokein accepted this revision.Aug 3 2020, 12:49 AM

thanks.

clang/test/AST/ast-dump-concepts.cpp
28

could you add one more test (with a function body)?

This revision is now accepted and ready to land.Aug 3 2020, 12:49 AM
nridge updated this revision to Diff 282804.Aug 3 2020, 11:37 PM

Address review comment

nridge marked an inline comment as done.Aug 3 2020, 11:37 PM
nridge updated this revision to Diff 282805.Aug 3 2020, 11:51 PM

Rebase to avoid dependency on D84136

This revision was landed with ongoing or failed builds.Aug 3 2020, 11:52 PM
This revision was automatically updated to reflect the committed changes.