Skip to content
Snippets Groups Projects
  • Sean Callanan's avatar
    3975e671
    [clang-import-test] Lookup inside contexts · 3975e671
    Sean Callanan authored
    clang-import-test has until now been only able to report top-level Decls.
    This is clearly insufficient; we should be able to look inside structs 
    and namespaces also.  This patch adds new test cases for a variety of 
    lookups inside existing ASTContexts, and adds the functionality necessar
    to make most of these testcases work.  (One testcase is known to fail 
    because of ASTImporter limitations when importing templates; I'll look 
    into that separately.)
    
    This patch also separates the core functionality out into 
    ExternalASTMerger, an interface that allows clients like LLDB to make 
    use of it.  clang-import-test now only has the machinery necessary to
    set up the tests.
    
    Differential revision: https://reviews.llvm.org/D30435
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299976 91177308-0d34-0410-b5e6-96231b3b80d8
    3975e671
    History
    [clang-import-test] Lookup inside contexts
    Sean Callanan authored
    clang-import-test has until now been only able to report top-level Decls.
    This is clearly insufficient; we should be able to look inside structs 
    and namespaces also.  This patch adds new test cases for a variety of 
    lookups inside existing ASTContexts, and adds the functionality necessar
    to make most of these testcases work.  (One testcase is known to fail 
    because of ASTImporter limitations when importing templates; I'll look 
    into that separately.)
    
    This patch also separates the core functionality out into 
    ExternalASTMerger, an interface that allows clients like LLDB to make 
    use of it.  clang-import-test now only has the machinery necessary to
    set up the tests.
    
    Differential revision: https://reviews.llvm.org/D30435
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299976 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.