]> granicus.if.org Git - clang/commit
[analyzer] Keep track of design discusions as part of analyzer documentation.
authorArtem Dergachev <artem.dergachev@gmail.com>
Tue, 26 Sep 2017 15:49:53 +0000 (15:49 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Tue, 26 Sep 2017 15:49:53 +0000 (15:49 +0000)
commit75512aa56dd76efff74e4fff82ee4e0de6eb66f2
tree7625fdc086626f3297591332a37b39fa860dda1b
parentad8b98899b8e54aef204a18b8708c94601cfa18f
[analyzer] Keep track of design discusions as part of analyzer documentation.

Create a directory to store discussions on potentially useful features that are
not yet implemented in the analyzer.

Fill it with a discussion on representing checker-specific parts of the program
state for C++ object modeling, that occured in D35216.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314218 91177308-0d34-0410-b5e6-96231b3b80d8
docs/analyzer/DesignDiscussions/InitializerLists.rst [new file with mode: 0644]