| commit | 22a37353980db0eeb69140d79b16b4389804c491 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Sun Oct 26 16:43:14 2008 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Sun Oct 26 16:43:14 2008 +0000 |
| tree | 945eda9a43454bec381e0037941e2c8790ccdd4e | |
| parent | 10a11f033ca484135a9fb4df9c59b4db8ea44123 [diff] |
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