[PATCH] D80424: [analyzer] SATestUtils.py: Refactor and add type annotations
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 22 03:36:35 PDT 2020
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Sure thanks!
================
Comment at: clang/utils/analyzer/SATestUtils.py:47
+ root, ext = os.path.splitext(file_name)
+ return ext in (".i", ".ii", ".c", ".cpp", ".m", "")
----------------
Oof this list is weird.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80424/new/
https://reviews.llvm.org/D80424
More information about the cfe-commits
mailing list