diff options
author | Jim Ingham <jingham@apple.com> | 2024-02-13 18:06:05 -0800 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2024-02-13 18:08:02 -0800 |
commit | 22d2f3aa3097feb9a91c6d7b8ef611a1cde6d0d5 (patch) | |
tree | 15ce85a51567b7e3fcf42eda0b8065c69b6cd429 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 29d1aca05caa06e30d7a76ee15fd166fa32e1043 (diff) | |
download | llvm-22d2f3aa3097feb9a91c6d7b8ef611a1cde6d0d5.zip llvm-22d2f3aa3097feb9a91c6d7b8ef611a1cde6d0d5.tar.gz llvm-22d2f3aa3097feb9a91c6d7b8ef611a1cde6d0d5.tar.bz2 |
Move the parsed_cmd conversion def's to module level functions.
Python3.9 does not allow you to put a reference to a class staticmethod
in a table and call it from there. Python3.10 and following do allow
this, but we still support 3.9. staticmethod was slightly cleaner,
but this will do.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions