Go to file
David Majnemer 9b1754d058 Sema: Disallow inheriting from classes with flexible array members
Flexible array members inherently index off of the end of their parent
type.

We shouldn't allow this type to be used as a base, virtual or otherwise,
because indexing off the end may find us inside of another base or the
derived types members.

llvm-svn: 193923
2013-11-02 12:00:36 +00:00
clang Sema: Disallow inheriting from classes with flexible array members 2013-11-02 12:00:36 +00:00
clang-tools-extra pp-trace user documentation - beginnings 2013-11-01 00:39:54 +00:00
compiler-rt [sanitizer] Intercept strptime. 2013-11-02 01:01:35 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx LWG issue 2341; Make the two variants of basic_ostream::seekp and basic_istream::seekg behave consistently; update tests to make sure 2013-10-31 22:20:45 +00:00
libcxxabi Swap contents of UnwindRegistersRestore.s and UnwindRegistersSave.s 2013-11-01 00:37:20 +00:00
lld Update test now that llvm-nm prints the correct value. 2013-11-02 05:21:29 +00:00
lldb Add a new base class, Frame. It is a pure virtual function which 2013-11-02 02:23:02 +00:00
llvm A better fix that also works on ppc: add a target tripple. 2013-11-02 06:00:09 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Update comments to address Sebastian's review 2013-10-31 11:50:52 +00:00