[all-commits] [llvm/llvm-project] 8d7ded: Fix a simple think-o; NFC

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Mar 31 05:21:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d7ded37a693b9d6f9d4d887560a8e2f1ca05bd3
      https://github.com/llvm/llvm-project/commit/8d7ded37a693b9d6f9d4d887560a8e2f1ca05bd3
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M clang/include/clang/Lex/MacroInfo.h

  Log Message:
  -----------
  Fix a simple think-o; NFC

This was using a bitwise OR of two boolean member variables, now it's
using a logical OR instead.




More information about the All-commits mailing list