"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "78aa27004110fe9179512d93fb1b1e5fed8b02b8"
Avoid including Builtins.h in Preprocessor.h
Builtins are rarely if ever accessed via the Preprocessor. They are typically found on the ASTContext, so there should be no performance penalty to using a pointer indirection to store the builtin context.
Loading
Please register or sign in to comment