summaryrefslogtreecommitdiffstats
path: root/llvm/utils/update_cc_test_checks.py
Commit message (Expand)AuthorAgeFilesLines
* Make mangled_names.test and update_cc_test_checks.py work with Python 2.Nico Weber2020-01-021-7/+12
* [update_cc_test_checks.py] Use CHECK_RE from commonAlex Richardson2019-12-021-3/+1
* [update_cc_test_checks.py] Handle extern "C" and namespacesAlex Richardson2019-12-021-9/+18
* [UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson2019-12-021-27/+9
* [update_cc_test_checks.py] Add the --function-signature flagAlex Richardson2019-11-201-2/+5
* [UptestTestChecks][NFC] Share some common command line options codeAlex Richardson2019-11-201-4/+1
* [update_cc_test_checks.py] Use -ast-dump=json to get mangled nameAlex Richardson2019-11-151-51/+44
* [Utils] Hide the default behavior change of D68819 under a flagJohannes Doerfert2019-11-011-2/+2
* [update_cc_test_checks.py] Pass the builtin include dir to clangAlex Richardson2019-10-311-0/+12
* [Utils][FIX] Unbreak update_XXX_test_checks after 3598b810029dJohannes Doerfert2019-10-311-1/+1
* [update_cc_test_checks.py] Fix invalid python string escape sequenceAlex Richardson2019-10-301-1/+1
* [update_cc_test_checks] Support 'clang | opt | FileCheck'Simon Tatham2019-10-101-6/+38
* [UpdateCCTestChecks] Detect function mangled name on separate lineDavid Greene2019-10-081-6/+20
* [UpdateTestChecks] Update tests optionDavid Bolvansky2019-08-071-1/+14
* [UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky2019-07-291-0/+1
* Fix LLVM IR check lines in utils/update_cc_test_checks.pyFangrui Song2018-03-141-2/+1
* [utils] Add utils/update_cc_test_checks.pyFangrui Song2018-03-021-0/+242
OpenPOWER on IntegriCloud