Parse sizeof(T){...} correctly, i.e. not sizeof type, but sizeof expression starting...
[cparser] / diagnostic.h
index 2ce3b5d..cb114ef 100644 (file)
@@ -47,8 +47,8 @@
  *  %Y  const symbol_t *
  *  %E  const expression_t *
  *  %Q  unsigned  (qualifier)
- *  %T  type_t
- *  %K  token_t
+ *  %T  const type_t*
+ *  %K  const token_t*
  *  %k  token_kind_t
  *  %P  const source_position_t *
  *
@@ -62,7 +62,4 @@ extern unsigned diagnostic_count;
 extern unsigned error_count;
 extern unsigned warning_count;
 
-/* true if warnings should be inhibited */
-extern bool inhibit_all_warnings;
-
 #endif