clang/docs/analyzer
Anna Zaks 5a343ec291 [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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297325 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-09 00:01:10 +00:00
..
DebugChecks.rst [analyzer] Improve usability of ExprInspectionChecker 2017-03-09 00:01:10 +00:00
IPA.txt Fix a typo in the doc: overriden -> overridden 2016-08-28 20:22:34 +00:00
RegionStore.txt [analyzer] Add a doc describing the internals of RegionStore. 2013-02-05 17:31:34 +00:00
conf.py Update docs/conf.py version 2017-01-12 21:41:38 +00:00
index.rst [docs/analyzer] Convert existing debug-checks document to Sphinx and link into doctree. 2013-01-07 20:38:55 +00:00
make.bat analyzer: add initial Sphinx configuration 2013-01-02 23:07:22 +00:00
nullability.rst [Static Analyzer] Checks to catch nullability related issues. 2015-08-26 23:17:43 +00:00