diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-07-20 20:04:15 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-07-20 20:04:15 +0000 |
commit | de183a48dd8fcff5e0343e84c8a6b563088447ce (patch) | |
tree | bf2c62081f20e9ca4493e76789953980fe0a8624 /include/clang/Analysis/Analyses/FormatString.h | |
parent | 35d353b47bce29200b910371dd9b8ba7f3058ab8 (diff) |
Rename 'UnicodeStrArg' to 'SArg'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/Analyses/FormatString.h')
-rw-r--r-- | include/clang/Analysis/Analyses/FormatString.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/Analyses/FormatString.h b/include/clang/Analysis/Analyses/FormatString.h index 2e1060572c..a33db7d8c8 100644 --- a/include/clang/Analysis/Analyses/FormatString.h +++ b/include/clang/Analysis/Analyses/FormatString.h @@ -279,7 +279,7 @@ public: PercentArg, // '%' // MacOS X unicode extensions. CArg, // 'C' - UnicodeStrArg, // 'S' + SArg, // 'S' // Objective-C specific specifiers. ObjCObjArg, // '@' // GlibC specific specifiers. |