The previous behaviour is to try to parse such files, and in some
cases assert or hang in components that don't expect these forms of
input, like TokenBuffer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/unittests/ParsedASTTests.cpp | ||
---|---|---|
859 | (I could alternatively give TestTU::build() an option to expect failure to build an AST.) |
Comment Actions
back from vacation :-)
clang-tools-extra/clangd/unittests/ParsedASTTests.cpp | ||
---|---|---|
868 | (the mangler isn't relevant here I think) |
(I could alternatively give TestTU::build() an option to expect failure to build an AST.)