We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7c361 commit dc6f820Copy full SHA for dc6f820
1 file changed
grammar_codegen/generated_antlr_parser/BUILD
@@ -36,10 +36,6 @@ cc_library(
36
],
37
copts = [
38
"-fexceptions",
39
- # FIXME: antlr generates broken C++ code that attempts to construct
40
- # a std::string from nullptr. It's not clear whether the relevant
41
- # constructs are reachable.
42
- "-Wno-nonnull",
43
44
features = ["-use_header_modules"], # Incompatible with -fexceptions.
45
deps = ["@antlr_cpp//:antlr4-cpp-runtime"],
0 commit comments