include-what-you-use/tests/c
Kim Gräsman d2d4d15d8d Allow forward-declaration of elaborated types in type decls
This covers the common C pattern of declaring a typedef for a struct before the
struct itself, e.g.

   typedef struct foo foo_t;

   struct foo {
     int value;
     foo_t *next;
   };

Fixes issue #1065.
2022-07-24 22:02:19 +02:00
..
elaborated_struct-d1.h Fix issue #123: improve handling of structs 2014-02-27 20:09:05 +00:00
elaborated_struct.c Allow forward-declaration of elaborated types in type decls 2022-07-24 22:02:19 +02:00
enum-direct.h Tests on enum opaque declarations 2022-06-13 07:47:21 +02:00
enum-indirect.h Tests on enum opaque declarations 2022-06-13 07:47:21 +02:00
enum.c Tests on enum opaque declarations 2022-06-13 07:47:21 +02:00
keep_includes-d1.h Add command line option --keep=<glob> 2019-03-30 15:22:35 +01:00
keep_includes.c Migrate test launch arguments to IWYU_ARGS 2021-01-31 11:07:48 +01:00
libbuiltins-direct.h Improve detection of builtin functions 2021-06-05 11:13:26 +02:00
libbuiltins.c Improve detection of builtin functions 2021-06-05 11:13:26 +02:00