/mnt/dalmore-home/one/src/CbC_llvm/clang/lib/Parse/ParseCbC.cpp:9:10: fatal error: clang/Sema/PrettyDeclStackTrace.h: No such file or directory
9 | #include "clang/Sema/PrettyDeclStackTrace.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/// CheckTheSjHeader - Check whether setjmp.h has been already included or not.
/// If not, include it.
voidParser::CheckTheSjHeader(){SourceLocationLoc=Tok.getLocation();LookupResultR(Actions,CreateIdentifierInfo("setjmp",Loc),Loc,Actions.LookupOrdinaryName,Actions.ForVisibleRedeclaration);if(!Actions.LookupName(R,getCurScope())){// look up the setjmp
if(PP.IncludeHeader(Tok,"setjmp.h"))ConsumeToken();}}