Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
anyway. If -ast-dump *is* also provided, then dump the AST declarations as well as the lookup results. This is invaluable for cross-correlating the lookup information with the declarations actually found. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215393 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/DeclBase.h 1 addition, 1 deletioninclude/clang/AST/DeclBase.h
- include/clang/Driver/CC1Options.td 2 additions, 2 deletionsinclude/clang/Driver/CC1Options.td
- include/clang/Frontend/ASTConsumers.h 2 additions, 1 deletioninclude/clang/Frontend/ASTConsumers.h
- include/clang/Frontend/FrontendOptions.h 3 additions, 1 deletioninclude/clang/Frontend/FrontendOptions.h
- lib/AST/ASTDumper.cpp 23 additions, 5 deletionslib/AST/ASTDumper.cpp
- lib/Frontend/ASTConsumers.cpp 12 additions, 5 deletionslib/Frontend/ASTConsumers.cpp
- lib/Frontend/CompilerInvocation.cpp 2 additions, 0 deletionslib/Frontend/CompilerInvocation.cpp
- lib/Frontend/FrontendActions.cpp 1 addition, 0 deletionslib/Frontend/FrontendActions.cpp
- test/Misc/ast-dump-lookups.cpp 38 additions, 0 deletionstest/Misc/ast-dump-lookups.cpp
- test/Modules/cxx-templates.cpp 2 additions, 2 deletionstest/Modules/cxx-templates.cpp
- test/PCH/cxx-namespaces.cpp 2 additions, 2 deletionstest/PCH/cxx-namespaces.cpp
- tools/clang-check/ClangCheck.cpp 2 additions, 1 deletiontools/clang-check/ClangCheck.cpp
Loading
Please register or sign in to comment