[cfe-commits] r158874 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td test/SemaObjC/default-synthesize-2.m

jahanian fjahanian at apple.com
Fri Jun 29 11:45:47 PDT 2012


On Jun 29, 2012, at 11:31 AM, Douglas Gregor wrote:

> 
> On Jun 20, 2012, at 4:33 PM, Fariborz Jahanian <fjahanian at apple.com> wrote:
> 
>> Author: fjahanian
>> Date: Wed Jun 20 18:33:16 2012
>> New Revision: 158874
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=158874&view=rev
>> Log:
>> objective-c: place quotes around named items in a diagnostic.
>> // rdar://11671080
> 
> A slightly better way to fix this would be to pass the DeclarationName or IdentifierInfo* to the diagnostic system (rather than passing a string), and it will add the quotes itself.
Sure. In r159450.
- fariborz

> 
> 	- Doug
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120629/75e20db5/attachment.html>


More information about the cfe-commits mailing list