[flang-commits] [flang] [flang] Use precompiled parsing headers (PR #130600)
Kajetan Puchalski via flang-commits
flang-commits at lists.llvm.org
Mon Mar 10 07:14:29 PDT 2025
================
@@ -13,7 +13,6 @@
#include "flang/Frontend/CompilerInstance.h"
#include "flang/Frontend/CompilerInvocation.h"
#include "flang/Frontend/TextDiagnosticPrinter.h"
-#include "flang/Parser/parsing.h"
----------------
mrkajetanp wrote:
FWIW clangd and other LSPs can handle this (at least mine seems fine) because they just pull from compile_commands.json. But you're right on the wider point, the the build system actually handles leaving this just fine. I'll fix the PR in a moment :)
https://github.com/llvm/llvm-project/pull/130600
More information about the flang-commits
mailing list