llvm-project/clang/lib/Serialization
Chris Lattner ad3467ee89 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being
16-bits in size.  Implement this by splitting WChar into two enums, like we have
for char.  This fixes a miscompmilation of XULRunner, PR8856.

llvm-svn: 122558
2010-12-25 23:25:43 +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 Add an AST representation for non-type template parameter 2010-12-23 23:51:58 +00:00
ASTReaderStmt.cpp Variadic templates: extend Type, NestedNameSpecifier, TemplateName, 2010-12-13 22:49:22 +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 Variadic templates: extend Type, NestedNameSpecifier, TemplateName, 2010-12-13 22:49:22 +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