| Age | Commit 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 concern | Elizabeth Andrews |
| 2023-01-29 | [Clang] Treat `std::forward_like` as builtin | Alexander 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-17 | llvm::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 options | Serge Pavlov |
| 2022-07-01 | Revert "[FPEnv] Allow CompoundStmt to keep FP options" | Serge Pavlov |
| 2022-07-01 | [FPEnv] Allow CompoundStmt to keep FP options | Serge Pavlov |
| 2022-06-25 | [clang] Don't use Optional::hasValue (NFC) | Kazu Hirata |
| 2022-06-25 | Revert "Don't use Optional::hasValue (NFC)" | Kazu Hirata |
| 2022-06-25 | Don't use Optional::hasValue (NFC) | Kazu Hirata |
| 2022-06-20 | [clang] Don't use Optional::getValue (NFC) | Kazu Hirata |
| 2022-04-20 | Treat `std::move`, `forward`, etc. as builtins. | Richard Smith |
| 2022-04-20 | Revert "Treat `std::move`, `forward`, etc. as builtins." | David Tenty |
| 2022-04-17 | Treat `std::move`, `forward`, etc. as builtins. | Richard Smith |
| 2022-04-16 | Revert "Treat `std::move`, `forward`, and `move_if_noexcept` as builtins." | Vitaly Buka |
| 2022-04-15 | Extend support for std::move etc to also cover std::as_const and | Richard Smith |
| 2022-04-15 | Treat `std::move`, `forward`, and `move_if_noexcept` as builtins. | Richard Smith |
| 2021-11-19 | [clang][NFC] Inclusive terms: replace some uses of sanity in clang | Zarko Todorovski |
| 2021-10-05 | Implement if consteval (P1938) | Corentin Jabot |
| 2021-06-09 | [clang] NFC: Rename rvalue to prvalue | Matheus Izvekov |
| 2021-04-07 | [analyzer] Fix body farm for Obj-C++ properties | Valeriy Savchenko |
| 2020-09-14 | [AST][FPEnv] Keep FP options in trailing storage of CastExpr | Serge Pavlov |
| 2020-09-12 | Revert "[AST][FPEnv] Keep FP options in trailing storage of CastExpr" | Serge Pavlov |
| 2020-09-12 | [AST][FPEnv] Keep FP options in trailing storage of CastExpr | Serge Pavlov |
| 2020-08-10 | [AST] add parenthesis locations for IfStmt and SwitchStmt | Zequan Wu |
| 2020-07-24 | [AST][FPEnv] Keep FP options in trailing storage of CallExpr | Serge Pavlov |
| 2020-06-27 | Reland D81869 "Modify FPFeatures to use delta not absolute settings" | Melanie Blower |
| 2020-06-26 | Revert "Revert "Revert "Modify FPFeatures to use delta not absolute settings""" | Melanie Blower |
| 2020-06-26 | Revert "Revert "Modify FPFeatures to use delta not absolute settings"" | Melanie Blower |
| 2020-06-26 | Revert "Modify FPFeatures to use delta not absolute settings" | Melanie Blower |
| 2020-06-26 | Modify FPFeatures to use delta not absolute settings | Melanie Blower |
| 2020-05-04 | Reapply "Add support for #pragma float_control" with buildbot fixes | Melanie Blower |
| 2020-05-01 | Revert "Reapply "Add support for #pragma float_control" with improvements to" | Melanie Blower |
| 2020-05-01 | Reapply "Add support for #pragma float_control" with improvements to | Melanie Blower |
| 2020-05-01 | Revert "Add support for #pragma float_control" | Melanie Blower |
| 2020-05-01 | Add support for #pragma float_control | Melanie Blower |
| 2020-04-23 | [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. | Puyan Lotfi |
| 2020-04-23 | Revert "[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjC... | Puyan Lotfi |
| 2020-04-22 | [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. | Puyan Lotfi |
| 2020-04-15 | Move BinaryOperators.FPOptions to trailing storage | Melanie 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-08 | Redeclare 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 |