[all-commits] [llvm/llvm-project] fa6678: [llvm] LLVM_NODISCARD => [[nodiscard]]. NFC

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Aug 6 17:26:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa66789d06be2937b15e02a286b67c5f5274df31
      https://github.com/llvm/llvm-project/commit/fa66789d06be2937b15e02a286b67c5f5274df31
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-08-07 (Sun, 07 Aug 2022)

  Changed paths:
    M llvm/include/llvm/ADT/APInt.h
    M llvm/include/llvm/ADT/APSInt.h
    M llvm/include/llvm/ADT/ArrayRef.h
    M llvm/include/llvm/ADT/DenseMap.h
    M llvm/include/llvm/ADT/ImmutableList.h
    M llvm/include/llvm/ADT/ImmutableMap.h
    M llvm/include/llvm/ADT/ImmutableSet.h
    M llvm/include/llvm/ADT/PriorityWorklist.h
    M llvm/include/llvm/ADT/ScopeExit.h
    M llvm/include/llvm/ADT/SetVector.h
    M llvm/include/llvm/ADT/SmallPtrSet.h
    M llvm/include/llvm/ADT/SmallSet.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/ADT/StringRef.h
    M llvm/include/llvm/ADT/StringSwitch.h
    M llvm/include/llvm/ADT/TypeSwitch.h
    M llvm/include/llvm/ADT/simple_ilist.h
    M llvm/include/llvm/Analysis/AliasAnalysis.h
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/ConstantRange.h
    M llvm/include/llvm/Support/Casting.h
    M llvm/include/llvm/Support/Error.h
    M llvm/include/llvm/Support/raw_ostream.h
    M llvm/lib/CodeGen/MachineFunction.cpp
    M llvm/lib/CodeGen/RegisterCoalescer.cpp
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
    M llvm/unittests/ProfileData/CoverageMappingTest.cpp
    M llvm/unittests/ProfileData/InstrProfTest.cpp

  Log Message:
  -----------
  [llvm] LLVM_NODISCARD => [[nodiscard]]. NFC

With C++17 there is no Clang pedantic warning.




More information about the All-commits mailing list