clang/include
Chandler Carruth 202e123d0d Disable -Wnon-pod-memset for now while I try to reduce the false
positives still further.

The plan is to:

1) Create a more targeted warning for memset of memory pointing at
   a type with virtual methods or bases where a vptr would be
   overwritten.
2) Consider turning the above warning back on by default.
3) Evaluate whether any false positives in the existing warning can be
   detected and white listed in the warning implementation.
4) If #3 lowers the noise floor enough, enable the full warning in -Wall
   or -Wextra.

Comments or suggestions welcome. Even more welcome are specific test
cases which trigger the warning and shouldn't.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130538 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-29 20:58:14 +00:00
..
clang Disable -Wnon-pod-memset for now while I try to reduce the false 2011-04-29 20:58:14 +00:00
clang-c Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffers used by PCH. 2011-04-28 23:46:20 +00:00
CMakeLists.txt
Makefile