This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Check clang-tidy version
ClosedPublic

Authored by philnik on Feb 17 2022, 1:52 PM.

Details

Reviewers
ldionne
Quuxplusone
Mordante
Group Reviewers
Restricted Project
Commits
rGb324798fc8fb: [libc++] Check clang-tidy version

Diff Detail

Event Timeline

philnik created this revision.Feb 17 2022, 1:52 PM
philnik requested review of this revision.Feb 17 2022, 1:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2022, 1:52 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested changes to this revision.Feb 28 2022, 7:12 AM
ldionne added inline comments.
libcxx/utils/libcxx/test/dsl.py
221

Instead, I'd rather have something like commandOutput that returns the output of the command, and then you can re.search on that from features.py. I think that's more likely to be useful in the future than runCommandGetVersion.

225

I think we want to raise ConfigurationRuntimeError here (and yes, that means you'll need to handle the error from features.py, but I still think it's the right thing to do).

This revision now requires changes to proceed.Feb 28 2022, 7:12 AM
philnik updated this revision to Diff 412415.Mar 2 2022, 7:31 AM
philnik marked 2 inline comments as done.
  • Address comments
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 7:31 AM
ldionne accepted this revision.Mar 2 2022, 8:17 AM
ldionne added inline comments.
libcxx/utils/libcxx/test/dsl.py
221

Please add a suitable docstring, like all the other functions around it.

This revision is now accepted and ready to land.Mar 2 2022, 8:17 AM
This revision was landed with ongoing or failed builds.Mar 2 2022, 9:42 AM
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.