"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8b5b3fdb50bac781c737d0d4c7750612f00dec99"
Add new 'CXXConditionDeclExpr' expression node used for a 'condition'...
Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declaration, e.g: "if (int x=0) {...}". It is a subclass of DeclRefExpr and the main difference is that CXXConditionDeclExpr owns the declaration that it references. llvm-svn: 56033
Loading
Please register or sign in to comment