[all-commits] [llvm/llvm-project] 1b71c4: libc: Remove `extern "C"` from main declarations (...

David Blaikie via All-commits all-commits at lists.llvm.org
Sun Aug 11 13:17:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b71c471c7d0216fa7fc5c0b45b5926d1fabfaf4
      https://github.com/llvm/llvm-project/commit/1b71c471c7d0216fa7fc5c0b45b5926d1fabfaf4
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2024-08-11 (Sun, 11 Aug 2024)

  Changed paths:
    M libc/benchmarks/gpu/LibcGpuBenchmarkMain.cpp
    M libc/startup/gpu/amdgpu/start.cpp
    M libc/startup/gpu/nvptx/start.cpp
    M libc/startup/linux/do_start.cpp
    M libc/test/IntegrationTest/test.h
    M libc/test/UnitTest/LibcTestMain.cpp
    M libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp

  Log Message:
  -----------
  libc: Remove `extern "C"` from main declarations (#102825)

This is invalid in C++, and clang recently started warning on it as of
#101853



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list