summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/initialization.cpp
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
2023-03-22[analyzer] Fix crashing getSValFromInitListExpr for nested initlistsBalazs Benics
2021-11-15[analyzer] Fix region cast between the same types with different qualifiers.Denys Petrov
2021-11-08[analyzer] Retrieve a value from list initialization of multi-dimensional arr...Denys Petrov
2021-10-29[analyzer] Retrieve a character from StringLiteral as an initializer for cons...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
2019-10-19[analyzer] Specify the C++ standard in more tests.Artem Dergachev
2018-05-29[analyzer] const init: handle non-explicit cases more accuratelyRafael Stahl