clang-1/unittests
Richard Smith 1d28caf3b5 PR14558: Compute triviality of special members (etc) at the end of the class
definition, rather than at the end of the definition of the set of nested
classes. We still defer checking of the user-specified exception specification
to the end of the nesting -- we can't check that until we've parsed the
in-class initializers for non-static data members.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169805 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-11 01:14:52 +00:00
..
AST PR14558: Compute triviality of special members (etc) at the end of the class 2012-12-11 01:14:52 +00:00
ASTMatchers Adding tests since when I was asked whether this works I wasn't 2012-12-10 07:08:53 +00:00
Basic Sort the #include lines for unittests/... 2012-12-04 09:45:34 +00:00
Format Addi formatting tests for pointer template parameters. 2012-12-10 18:59:13 +00:00
Frontend Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
Lex Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
Tooling Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Fixes Makefile for Format unit tests. 2012-12-06 22:29:01 +00:00