llvm-project/clang/lib/Serialization
Aaron Ballman f3d9b09dea No longer triggering a checked iterator assert on Windows when using std::copy while deserializing attributed statements with more than one attribute.
llvm-svn: 208702
2014-05-13 14:55:01 +00:00
..
ASTCommon.cpp Make UsingShadowDecls redeclarable. This fixes some visibility problems with 2013-10-23 02:17:46 +00:00
ASTCommon.h When a module completes the definition of a class template specialization imported from another module, emit an update record, rather than using the broken decl rewriting mechanism. If multiple modules do this, merge the definitions together, much as we would if they were separate declarations. 2014-04-19 03:48:30 +00:00
ASTReader.cpp Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. 2014-05-10 16:31:55 +00:00
ASTReaderDecl.cpp Refactor to avoid explicitly listing all the different flavours of redeclarable 2014-05-13 01:15:00 +00:00
ASTReaderInternals.h Teach users of OnDiskHashTable to define hash_value and offset types 2014-04-18 20:27:24 +00:00
ASTReaderStmt.cpp No longer triggering a checked iterator assert on Windows when using std::copy while deserializing attributed statements with more than one attribute. 2014-05-13 14:55:01 +00:00
ASTWriter.cpp Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. 2014-05-10 16:31:55 +00:00
ASTWriterDecl.cpp [OPENMP] Initial codegen for '#pragma omp parallel' 2014-05-06 10:08:46 +00:00
ASTWriterStmt.cpp [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP clause 'proc_bind' 2014-05-06 06:04:14 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
GeneratePCH.cpp [libclang] Allow building a precompiled preamble with compiler errors 2013-06-11 00:36:55 +00:00
GlobalModuleIndex.cpp Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan. 2014-04-25 19:45:23 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't 2014-03-11 07:17:35 +00:00
ModuleManager.cpp Fix a use-after-free bug I recently introduced in lookupModuleFile 2014-05-04 05:20:54 +00:00