[all-commits] [llvm/llvm-project] 5791e2: Complete the list of single-underscore keywords fo...

Eli Friedman via All-commits all-commits at lists.llvm.org
Tue Mar 15 12:02:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5791e28f30168a5a930c1f869529b03b95405afe
      https://github.com/llvm/llvm-project/commit/5791e28f30168a5a930c1f869529b03b95405afe
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
    M clang/include/clang/Basic/TokenKinds.def

  Log Message:
  -----------
  Complete the list of single-underscore keywords for MSVC compat.

List derived from https://docs.microsoft.com/en-us/cpp/cpp/keywords-cpp
. Not that this is something we really want to encourage, but some of
these show up in practice, so I figured I should just complete the list.

Differential Revision: https://reviews.llvm.org/D121412




More information about the All-commits mailing list