This can happen if the CompileCommand provided by compilation database
is malformed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 14796 Build 14796: arc lint + arc unit
Event Timeline
Comment Actions
just nits
clangd/ClangdUnit.cpp | ||
---|---|---|
417 | remove? | |
unittests/clangd/ClangdTests.cpp | ||
47 | doc that this consumes Expected<T> | |
48 | This helper should go in Matchers.h I think | |
52 | More context: << " from " << #expectedValue << " but got " << ::testing::PrintToString(*ComputedValue) (please check the error message works!) |
Comment Actions
- Removed assert that is now redundant
- Moved EXPECT_ERROR to Matchers.h
- Added more context into EXPECT_ERROR's error message
remove?