llvm-project/clang/lib/Serialization
Peter Collingbourne 5df20e02af Serialization/deserialization support for floating point #pragma
options, enabled OpenCL extensions and default FP_CONTRACT setting.

llvm-svn: 125589
2011-02-15 19:46:30 +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 Serialization/deserialization support for floating point #pragma 2011-02-15 19:46:30 +00:00
ASTReaderDecl.cpp When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. 2011-02-12 07:50:47 +00:00
ASTReaderStmt.cpp AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions 2011-02-09 21:07:24 +00:00
ASTWriter.cpp Serialization/deserialization support for floating point #pragma 2011-02-15 19:46:30 +00:00
ASTWriterDecl.cpp When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. 2011-02-12 07:50:47 +00:00
ASTWriterStmt.cpp AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions 2011-02-09 21:07:24 +00:00
CMakeLists.txt Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +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