This is necessary for clang-query to be able to handle comments.
Details
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 23371 Build 23370: arc lint + arc unit
Event Timeline
unittests/ASTMatchers/Dynamic/ParserTest.cpp | ||
---|---|---|
188–190 | 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 | 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). |
const auto &E please.