Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions grammar_codegen/generated_antlr_parser/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ cc_library(
],
copts = [
"-fexceptions",
# FIXME: antlr generates broken C++ code that attempts to construct
# a std::string from nullptr. It's not clear whether the relevant
# constructs are reachable.
"-Wno-nonnull",
],
features = ["-use_header_modules"], # Incompatible with -fexceptions.
deps = ["@antlr_cpp//:antlr4-cpp-runtime"],
Expand Down
Loading