Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call.
-Remove the default argument.
-Update all call sites of ASTContext::getFunctionType.

llvm-svn: 58187
7 files changed
tree: 945eda9a43454bec381e0037941e2c8790ccdd4e
  1. clang/
  2. llvm/