[PATCH] D29033: [clang-format] Fix LanguageKind comments.

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 08:32:14 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL292796: [clang-format] Fix LanguageKind comments. (authored by krasimir).

Changed prior to commit:
  https://reviews.llvm.org/D29033?vs=85397&id=85403#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29033

Files:
  cfe/trunk/include/clang/Format/Format.h


Index: cfe/trunk/include/clang/Format/Format.h
===================================================================
--- cfe/trunk/include/clang/Format/Format.h
+++ cfe/trunk/include/clang/Format/Format.h
@@ -459,13 +459,13 @@
   enum LanguageKind {
     /// Do not use.
     LK_None,
-    /// Should be used for C, C++, ObjectiveC, ObjectiveC++.
+    /// Should be used for C, C++.
     LK_Cpp,
     /// Should be used for Java.
     LK_Java,
     /// Should be used for JavaScript.
     LK_JavaScript,
-    /// Should be used for ObjC code.
+    /// Should be used for ObjectiveC, ObjectiveC++.
     LK_ObjC,
     /// Should be used for Protocol Buffers
     /// (https://developers.google.com/protocol-buffers/).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29033.85403.patch
Type: text/x-patch
Size: 714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170123/c25ffc02/attachment-0001.bin>


More information about the cfe-commits mailing list