Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the...
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argument is not unparsed. Add a new hasDefaultArg() and use it in places where getDefaultArg() was called when the argument was unparsed. llvm-svn: 72984
Loading
Please register or sign in to comment