Attempt to fix null ASTContext in ASTUnit error path
We don't need the ASTContext for the diagnostics, only the language options, which we can get from the compiler invocation. It worries me how many categorically different states the ASTUnit class can be in depending on how it is being constructed/used. llvm-svn: 206909
Loading
Please register or sign in to comment