Modified the ASTDumper to return a "const char *" instead of a copy of the
std::string and modified all places that used the std::string it returned to use the "const char *". Also modified the expression parser to not crash when a function type fails to copy into the expression AST context. llvm-svn: 142561
Loading
Please register or sign in to comment