1. 24 Apr, 2023 1 commit
    • Fix handling of `CHECK` macros in static analysis tools. · 43e07a0e
      Currently static analysis tools built using the Clang Dataflow Analysis framework can't prove that code under `switch (0) case 0:` is executed on all paths. The Clang Dataflow Analysis framework should ultimately be improved to handle these cases. In the meantime, to enable the use of such tools in their current state, we add a `default` case back to the `switch` statement in `ABSL_LOG_INTERNAL_STATELESS_CONDITION` to help them understand that the code is executed on all paths.
      
      PiperOrigin-RevId: 526638852
      Change-Id: I49490dd477ba777aae2530697b75b583242aebc5
      Abseil Team committed
  2. 21 Apr, 2023 1 commit
  3. 20 Apr, 2023 3 commits
  4. 19 Apr, 2023 1 commit
  5. 18 Apr, 2023 3 commits
  6. 14 Apr, 2023 3 commits
  7. 13 Apr, 2023 2 commits
  8. 12 Apr, 2023 9 commits
  9. 10 Apr, 2023 2 commits
  10. 08 Apr, 2023 1 commit
  11. 06 Apr, 2023 4 commits
  12. 05 Apr, 2023 1 commit
  13. 03 Apr, 2023 5 commits
  14. 01 Apr, 2023 3 commits
  15. 31 Mar, 2023 1 commit