llvm-project/clang/lib/Serialization
Douglas Gregor 9d80212115 Push nested-name-specifier source location information into template
template arguments. I believe that this is the last place in the AST
where we were storing a source range for a nested-name-specifier
rather than a proper nested-name-specifier location structure. (Yay!)

There is still a lot of cleanup to do in the TreeTransform, which
doesn't take advantage of nested-name-specifiers with source-location
information everywhere it could.

llvm-svn: 126844
2011-03-02 17:09:35 +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 Push nested-name-specifier source location information into template 2011-03-02 17:09: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 location information into DeclRefExpr and 2011-02-28 21:54:11 +00:00
ASTWriter.cpp Push nested-name-specifier source location information into template 2011-03-02 17:09: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 location information into DeclRefExpr and 2011-02-28 21:54:11 +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