hanchenye-llvm-project/clang/lib/Serialization
Sebastian Redl fa453cfdc3 Propagate the new exception information to FunctionProtoType.
Change the interface to expose the new information and deal with the enormous fallout.
Introduce the new ExceptionSpecificationType value EST_DynamicNone to more easily deal with empty throw specifications.
Update the tests for noexcept and fix the various bugs uncovered, such as lack of tentative parsing support.

llvm-svn: 127537
2011-03-12 11:50:43 +00:00
..
ASTCommon.cpp Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +00:00
ASTCommon.h It's kindof silly that ExtQuals has an ASTContext&, and we can use that 2010-12-10 11:01:00 +00:00
ASTReader.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
ASTReaderDecl.cpp Add a bit to ParmVarDecl indicating whether the parameter undergoes 2011-03-09 04:22:44 +00:00
ASTReaderStmt.cpp Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
ASTWriter.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
ASTWriterDecl.cpp Add a bit to ParmVarDecl indicating whether the parameter undergoes 2011-03-09 04:22:44 +00:00
ASTWriterStmt.cpp Renamed OffsetOfNode::getRange to getSourceRange for uniformity. 2011-03-12 09:45:03 +00:00
CMakeLists.txt Fix CMake build. 2011-03-09 21:12:34 +00:00
ChainedIncludesSource.cpp Silence gcc warnings. 2011-03-09 23:15:22 +00:00
GeneratePCH.cpp Allow resolving headers from a PCH even after headers+PCH were moved to another path. 2011-02-15 17:54:22 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00