hanchenye-llvm-project/clang/lib/Serialization
Richard Smith 852c9db72b C++1y: Allow aggregates to have default initializers.
Add a CXXDefaultInitExpr, analogous to CXXDefaultArgExpr, and use it both in
CXXCtorInitializers and in InitListExprs to represent a default initializer.

There's an additional complication here: because the default initializer can
refer to the initialized object via its 'this' pointer, we need to make sure
that 'this' points to the right thing within the evaluation.

llvm-svn: 179958
2013-04-20 22:23:05 +00:00
..
ASTCommon.cpp Sema for Captured Statements 2013-04-16 19:37:38 +00:00
ASTCommon.h Make getDefinitiveDeclContext() actually return a DeclContext, as one 2013-01-22 17:08:30 +00:00
ASTReader.cpp [Modules] Use global index to improve typo correction performance 2013-04-17 22:10:55 +00:00
ASTReaderDecl.cpp Sema for Captured Statements 2013-04-16 19:37:38 +00:00
ASTReaderInternals.h Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. 2013-04-17 00:08:58 +00:00
ASTReaderStmt.cpp C++1y: Allow aggregates to have default initializers. 2013-04-20 22:23:05 +00:00
ASTWriter.cpp Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. 2013-04-17 00:08:58 +00:00
ASTWriterDecl.cpp Sema for Captured Statements 2013-04-16 19:37:38 +00:00
ASTWriterStmt.cpp C++1y: Allow aggregates to have default initializers. 2013-04-20 22:23:05 +00:00
CMakeLists.txt Implement the writer side of the global module index. 2013-01-23 22:38:11 +00:00
GeneratePCH.cpp [Preprocessor] Remove PPMutationListener. 2013-03-27 01:25:24 +00:00
GlobalModuleIndex.cpp [Modules] Use global index to improve typo correction performance 2013-04-17 22:10:55 +00:00
Makefile
Module.cpp [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. 2013-03-06 18:12:44 +00:00
ModuleManager.cpp <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00