llvm-project/clang/test/utils/update_cc_test_checks/Inputs
Jessica Clarke 0e79a94836 [Utils] Support class template specializations in update_cc_test_checks
ClassTemplateSpecializationDecl not within a ClassTemplateDecl
represents an explicit instatiation of a template and so should be
handled as if it were a normal CXXRecordDecl. Unfortunately, having an
equivalent for FunctionTemplateDecl remains a TODO in ASTDumper's
VisitFunctionTemplateDecl, with all the explicit instantiations just
being emitted inside the FunctionTemplateDecl along with all the other
specializations, meaning we can't easily support explicit function
instantiations in update_cc_test_checks.

Reviewed By: arichardson

Differential Revision: https://reviews.llvm.org/D106243
2021-07-28 16:03:41 +01:00
..
basic-cplusplus.cpp [update_cc_test_checks.py] Handle C++ methods 2020-06-18 18:09:21 +01:00
basic-cplusplus.cpp.expected Return "[CGCall] Annotate `this` argument with alignment" 2021-05-13 20:33:14 +03:00
check-attributes.cpp [Utils] Check function attributes in update_test_checks 2020-07-19 20:07:24 +02:00
check-attributes.cpp.funcattrs.expected Reapply [IR] Don't mark mustprogress as type attribute 2021-07-09 20:57:44 +02:00
check-attributes.cpp.plain.expected [Utils] Check function attributes in update_test_checks 2020-07-19 20:07:24 +02:00
check-globals.c [UpdateCCTestChecks] Support --check-globals 2021-06-25 13:17:56 -04:00
def-and-decl.c [update_cc_test_checks.py] Correctly skip function definitions 2020-06-18 18:09:21 +01:00
def-and-decl.c.expected [update_cc_test_checks.py] Correctly skip function definitions 2020-06-18 18:09:21 +01:00
exec-all-runlines.c [Utils] Run non-filecheck runlines in-order in update_cc_test_checks 2021-05-04 12:06:03 -07:00
exec-all-runlines.c.expected [Utils] Run non-filecheck runlines in-order in update_cc_test_checks 2021-05-04 12:06:03 -07:00
explicit-template-instantiation.cpp [Utils] Support class template specializations in update_cc_test_checks 2021-07-28 16:03:41 +01:00
explicit-template-instantiation.cpp.expected [Utils] Support class template specializations in update_cc_test_checks 2021-07-28 16:03:41 +01:00
generated-funcs-regex.c [Utils][NFC] Rename replace-function-regex in update_cc_test_checks 2021-05-05 14:19:30 -07:00
generated-funcs-regex.c.expected [Utils][NFC] Rename replace-function-regex in update_cc_test_checks 2021-05-05 14:19:30 -07:00
generated-funcs.c [UpdateCCTestChecks] Include generated functions if asked 2020-09-18 06:34:59 -05:00
generated-funcs.c.generated.expected Revert "[OpenMP] Codegen aggregate for outlined function captures" 2021-07-19 07:54:26 -07:00
generated-funcs.c.no-generated.expected Revert "[OpenMP] Codegen aggregate for outlined function captures" 2021-07-19 07:54:26 -07:00
global-hex-value-regex.c [UpdateCCTestChecks] Implement --global-hex-value-regex 2021-07-20 11:23:20 -04:00
global-hex-value-regex.c.expected [UpdateCCTestChecks] Implement --global-hex-value-regex 2021-07-20 11:23:20 -04:00
global-value-regex.c [UpdateCCTestChecks] Implement --global-value-regex 2021-07-20 11:23:20 -04:00
global-value-regex.c.expected [UpdateCCTestChecks] Implement --global-value-regex 2021-07-20 11:23:20 -04:00
lit.cfg.example [clang] Make fewer assumptions about path to lit.site.cfg after 9eaf0d120d 2021-06-25 14:01:29 -04:00
mangled_names.c
mangled_names.c.expected [utils] change default nameless value to "TMP" 2020-06-01 06:54:45 -04:00
mangled_names.c.funcsig.expected [Utils] Check for more global information in update_test_checks 2021-03-11 23:31:16 -06:00
on_the_fly_arg_change.c [UpdateTestChecks] Add UTC_ARGS support for update_{llc,cc}_test_checks.py 2020-07-08 11:00:10 +01:00
on_the_fly_arg_change.c.expected [UpdateTestChecks] Add UTC_ARGS support for update_{llc,cc}_test_checks.py 2020-07-08 11:00:10 +01:00
prefix-never-matches.cpp [utils] Fix UpdateTestChecks case where 2 runs differ for last label 2020-12-15 07:16:54 -08:00
replace-value-regex-across-runs.c [UpdateCCTestChecks] Fix --replace-value-regex across RUN lines 2021-06-21 17:01:17 -04:00
replace-value-regex-across-runs.c.expected [UpdateCCTestChecks] Fix --replace-value-regex across RUN lines 2021-06-21 17:01:17 -04:00
resolve-tmp-conflict.cpp [Utils] Add prefix parameter in update test checks to avoid FileCheck conflicts 2021-03-26 11:49:42 -07:00
resolve-tmp-conflict.cpp.expected [Utils] Add prefix parameter in update test checks to avoid FileCheck conflicts 2021-03-26 11:49:42 -07:00