aboutsummaryrefslogtreecommitdiff
path: root/clang/test/utils
AgeCommit message (Expand)AuthorFilesLines
2023-11-13Recommit changes to global checks (#71171)Henrik G. Olsson9-11/+451
2023-11-11[clang][CodeGen] Ensure consistent `mustprogress` attribute emissionAntonio Frighetto2-6/+6
2023-07-14Revert "[UTC] Add fallback support for specific metadata, and check their defs"Johannes Doerfert9-453/+11
2023-07-14Revert "[UTC] Adapt version matcher to glob CLANG_VENDOR"Johannes Doerfert2-4/+4
2023-07-05[UTC] Adapt version matcher to glob CLANG_VENDORHenrik G. Olsson2-4/+4
2023-07-05[UTC] Add fallback support for specific metadata, and check their defsHenrik G. Olsson9-11/+453
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta1-14/+25
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein2-6/+6
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein2-6/+6
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein2-6/+6
2023-03-07[UTC] Enable --function-signature by defaultNikita Popov3-1/+49
2023-03-02[UTC] Include return type/attributes under --version 2Nikita Popov2-0/+46
2023-02-17[Clang] Convert update_cc_test_checks tests to opaque pointers (NFC)Nikita Popov21-295/+293
2023-01-30[UTC] Add --version argumentNikita Popov1-0/+4
2022-12-13Revert "[UpdateTestChecks] Match define for labels"Nikita Popov16-52/+52
2022-12-12[UpdateTestChecks] Match define for labelsSebastian Neubauer16-52/+52
2022-11-28[UpdateTestChecks] Fix `update_*_test_checks.py` to add "unused" prefixesMircea Trofin2-5/+11
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti2-52/+42
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis2-42/+52
2022-08-11Disable update_cc_test_checks.py tests in stand-alone buildsTom Stellard1-23/+32
2022-07-20update-test-checks: safely handle tests with #if'sNicolai Hähnle3-0/+41
2022-05-10Revert "[utils] Avoid hardcoding metadata ids in update_cc_test_checks"Jan Korous15-217/+0
2022-05-10[utils] Avoid hardcoding metadata ids in update_cc_test_checksJan Korous15-0/+217
2022-04-07[Clang] Add -no-opaque-pointers to more tests (NFC)Nikita Popov21-34/+34
2022-03-21Reapply [Utils] Fix %S substitutionNikita Popov2-4/+4
2022-02-12Use functions with prototypes when appropriate; NFCAaron Ballman15-28/+28
2022-01-20[IRGen] Do not overwrite existing attributes in CGCall.Florian Hahn2-16/+16
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim6-21/+21
2021-12-23[OpenMP] Fix incorrect type when casting from uintptrNikita Popov1-1/+1
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim6-21/+21
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim6-21/+21
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee6-21/+21
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee6-21/+21
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee6-21/+21
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee6-21/+21
2021-09-21Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis2-52/+42
2021-09-21[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis2-42/+52
2021-08-31[llvm-lit] unbreak clang-only builds by not assuming llvm-lit in build dirYaron Keren1-2/+4
2021-08-18Use installed llvm-lit.py instead of lit.py PR-51072Yaron Keren1-1/+4
2021-07-28[Utils] Support class template specializations in update_cc_test_checksJessica Clarke3-0/+247
2021-07-20[UpdateCCTestChecks] Implement --global-hex-value-regexJoel E. Denny3-0/+54
2021-07-20[UpdateCCTestChecks] Implement --global-value-regexJoel E. Denny3-0/+47
2021-07-19Revert "[OpenMP] Codegen aggregate for outlined function captures"Giorgis Georgakoudis2-52/+42
2021-07-16[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis2-42/+52
2021-07-13Fix utils/update_cc_test_checks/check-globals.test on stand-alone buildsTom Stellard1-1/+1
2021-07-09Reapply [IR] Don't mark mustprogress as type attributeNikita Popov1-1/+1
2021-06-25[UpdateCCTestChecks] Fix new test from 9eaf0d120d32Joel E. Denny1-1/+2
2021-06-25[clang] Make fewer assumptions about path to lit.site.cfg after 9eaf0d120d32Nico Weber2-4/+3
2021-06-25[UpdateCCTestChecks] Support --check-globalsJoel E. Denny4-2/+108
2021-06-21[UpdateCCTestChecks] Fix --replace-value-regex across RUN linesJoel E. Denny3-0/+31