Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110635
[clang] Let PPCallbacks::PragmaWarning() pass specifier as enum instead of string ClosedPublic Authored by thakis on Sep 28 2021, 8:58 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 28 2021, 10:03 AM thakis added a child revision: D110668: [clang-cl] Accept `#pragma warning(disable : N)` for some N.Sep 28 2021, 4:46 PM This revision was landed with ongoing or failed builds.Sep 28 2021, 4:49 PM Closed by commit rG5cf060614097: [clang] Let PPCallbacks::PragmaWarning() pass specifier as enum instead of… (authored by thakis). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 375738 clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.h
clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
clang-tools-extra/pp-trace/PPCallbacksTracker.h
clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
clang-tools-extra/test/pp-trace/pp-trace-pragma-ms.cpp
clang/include/clang/Lex/PPCallbacks.h
clang/lib/Frontend/PrintPreprocessedOutput.cpp
clang/lib/Lex/Pragma.cpp
|