summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/blocks-no-inline.c
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Add a new abstraction over all types of calls: CallEventJordan Rose2012-07-021-0/+13
This is intended to replace CallOrObjCMessage, and is eventually intended to be used for anything that cares more about /what/ is being called than /how/ it's being called. For example, inlining destructors should be the same as inlining blocks, and checking __attribute__((nonnull)) should apply to the allocator calls generated by operator new. llvm-svn: 159554
OpenPOWER on IntegriCloud