summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/format-strings.mm
Commit message (Collapse)AuthorAgeFilesLines
* -Wformat: Don't check format strings in uninstantiated templates.Jordan Rose2012-10-021-0/+81
Also applies to -Wnonnull, -Wtype-safety, and -Wnon-pod-varargs. All of these can be better checked at instantiation time. This change does not actually affect regular CallExpr function calls, since the checks there only happen after overload resolution. However, it will affect Objective-C method calls. <rdar://problem/12373934> llvm-svn: 164984
OpenPOWER on IntegriCloud