This is necessary for clang-query to be able to handle comments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/ASTMatchers/Dynamic/ParserTest.cpp | ||
---|---|---|
188–190 ↗ | (On Diff #167846) | Why are empty errors created? I would have expected this to be EXPECT_EQ(0, Sema.Errors.size()). (If this formulation is desired, it should use a range-based for loop.) |
unittests/ASTMatchers/Dynamic/ParserTest.cpp | ||
---|---|---|
188–190 ↗ | (On Diff #167846) | This is a copy-paste from elsewhere in the file. My guess is the author intended the test to print any messages that get recorded while running the unit test (They will differ from the empty string). |