We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bade8f3 commit 3316f38Copy full SHA for 3316f38
clang/lib/Frontend/FrontendActions.cpp
@@ -1160,7 +1160,6 @@ void DumpCompilerOptionsAction::ExecuteAction() {
1160
const Preprocessor &PP = CI.getPreprocessor();
1161
const LangOptions &LangOpts = PP.getLangOpts();
1162
1163
-
1164
// FIXME: Rather than manually format the JSON (which is awkward due to
1165
// needing to remove trailing commas), this should make use of a JSON library.
1166
// FIXME: Instead of printing enums as an integral value and specifying the
0 commit comments