summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/dump-struct-builtin.c
Commit message (Collapse)AuthorAgeFilesLines
* add check for long double for __builtin_dump_structPaul Semel2018-04-251-0/+24
| | | | llvm-svn: 330808
* Add modifiers for unsigned char and signed char field printing for ↵Aaron Ballman2018-04-171-0/+49
| | | | | | | | __builtin_dump_struct. Patch by Paul Semel. llvm-svn: 330188
* Add checks for format specifiers used by __builtin_dump_struct and added a ↵Aaron Ballman2018-04-171-62/+153
| | | | | | | | new specifier for null-terminated constant strings. Patch by Paul Semel. llvm-svn: 330185
* Introduce a new builtin, __builtin_dump_struct, that is useful for dumping ↵Aaron Ballman2018-04-101-0/+391
structure contents at runtime in circumstances where debuggers may not be easily available (such as in kernel work). Patch by Paul Semel. llvm-svn: 329762
OpenPOWER on IntegriCloud