summaryrefslogtreecommitdiff
path: root/clang/unittests/StaticAnalyzer/CallDescriptionTest.cpp
AgeCommit message (Expand)Author
2025-07-22[analyzer] Prettify checker registration and unittest code (#147797)Donát Nagy
2025-05-24[StaticAnalyzer] Use llvm::count (NFC) (#141370)Kazu Hirata
2025-05-04[clang] Remove unused local variables (NFC) (#138453)Kazu Hirata
2024-05-17[analyzer][NFC] Require explicit matching mode for CallDescriptions (#92454)Donát Nagy
2024-04-05[analyzer] Make recognition of hardened __FOO_chk functions explicit (#86536)NagyDonat
2024-03-04[analyzer] Refactor CallDescription match mode (NFC) (#83432)NagyDonat
2023-03-04[analyzer] Remove the loop from the exploded graph caused by missing informat...isuckatcs
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-03[clang/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-03-01[NFC][analyzer] Allow CallDescriptions to be matched with CallExprsKristóf Umann
2022-02-11[analyzer] Restrict CallDescription fuzzy builtin matchingBalazs Benics
2021-11-15[analyzer][NFC] Separate CallDescription from CallEventBalazs Benics
2021-10-18[analyzer] Allow matching non-CallExprs using CallDescriptionsBalazs Benics
2021-10-18[analyzer][NFC] Add unittests for CallDescription and split the old onesBalazs Benics
2019-08-30[Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-01[analyzer] NFC: CallDescription: Implement describing C library functions.Artem Dergachev
2019-07-01[analyzer] NFC: Add a convenient CallDescriptionMap class.Artem Dergachev