diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-01-27 07:09:49 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-01-27 07:09:49 +0000 |
commit | 7c2888689dfdd0d70061701c76d5c4d66d720cc2 (patch) | |
tree | cfe77b589e376cd6b830f0eee389d966c39eccea /clang/lib/Analysis/PrintfFormatString.cpp | |
parent | 35389de110eeee233fc9789350ad2fa97077acb2 (diff) | |
download | llvm-7c2888689dfdd0d70061701c76d5c4d66d720cc2.zip llvm-7c2888689dfdd0d70061701c76d5c4d66d720cc2.tar.gz llvm-7c2888689dfdd0d70061701c76d5c4d66d720cc2.tar.bz2 |
7bit-ize.
llvm-svn: 124363
Diffstat (limited to 'clang/lib/Analysis/PrintfFormatString.cpp')
-rw-r--r-- | clang/lib/Analysis/PrintfFormatString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/PrintfFormatString.cpp b/clang/lib/Analysis/PrintfFormatString.cpp index 82ab14d..4eea2bc 100644 --- a/clang/lib/Analysis/PrintfFormatString.cpp +++ b/clang/lib/Analysis/PrintfFormatString.cpp @@ -454,7 +454,7 @@ bool PrintfSpecifier::fixType(QualType QT) { void PrintfSpecifier::toString(llvm::raw_ostream &os) const { // Whilst some features have no defined order, we are using the order - // appearing in the C99 standard (ISO/IEC 9899:1999 (E) ยค7.19.6.1) + // appearing in the C99 standard (ISO/IEC 9899:1999 (E) 7.19.6.1) os << "%"; // Positional args |