diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-19 06:31:24 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-19 06:31:24 +0000 |
| commit | a2bb7f9d308fcead9911c396f256b75bd9f311c8 (patch) | |
| tree | 25c51f8432c27d4434165f715f7a0956fa7a1354 /clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h | |
| parent | a83b407c511f7670bda5cad3b3c4dcc56f91f549 (diff) | |
| download | bcm5719-llvm-a2bb7f9d308fcead9911c396f256b75bd9f311c8.tar.gz bcm5719-llvm-a2bb7f9d308fcead9911c396f256b75bd9f311c8.zip | |
Move an input header file under an Inputs directory to be consistent
with other auxilliary test inputs and simplify the identification of
inputs to tests.
llvm-svn: 172890
Diffstat (limited to 'clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h')
| -rw-r--r-- | clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h b/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h new file mode 100644 index 00000000000..e5698ed443b --- /dev/null +++ b/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h @@ -0,0 +1,5 @@ +#pragma clang system_header + +void free(void *); +#define FREE_POINTER(x) free(x) + |

