[clang] [clang] Document -Wglobal-constructors behavior (PR #68084)

2023-10-26 Thread via cfe-commits
https://github.com/serge-sans-paille closed https://github.com/llvm/llvm-project/pull/68084 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Document -Wglobal-constructors behavior (PR #68084)

2023-10-03 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. More documentation is always nice, thanks! https://github.com/llvm/llvm-project/pull/68084 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/c

[clang] [clang] Document -Wglobal-constructors behavior (PR #68084)

2023-10-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Changes It's a drop in the ocean considering the lack of documentation of our diagnostics, but it's a start. --- Full diff: https://github.com/llvm/llvm-project/pull/68084.diff 1 Files Affected: - (modified) clang/include/clang/Basic/Diagnostic

[clang] [clang] Document -Wglobal-constructors behavior (PR #68084)

2023-10-03 Thread via cfe-commits
https://github.com/serge-sans-paille created https://github.com/llvm/llvm-project/pull/68084 It's a drop in the ocean considering the lack of documentation of our diagnostics, but it's a start. >From 9d8da7e0221ec408db68d84f3edd4aec58883eb1 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Dat