llvm-project/clang/unittests/AST
Richard Smith bd3051272c 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.

llvm-svn: 169805
2012-12-11 01:14:52 +00:00
..
CMakeLists.txt Add unit tests for source locations of AST nodes. 2012-11-06 17:31:40 +00:00
CommentLexer.cpp Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
CommentParser.cpp Really sort the #include lines in unittests/... 2012-12-04 09:53:37 +00:00
DeclPrinterTest.cpp PR14558: Compute triviality of special members (etc) at the end of the class 2012-12-11 01:14:52 +00:00
Makefile ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB. 2012-12-04 08:20:41 +00:00
SourceLocationTest.cpp Sort the #include lines for unittests/... 2012-12-04 09:45:34 +00:00
StmtPrinterTest.cpp Remove out-of-date comment. 2012-11-29 23:09:57 +00:00