This path fixes the following warnings that were reported while
running Clang Static Analyzer on Clang code base:
API: argument with 'nonnull' attribute passed null, on file:
- lib/AST/NestedNameSpecifier.cpp.
Logic error: called C++ object pointer is null, on files:
- lib/AST/ASTDiagnostic.cpp,
- lib/AST/ExprConstant.cpp,
- lib/AST/DeclObjC.cpp.
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Should this be a condition, or just an assertion?