This is an archive of the discontinued LLVM Phabricator instance.

[flang][directives] Use TableGen information for clause classes in parse-tree
ClosedPublic

Authored by clementval on Aug 7 2020, 12:48 PM.

Details

Summary

This patch takes advantage of the directive information and tablegen generation
to replace the clauses class parse tree and in the dump parse tree sections.

Diff Detail

Event Timeline

clementval created this revision.Aug 7 2020, 12:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2020, 12:48 PM
clementval requested review of this revision.Aug 7 2020, 12:48 PM
clementval added a project: Restricted Project.Aug 7 2020, 12:49 PM
sscalpone accepted this revision.Aug 7 2020, 4:37 PM
This revision is now accepted and ready to land.Aug 7 2020, 4:37 PM

Fix some clang-tidy warnings

Missing one var to be captialize

Add missing dependencies

This revision was landed with ongoing or failed builds.Aug 11 2020, 6:43 AM
This revision was automatically updated to reflect the committed changes.
clementval reopened this revision.Aug 11 2020, 7:41 AM
This revision is now accepted and ready to land.Aug 11 2020, 7:41 AM

Switch to llvm::toUpper because of windows buildbot failure

This revision was landed with ongoing or failed builds.Aug 11 2020, 7:44 AM
This revision was automatically updated to reflect the committed changes.