[all-commits] [llvm/llvm-project] aa9b33: [clang] Remove some `U+C2AD`s in `__cpp_multidimen...

Yuki Okushi via All-commits all-commits at lists.llvm.org
Tue Jun 7 03:30:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa9b3389ffd85533b4e7d27f2dac242046f41e8e
      https://github.com/llvm/llvm-project/commit/aa9b3389ffd85533b4e7d27f2dac242046f41e8e
  Author: Yuki Okushi <jtitor at 2k36.org>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M clang/lib/Frontend/InitPreprocessor.cpp

  Log Message:
  -----------
  [clang] Remove some `U+C2AD`s in `__cpp_multidimensional_subscript`

The `Builder.defineMacro("__cpp_multidimensional_subscript", "202110L");` line has
some `U+C2AD`s that shouldn't necessary here. So removed them.

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




More information about the All-commits mailing list