[all-commits] [llvm/llvm-project] fab606: sanitizer_common: Implement COMPILER_CHECK using s...

Nico Weber via All-commits all-commits at lists.llvm.org
Fri Sep 4 08:08:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fab60665ebc51b1b6c132e368fee00865d4d3942
      https://github.com/llvm/llvm-project/commit/fab60665ebc51b1b6c132e368fee00865d4d3942
  Author: Nico Weber <thakis at chromium.org>
  Date:   2020-09-04 (Fri, 04 Sep 2020)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h

  Log Message:
  -----------
  sanitizer_common: Implement COMPILER_CHECK using static_assert

Since this is an internal header, we can just assume static_assert
exists.

If this doesn't upset any bots, I'll replace all uses of
COMPILER_CHECK in a follow-up.




More information about the All-commits mailing list