summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/initialization.c
AgeCommit message (Expand)Author
2025-06-30[NFC][analyzer] Use %clang_analyze_cc1 consistently (#145895)DonĂ¡t Nagy
2025-02-26[analyzer] Update the undefined assignment checker diagnostics to not use the...David Tarditi
2022-02-13A significant number of our tests in C accidentally use functionsAaron Ballman
2021-11-08[analyzer] Retrieve a value from list initialization of multi-dimensional arr...Denys Petrov
2021-10-25[analyzer] Retrieve incomplete array extent from its redeclaration.Denys Petrov
2021-10-25[analyzer][NFCI] Move a block from `getBindingForElement` to separate functionsDenys Petrov
2021-09-24[analyzer] Retrieve a value from list initialization of constant array declar...Denys Petrov
2018-05-29[analyzer] const init: handle non-explicit cases more accuratelyRafael Stahl
2018-05-09Fixes issue introduced by r331556.Alexander Kornienko