"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "11ced671be20cecb1c0aca68af4f7e32418917e6"
PR13189: va_list broken with precompiled headers
For some targets a structure named __va_list_tag is built to help define the __builtin_va_list type. However, __va_list_tag was not being treated as a predefined type thus causing problems when serializing the AST. This commit fixes that oversight by adding the necessary support to treat __va_list_tag as a predefined type. llvm-svn: 159508
Loading
Please register or sign in to comment