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

Andrew Savonichev via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 8 07:38:26 PDT 2016


asavonic marked an inline comment as done.

================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:2509-2510
@@ -2508,4 +2508,4 @@
   "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|"
   "types and namespaces|Objective-C interfaces|methods and properties|"
----------------
Yes, because I added "ExpectedParameterOrTypedef" diagnostic to support access qualifiers in typedef decl.


http://reviews.llvm.org/D20948





More information about the cfe-commits mailing list