Anna Zaks 37faed97c1 [analyzer] Improve usability of ExprInspectionChecker
Some of the magic functions take arguments of arbitrary type. However,
for semantic correctness, the compiler still requires a declaration
of these functions with the correct type. Since C does not have
argument-type-overloaded function, this made those functions hard to
use in C code. Improve this situation by allowing arbitrary suffixes
in the affected magic functions' names, thus allowing the user to
create different declarations for different types.

A patch by Keno Fischer!

Differential Revision: https://reviews.llvm.org/D30589

llvm-svn: 297325
2017-03-09 00:01:10 +00:00
..
2016-06-24 09:38:03 +00:00
2015-11-04 19:42:17 +00:00
2016-04-28 14:28:19 +00:00
2017-01-12 21:41:38 +00:00
2016-03-03 10:44:10 +00:00
2015-06-27 19:04:55 +00:00
2017-02-17 08:26:54 +00:00

See llvm/docs/README.txt