aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2022-03-22 13:14:16 -0400
committerAaron Ballman <aaron@aaronballman.com>2022-03-22 13:15:13 -0400
commitc3fe8ddd8385832fde9f16a261908afbaf9878a4 (patch)
treeb66b0222991fbc5c6e13b9e8d1ac5dec702c6d49 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent9b0f227d7b2cee4e4492d0501e032f9b33579853 (diff)
downloadllvm-c3fe8ddd8385832fde9f16a261908afbaf9878a4.zip
llvm-c3fe8ddd8385832fde9f16a261908afbaf9878a4.tar.gz
llvm-c3fe8ddd8385832fde9f16a261908afbaf9878a4.tar.bz2
Allow -Wno-gnu to silence GNU extensions related to pointer arithmetic
These diagnostics were added to a diagnostic group, but that diagnostic group was not under -Wgnu. I've now split them into their own diagnostic group that is added both to the original group (so user's currently opting in or out of these should not see a change) and under the -Wgnu group so that -Wno-gnu can be used to disable all GNU extension diagnostics. This fixes Issue 54444.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions