forked from OSchip/llvm-project
[libclang] Fix error message capitalization
This was a review suggestion from MaskRay that I forgot to incorporate in the patch. See: https://reviews.llvm.org/D124815
This commit is contained in:
parent
75d12e49c7
commit
0bd645d370
|
@ -139,7 +139,7 @@ const std::string &CIndexer::getClangResourcesPath() {
|
||||||
} else {
|
} else {
|
||||||
// It's rather unlikely we end up here. But it could happen, so report an
|
// It's rather unlikely we end up here. But it could happen, so report an
|
||||||
// error instead of crashing.
|
// error instead of crashing.
|
||||||
llvm::report_fatal_error("Could not locate Clang resource path");
|
llvm::report_fatal_error("could not locate Clang resource path");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue