]> granicus.if.org Git - clang/commit
Refactor DeclLocResolver/StmtLocResolver into a more functional style by removing...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 7 Jul 2009 00:53:31 +0000 (00:53 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 7 Jul 2009 00:53:31 +0000 (00:53 +0000)
commitbd2ab6e8f6ec16ca29e2479c8bc2a48a4eae7f07
treedc3acac24a093b23ac1f0b30645dacb80ab17b4c
parente650c8c3bca2f58cad8ffa8aab63126d26e890cd
Refactor DeclLocResolver/StmtLocResolver into a more functional style by removing the search state
and by having their Visit* methods return the ASTLocation directly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74887 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Index/ResolveLocation.cpp