]> granicus.if.org Git - clang/commit
No need to put the SourceManager in with the ASTContext, as the ASTContext
authorManuel Klimek <klimek@google.com>
Fri, 20 Apr 2012 14:07:01 +0000 (14:07 +0000)
committerManuel Klimek <klimek@google.com>
Fri, 20 Apr 2012 14:07:01 +0000 (14:07 +0000)
commitdab28942c4ebd04e279535207c366faedea260a6
treede7589cc3eeb9ae27f3f6bfbacff7664f783f211
parent700c508fd469a971480c36d54ae12fe9011f27c0
No need to put the SourceManager in with the ASTContext, as the ASTContext
already contains the SourceManager.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155198 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Tooling/RecursiveASTVisitorTest.cpp