[all-commits] [llvm/llvm-project] 6504b1: [libc][NFC] Mark some methods constexpr

Alex Brachet via All-commits all-commits at lists.llvm.org
Wed Jun 8 15:41:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6504b159926832db7f4f93271cfa1bf19c829a97
      https://github.com/llvm/llvm-project/commit/6504b159926832db7f4f93271cfa1bf19c829a97
  Author: Alex Brachet <abrachet at google.com>
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
    M libc/src/__support/CPP/UInt.h

  Log Message:
  -----------
  [libc][NFC] Mark some methods constexpr

gcc is complaining that these methods are being called
from a function that is marked constexpr but these
aren't.




More information about the All-commits mailing list