commit | ce069f11f9d5d126299be6360fd1c9a7ef7d9858 | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Fri Aug 29 21:05:44 2014 +0000 |
committer | Nico Weber <nicolasweber@gmx.de> | Fri Aug 29 21:05:44 2014 +0000 |
tree | d4e508485fe716bad00e56b7eaa60541cb78e3a2 | |
parent | 03c627e8a762ea6edf9aac9095cad775f020c31c [diff] [blame] |
Add a comment, no functional change. llvm-svn: 216777
diff --git a/clang/lib/Analysis/FormatString.cpp b/clang/lib/Analysis/FormatString.cpp index 851b97e..0a922f7 100644 --- a/clang/lib/Analysis/FormatString.cpp +++ b/clang/lib/Analysis/FormatString.cpp
@@ -632,7 +632,7 @@ } // Handle 'l' flag - case LengthModifier::AsLong: + case LengthModifier::AsLong: // or AsWideChar switch (CS.getKind()) { case ConversionSpecifier::dArg: case ConversionSpecifier::DArg: