aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/diagnostics
AgeCommit message (Expand)AuthorFilesLines
2026-02-04[clang][analyzer] Add OpaqueSTLFunctionsModeling (#178910)Endre Fülöp1-0/+16
2025-09-29[analyzer] Use sed from the ToolBox on AIX (NFC) (#161242)Kelvin Li1-1/+1
2025-09-25[analyzer] Emit IssueHash in SARIF (#159445)Dave Bartolomeo4-2/+209
2025-09-17[analyzer] Prevent triplicate warnings for `sarif-html` (#158112)Dave Bartolomeo4-3/+210
2025-07-28Rename 'free' in warning messages to 'release' (#150935)Baghirov Feyruz1-2/+2
2025-02-26[analyzer] Update the undefined assignment checker diagnostics to not use the...David Tarditi1-2/+2
2024-09-26[analyzer] Moving TaintPropagation checker out of alpha (#67352)Daniel Krupp4-5/+4
2024-07-23[analyzer] Model builtin-like functions as builtin functions (#99886)Balazs Benics1-1/+1
2023-11-21[analyzer] Add std::variant checker (#66481)Gábor Spaits1-1/+1
2023-10-16[analyzer] Fix note for member reference (#68691)Gábor Spaits1-0/+31
2023-08-18[analyzer] Upstream BitwiseShiftCheckerDonát Nagy1-4/+4
2022-11-17Refactor StaticAnalyzer to use `clang::SarifDocumentWriter`Vaibhav Yenamandra2-2/+37
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman1-1/+1
2022-04-19[analyzer] ClangSA should tablegen doc urls refering to the main doc pageBalazs Benics1-3/+3
2022-02-12Use functions with prototypes when appropriate; NFCAaron Ballman14-41/+41
2021-10-25[analyzer] Add std::string checkerBalazs Benics1-1/+1
2021-08-10[analyzer] Move test case to existing test file and remove duplicated test file.Denys Petrov1-36/+0
2021-07-09Revert "Revert "Temporarily do not drop volatile stores before unreachable""Nico Weber1-1/+2
2021-07-09[clang] Improve `-Wnull-dereference` diag to be more in-line with realityRoman Lebedev1-2/+1
2021-06-24[analyzer] Added a test case for PR46264Denys Petrov1-0/+36
2021-04-28[analyzer] Find better description for tracked symbolic valuesValeriy Savchenko1-9/+9
2020-07-17[analyzer] Add system header simulator a symmetric random access iterator ope...Endre Fülöp1-1/+1
2020-04-09[analyzer][AnalysisOrderChecker] Display the CallEvent type in preCall/postCallKirstóf Umann1-1/+1
2020-01-14[analyzer] Fix SARIF column locationsJoe Ranieri3-6/+82
2019-11-14[Analyzer][NFC] Separate white-box tests for iterator modelling from iterator...Adam Balogh1-1/+1
2019-10-19[analyzer] Specify the C++ standard in more tests.Artem Dergachev1-1/+1
2019-08-29[Analyzer] Iterator Checkers - Make range errors and invalidated access fatalAdam Balogh1-1/+1
2019-08-27Update the SARIF exporter to SARIF 2.1Joe Ranieri2-108/+98
2019-08-27Fix a SARIF exporter crash with macro expansionsJoe Ranieri2-21/+147
2019-08-27Fix text range end columns in SARIF to be exclusiveJoe Ranieri2-14/+11
2019-08-22[analyzer] Enable control dependency condition tracking by defaultKristof Umann1-0/+1
2019-08-13[analyzer] Prune calls to functions with linear CFGs that return a non-zero c...Kristof Umann1-4/+2
2019-08-05[Analyzer] Iterator Checkers - Fix for Crash on Iterator DifferencesAdam Balogh1-1/+1
2019-06-19[analyzer] SARIF: Add EOF newline; replace diff_sarifHubert Tong4-4/+4
2019-06-19[analyzer][NFC][tests] Pre-normalize expected-sarif filesHubert Tong2-20/+0
2019-06-16[analyzer] Push correct version of 'Track indices of arrays'Kristof Umann1-4/+43
2019-06-16[analyzer] Track indices of arraysKristof Umann1-0/+25
2019-06-11Reapply r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_p...Hubert Tong7-7/+7
2019-06-10Revert r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_pl...Reid Kleckner7-7/+7
2019-06-10[analyzer][tests] Use normalize_plist in place of diff_plist (`tail` cases)Hubert Tong2-2/+2
2019-06-10[analyzer][tests] Use normalize_plist in place of diff_plist (`cat` cases)Hubert Tong5-5/+5
2019-06-08[analyzer][NFC][tests] Pre-normalize expected-plistsHubert Tong7-17/+0
2019-05-29[analyzer] ConditionBRVisitor: Boolean supportCsaba Dabis1-1/+1
2019-05-29[analyzer] ConditionBRVisitor: MemberExpr supportCsaba Dabis3-12/+13
2019-05-29[analyzer] ConditionBRVisitor: Enhance to write out more informationCsaba Dabis3-11/+22
2019-05-24[analyzer] Add a prunable note for skipping vbase inits in subclasses.Artem Dergachev1-0/+44
2019-05-24[analyzer] NFC: Prevent multi-file plist test from spamming up the build folder.Artem Dergachev2-6/+2
2019-05-01[analyzer][tests] Use diff_plist, correct order of arguments for missed cases...Hubert Tong2-2/+2
2019-04-23[analyzer] Fix macro names in diagnostics within bigger macros.Artem Dergachev1-1/+26
2019-03-29[analyzer] PR41239: Fix a crash on invalid source location in NoStoreFuncVisi...Artem Dergachev1-1/+11