[all-commits] [llvm/llvm-project] d21ec3: [lldb][NFCI] Remove use of ifdef __cpluplus where ...

Alex via All-commits all-commits at lists.llvm.org
Thu Aug 10 11:26:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d21ec35dcf3c351395522807beac0f45b7bcf6b9
      https://github.com/llvm/llvm-project/commit/d21ec35dcf3c351395522807beac0f45b7bcf6b9
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-08-10 (Thu, 10 Aug 2023)

  Changed paths:
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/Terminal.h
    M lldb/include/lldb/Host/posix/PipePosix.h
    M lldb/include/lldb/Utility/DataBuffer.h
    M lldb/include/lldb/Utility/DataEncoder.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/include/lldb/lldb-private-types.h
    M lldb/include/lldb/lldb-private.h
    M lldb/source/Host/macosx/cfcpp/CFCReleaser.h
    M lldb/source/Host/macosx/objcxx/PosixSpawnResponsible.h
    M lldb/tools/debugserver/source/DNBLog.h
    M lldb/tools/debugserver/source/DNBRegisterInfo.h
    M lldb/tools/debugserver/source/MacOSX/CFUtils.h

  Log Message:
  -----------
  [lldb][NFCI] Remove use of ifdef __cpluplus where unneeded

Just about every file in the lldb project is built with C++ enabled.
Unless I've missed something, these macro guards don't really accomplish
very much.

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




More information about the All-commits mailing list