llvm-project/clang/lib/Serialization
Dmitri Gribenko f857950d39 Remove useless 'llvm::' qualifier from names like StringRef and others that are
brought into 'clang' namespace by clang/Basic/LLVM.h

llvm-svn: 172323
2013-01-12 19:30:44 +00:00
..
ASTCommon.cpp Re-commit r170428 changes with Linux style file endings. 2012-12-18 14:38:23 +00:00
ASTCommon.h Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTReader.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
ASTReaderDecl.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
ASTReaderInternals.h Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
ASTReaderStmt.cpp Move the common source locations of CastStmt & DefaultStmt into their base class, SwitchCase. 2013-01-04 18:30:04 +00:00
ASTWriter.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
ASTWriterDecl.cpp Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 2012-12-19 00:45:41 +00:00
ASTWriterStmt.cpp Move the common source locations of CastStmt & DefaultStmt into their base class, SwitchCase. 2013-01-04 18:30:04 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
GeneratePCH.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ModuleManager.cpp Actually keep track of the source locations at which particular module 2012-11-30 19:28:05 +00:00