commit | 5a4f98ff943e6a501b0fe47ade007c9bbf96cb88 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Wed Dec 22 18:53:20 2010 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Wed Dec 22 18:53:20 2010 +0000 |
tree | b6c6c22c073c7c51e497c9158fca08ab0e58f944 | |
parent | a7af5ea88a6c5bdf87497cca6c20831e8c546751 [diff] [blame] |
[analyzer] Refactoring: Move stuff into namespace 'GR'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122423 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/GR/BasicValueFactory.cpp b/lib/GR/BasicValueFactory.cpp index 9352816..6e94a2a 100644 --- a/lib/GR/BasicValueFactory.cpp +++ b/lib/GR/BasicValueFactory.cpp
@@ -16,6 +16,7 @@ #include "clang/GR/PathSensitive/BasicValueFactory.h" using namespace clang; +using namespace GR; void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, llvm::ImmutableList<SVal> L) {