[PATCH] D20948: [OpenCL] Fix access qualifiers handling for typedefs

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 7 09:30:33 PDT 2016


Anastasia added inline comments.

================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:2509
@@ -2508,3 +2508,3 @@
   "functions, methods, and parameters|classes|enums|variables|methods|"
-  "fields and global variables|structs|variables and typedefs|thread-local variables|"
-  "variables and fields|variables, data members and tag types|"
+  "fields and global variables|structs|parameters and typedefs|variables and typedefs|"
+  "thread-local variables|variables and fields|variables, data members and tag types|"
----------------
Is this change actually needed?


http://reviews.llvm.org/D20948





More information about the cfe-commits mailing list