]> granicus.if.org Git - clang/commit
Keep track of all of the import declarations that are parsed or
authorDouglas Gregor <dgregor@apple.com>
Sat, 3 Dec 2011 00:30:27 +0000 (00:30 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 3 Dec 2011 00:30:27 +0000 (00:30 +0000)
commite664977aca2a05a77abab5a06dc0fb69e870cfb9
tree654ca3bf80083d7959029009b263314b6c6dbd29
parent93ebfa6139bbca4d446c7343e3afc8e5ec777484
Keep track of all of the import declarations that are parsed or
implicitly generated in a translation unit. Modules will need this
information to identify the actual imports that occurred.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145734 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/Decl.h
lib/AST/ASTContext.cpp
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp