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 14798 Build 14798: arc lint + arc unit
Event Timeline
Comment Actions
just nits
clangd/ClangdUnit.cpp | ||
---|---|---|
416–417 | remove? | |
unittests/clangd/ClangdTests.cpp | ||
48 | doc that this consumes Expected<T> | |
49 | This helper should go in Matchers.h I think | |
53 | 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?