summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/BodyFarm.cpp
AgeCommit message (Expand)Author
2025-11-15[Analysis] Remove a redundant cast. (#168214)Kazu Hirata
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-08-08[NFC] Fix static analyzer concernElizabeth Andrews
2023-01-29[Clang] Treat `std::forward_like` as builtinAlexander Shaposhnikov
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata
2022-12-17llvm::Optional::value => operator*/operator->Fangrui Song
2022-12-03[Analysis] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata
2022-07-03[FPEnv] Allow CompoundStmt to keep FP optionsSerge Pavlov
2022-07-01Revert "[FPEnv] Allow CompoundStmt to keep FP options"Serge Pavlov
2022-07-01[FPEnv] Allow CompoundStmt to keep FP optionsSerge Pavlov
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[clang] Don't use Optional::getValue (NFC)Kazu Hirata
2022-04-20Treat `std::move`, `forward`, etc. as builtins.Richard Smith
2022-04-20Revert "Treat `std::move`, `forward`, etc. as builtins."David Tenty
2022-04-17Treat `std::move`, `forward`, etc. as builtins.Richard Smith
2022-04-16Revert "Treat `std::move`, `forward`, and `move_if_noexcept` as builtins."Vitaly Buka
2022-04-15Extend support for std::move etc to also cover std::as_const andRichard Smith
2022-04-15Treat `std::move`, `forward`, and `move_if_noexcept` as builtins.Richard Smith
2021-11-19[clang][NFC] Inclusive terms: replace some uses of sanity in clangZarko Todorovski
2021-10-05Implement if consteval (P1938)Corentin Jabot
2021-06-09[clang] NFC: Rename rvalue to prvalueMatheus Izvekov
2021-04-07[analyzer] Fix body farm for Obj-C++ propertiesValeriy Savchenko
2020-09-14[AST][FPEnv] Keep FP options in trailing storage of CastExprSerge Pavlov
2020-09-12Revert "[AST][FPEnv] Keep FP options in trailing storage of CastExpr"Serge Pavlov
2020-09-12[AST][FPEnv] Keep FP options in trailing storage of CastExprSerge Pavlov
2020-08-10[AST] add parenthesis locations for IfStmt and SwitchStmtZequan Wu
2020-07-24[AST][FPEnv] Keep FP options in trailing storage of CallExprSerge Pavlov
2020-06-27Reland D81869 "Modify FPFeatures to use delta not absolute settings"Melanie Blower
2020-06-26Revert "Revert "Revert "Modify FPFeatures to use delta not absolute settings"""Melanie Blower
2020-06-26Revert "Revert "Modify FPFeatures to use delta not absolute settings""Melanie Blower
2020-06-26Revert "Modify FPFeatures to use delta not absolute settings"Melanie Blower
2020-06-26Modify FPFeatures to use delta not absolute settingsMelanie Blower
2020-05-04Reapply "Add support for #pragma float_control" with buildbot fixesMelanie Blower
2020-05-01Revert "Reapply "Add support for #pragma float_control" with improvements to"Melanie Blower
2020-05-01Reapply "Add support for #pragma float_control" with improvements toMelanie Blower
2020-05-01Revert "Add support for #pragma float_control"Melanie Blower
2020-05-01Add support for #pragma float_controlMelanie Blower
2020-04-23[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.Puyan Lotfi
2020-04-23Revert "[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjC...Puyan Lotfi
2020-04-22[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec.Puyan Lotfi
2020-04-15Move BinaryOperators.FPOptions to trailing storageMelanie Blower
2019-12-04[analyzer] Fix more ObjC accessor body farms after 2073dd2d.Artem Dergachev
2019-11-21[analyzer] Fix Objective-C accessor body farms after 2073dd2d.Artem Dergachev
2019-11-08Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl
2019-08-28[analyzer] Fix more analyzer warnings on analyzer and libAnalysis.Artem Dergachev