Go to file
Chandler Carruth ac6872655b Clean up the "non-POD memaccess" stuff some. This adds a properly named
diagnostic group to cover the cases where we have definitively bad
behavior: dynamic classes.

It also rips out the existing support for POD-based checking. This
didn't work well, and triggered too many false positives. I'm looking
into a possibly more principled way to warn on the fundamental buggy
construct here. POD-ness isn't the critical aspect anyways, so a clean
slate is better. This also removes some silliness from the code until
the new checks arrive.

llvm-svn: 132534
2011-06-03 06:23:57 +00:00
clang Clean up the "non-POD memaccess" stuff some. This adds a properly named 2011-06-03 06:23:57 +00:00
compiler-rt If a test case is not compiled on a specific platform, print "skipped" 2011-05-29 21:43:29 +00:00
debuginfo-tests Remove working directory path from intermediate files. They are not checked in the output anyway. 2011-05-31 23:57:48 +00:00
libcxx Add noexcept tests for deque. 2011-06-03 01:46:22 +00:00
libcxxabi Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macro 2011-06-03 02:04:41 +00:00
lldb Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. 2011-06-02 23:58:26 +00:00
llvm Whitespace and other cleanup. Functionallity unchanged. 2011-06-03 05:09:12 +00:00
polly www: Enable SSI on the webserver. 2011-05-26 12:20:16 +00:00