diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-03 21:29:21 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-03 21:29:21 +0000 |
commit | f24933f65e5687e92774b97894142dd8dc709d66 (patch) | |
tree | 3cf72704c0bc663f5c94cd605f9da84d73b36deb /lldb/source/Expression/ClangASTSource.cpp | |
parent | f0eaa64c989045200385c6c9d99708da9092feac (diff) | |
download | bcm5719-llvm-f24933f65e5687e92774b97894142dd8dc709d66.tar.gz bcm5719-llvm-f24933f65e5687e92774b97894142dd8dc709d66.zip |
Fix build.
This should fix the build breakage caused by the api change in 178663.
llvm-svn: 178700
Diffstat (limited to 'lldb/source/Expression/ClangASTSource.cpp')
-rw-r--r-- | lldb/source/Expression/ClangASTSource.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Expression/ClangASTSource.cpp b/lldb/source/Expression/ClangASTSource.cpp index eb21980ca35..8c5971747c7 100644 --- a/lldb/source/Expression/ClangASTSource.cpp +++ b/lldb/source/Expression/ClangASTSource.cpp @@ -1713,7 +1713,6 @@ NameSearchContext::AddVarDecl(void *type) ii, QualType::getFromOpaquePtr(type), 0, - SC_Static, SC_Static); m_decls.push_back(Decl); @@ -1763,7 +1762,6 @@ NameSearchContext::AddFunDecl (void *type) arg_qual_type, NULL, SC_Static, - SC_Static, NULL)); } |