mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
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