]> granicus.if.org Git - clang/commit
Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Jun 2013 01:45:33 +0000 (01:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 24 Jun 2013 01:45:33 +0000 (01:45 +0000)
commitab297ccbcc51d5197d4ddb4e99b7bc8868d38314
tree64e13b7fc16a07f7d979e139850229db407ca6a4
parenta558d2e29817e36798875c96efb62251e53ff024
Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to
follow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184678 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/Driver/CC1Options.td
include/clang/Frontend/ASTConsumers.h
include/clang/Frontend/FrontendOptions.h
lib/AST/ASTDumper.cpp
lib/Frontend/ASTConsumers.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendActions.cpp