aboutsummaryrefslogtreecommitdiff
path: root/absl/log/internal/nullstream.h
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`Derek Mauro2024-07-011-10/+1
| | | | | | | | | | | | | | | standardized in C++11 Migrate all Abseil code to `[[noreturn]]`. Notably, https://github.com/abseil/abseil-cpp/issues/1698 reports that `[[noreturn]]` works better here. We can't migrate `ABSL_ATTRIBUTE_NORETURN` to use `[[noreturn]]` because the difference in accepted attribute placement breaks some code. PiperOrigin-RevId: 648395324 Change-Id: Icd3e9b837aac25f128e8994de099f1edb3cabccf
* Support Qualcomm Hexagon DSP targets.Abseil Team2023-06-291-1/+3
| | | | | PiperOrigin-RevId: 544438364 Change-Id: I22d461f2d0aa8638a0e640eebecdc7e5e2b49ea3
* Convert empty constructors to default onesRose2023-02-171-1/+1
| | | | These make the changed constructors match closer to the other ones that are default.
* Narrow some _MSC_VER checks to not catch clang-cl.Andy Getzendanner2022-11-041-2/+2
| | | | | PiperOrigin-RevId: 486227733 Change-Id: If492d715e5758971cf7bd0ccd748b47b1424a3c7
* Release the Abseil Logging libraryGennadiy Rozental2022-08-251-0/+134
PiperOrigin-RevId: 470080638 Change-Id: I8d9ddfabc7704c383ed5a73abf0411f4c58a4bf7