[all-commits] [llvm/llvm-project] 7fa3ba: [AIX] Turn on `#pragma mc_func` check by default (...
Qiongsi Wu via All-commits
all-commits at lists.llvm.org
Fri Aug 2 03:10:15 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 7fa3ba52ba4c918298b67ef74891319464017bf4
https://github.com/llvm/llvm-project/commit/7fa3ba52ba4c918298b67ef74891319464017bf4
Author: Qiongsi Wu <274595+qiongsiwu at users.noreply.github.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/include/clang/Lex/PreprocessorOptions.h
M clang/lib/Driver/ToolChains/AIX.cpp
M clang/test/Preprocessor/pragma_mc_func.c
Log Message:
-----------
[AIX] Turn on `#pragma mc_func` check by default (#101336)
https://github.com/llvm/llvm-project/pull/99888 added a check (and
corresponding options) to flag uses of `#pragma mc_func` on AIX.
This PR turns on the check by default.
(cherry picked from commit b9335176db718bf64c72d48107eb9dff28ed979e)
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