aboutsummaryrefslogtreecommitdiff
path: root/gcc/selftest.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-18analyzer: fix ICEs due to sloppy types in bounds-checking [PR110902,PR110928,...David Malcolm1-0/+12
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm1-3/+8
2023-11-03diagnostics: add automatic URL-ification within messagesDavid Malcolm1-0/+1
2023-01-19value-relation: Fix up relation_union [PR108447]Jakub Jelinek1-0/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-03-19selftest: Move C-specific tests to c_familyArthur Cohen1-2/+0
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-37/+37
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-12Replace gnu::unique_ptr with std::unique_ptrJonathan Wakely1-1/+0
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm1-0/+2
2021-08-17Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g...Thomas Schwinge1-5/+0
2021-06-03Implement generic expression evaluator for range_query.Aldy Hernandez1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17Add an alternative splay tree implementationRichard Sandiford1-0/+1
2020-11-09Clean up irange self tests.Aldy Hernandez1-0/+1
2020-09-22Fix ipa-modref selftest and destructorJan Hubicka1-0/+1
2020-04-27Fix warning URLs for Fortran and analyzer [PR 92830]David Malcolm1-0/+1
2020-01-14Initial commit of analyzerDavid Malcolm1-0/+3
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-11function-tests.c: expose selftest::make_fndecl for use elsewhereDavid Malcolm1-0/+7
2019-11-14Remove higher precision range tests because they are unused.Aldy Hernandez1-4/+1
2019-11-13Come up with selftests for dbgcnt.Martin Liska1-0/+1
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-1/+1
2019-10-03Makefile.in (OBJS): Add range.o and range-op.o.Aldy Hernandez1-0/+4
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-05-23Bulletproof -fdiagnostics-format=json against bad locations (PR c++/90462)David Malcolm1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-0/+1
2018-11-27Fix missing dump_impl_location_t values, using a new dump_metadata_tDavid Malcolm1-0/+9
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-08cgraph: add selftest::symbol_table_testDavid Malcolm1-0/+1
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm1-0/+1
2018-07-20Add "-fsave-optimization-record"David Malcolm1-0/+2
2018-07-02selftest: introduce class auto_fix_quotesDavid Malcolm1-0/+20
2018-06-28Come up with new --completion option.Martin Liska1-0/+20
2018-06-26Introduce dump_location_tDavid Malcolm1-0/+1
2018-05-01selftest: remove "Yoda ordering" in assertionsDavid Malcolm1-33/+33
2018-04-30selftest.h: fix alphabetization of per-source-file selftest declarationsDavid Malcolm1-7/+7
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm1-0/+38
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02Rework VEC_PERM_EXPR foldingRichard Sandiford1-0/+1
2017-12-14poly_int: add poly-int.hRichard Sandiford1-0/+38
2017-12-12Expensive selftests: torture testing for fix-it boundary conditions (PR c/82050)David Malcolm1-0/+14
2017-12-07Add underscores to local vars in selftest macrosRichard Sandiford1-25/+25
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-0/+1
2017-11-01Add more vec_duplicate simplificationsRichard Sandiford1-0/+1