llvm-project/clang/lib/Serialization
Craig Topper 00bbdcf9b3 Remove llvm:: from uses of ArrayRef.
llvm-svn: 211987
2014-06-28 23:22:23 +00:00
..
ASTCommon.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +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 Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00
ASTReaderDecl.cpp Convert some function arguments to use ArrayRef. 2014-06-26 04:58:53 +00:00
ASTReaderInternals.h [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
ASTReaderStmt.cpp [OPENMP] Parsing and sema analysis for 'copyprivate' clause. 2014-06-27 10:37:06 +00:00
ASTWriter.cpp Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00
ASTWriterDecl.cpp [PCH] Remove the BackingIvarReferencedInAccessor field from DECL_OBJC_IVAR abbreviation record. 2014-06-21 18:16:40 +00:00
ASTWriterStmt.cpp [OPENMP] Parsing and sema analysis for 'copyprivate' clause. 2014-06-27 10:37:06 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
GeneratePCH.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
GlobalModuleIndex.cpp Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
Makefile
Module.cpp [C++11] Use 'nullptr'. Serialization edition. 2014-05-22 05:54:18 +00:00
ModuleManager.cpp Avoid invalidating successfully loaded module files 2014-06-20 00:24:56 +00:00