hanchenye-llvm-project/clang/lib/Serialization
Richard Smith 6ef4293678 Refactor and simplify DeclUpdates serialization.
llvm-svn: 204397
2014-03-20 21:02:00 +00:00
..
ASTCommon.cpp Make UsingShadowDecls redeclarable. This fixes some visibility problems with 2013-10-23 02:17:46 +00:00
ASTCommon.h Note when a decl is used in AST files. 2013-09-05 00:02:25 +00:00
ASTReader.cpp Rearrange serialization block order to put decl update emission into the same 2014-03-20 19:44:17 +00:00
ASTReaderDecl.cpp Serialization: Directly compare objects instead of using a functor duplicating the compare operators. 2014-03-15 14:21:58 +00:00
ASTReaderInternals.h
ASTReaderStmt.cpp [C++11] Replacing CapturedStmt iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops. 2014-03-14 18:08:33 +00:00
ASTWriter.cpp Refactor and simplify DeclUpdates serialization. 2014-03-20 21:02:00 +00:00
ASTWriterDecl.cpp Refactor and simplify DeclUpdates serialization. 2014-03-20 21:02:00 +00:00
ASTWriterStmt.cpp [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with iterator_range body(). Updating all of the usages of the iterators with range-based for loops. 2014-03-17 14:19:37 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
GeneratePCH.cpp
GlobalModuleIndex.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-13 02:13:41 +00:00
Makefile
Module.cpp Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't 2014-03-11 07:17:35 +00:00
ModuleManager.cpp [C++11] Remove a now unnecessary use of std::function for a remove_if 2014-03-03 19:36:27 +00:00