llvm-project/clang/lib/Serialization
Douglas Gregor 3a43fd645d Push nested-name-specifier source location information into
DependentScopeDeclRefExpr. Plus, give NestedNameSpecifierLoc == and !=
operators, since we're going to need 'em elsewhere.

llvm-svn: 126508
2011-02-25 20:49:16 +00:00
..
ASTCommon.cpp Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +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 Use NestedNameSpecifierLoc within out-of-line variables, function, and 2011-02-25 02:25:35 +00:00
ASTReaderDecl.cpp Push nested-name-specifier source location information into namespace 2011-02-25 17:08:07 +00:00
ASTReaderStmt.cpp Push nested-name-specifier source location information into 2011-02-25 20:49:16 +00:00
ASTWriter.cpp Use NestedNameSpecifierLoc within out-of-line variables, function, and 2011-02-25 02:25:35 +00:00
ASTWriterDecl.cpp Push nested-name-specifier source location information into namespace 2011-02-25 17:08:07 +00:00
ASTWriterStmt.cpp Push nested-name-specifier source location information into 2011-02-25 20:49:16 +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