llvm-project/clang/lib/Serialization
Argyrios Kyrtzidis 7cd69249fa In the latest episode of "Deserializing bugs caused by accessors" the series reached a thrilling climax when
FunctionDecl::setPure crashed a poor user's code.

Remove the use of this accessor when deserializing, along with several other in the neighborhood. Fixes rdar://8759653.

llvm-svn: 122756
2011-01-03 17:57:40 +00:00
..
ASTCommon.cpp The -fshort-wchar option causes wchar_t to become unsigned, in addition to being 2010-12-25 23:25:43 +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 Add -fobjc-default-synthesized-properties flag 2010-12-23 21:35:43 +00:00
ASTReaderDecl.cpp In the latest episode of "Deserializing bugs caused by accessors" the series reached a thrilling climax when 2011-01-03 17:57:40 +00:00
ASTReaderStmt.cpp Implement support for pack expansions whose pattern is a non-type 2011-01-03 17:17:50 +00:00
ASTWriter.cpp Add -fobjc-default-synthesized-properties flag 2010-12-23 21:35:43 +00:00
ASTWriterDecl.cpp Add an AST representation for non-type template parameter 2010-12-23 23:51:58 +00:00
ASTWriterStmt.cpp Implement support for pack expansions whose pattern is a non-type 2011-01-03 17:17:50 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
GeneratePCH.cpp When using a precompiled preamble with detailed preprocessing records, 2010-11-30 06:16:57 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00