forked from OSchip/llvm-project
parent
006d22de50
commit
65a376f091
|
@ -37,6 +37,6 @@ public:
|
|||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(ClangDeclVendor);
|
||||
};
|
||||
}; // namespace lldb_private
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif
|
||||
|
|
|
@ -106,10 +106,12 @@ using namespace llvm;
|
|||
using namespace clang;
|
||||
|
||||
namespace {
|
||||
#ifdef LLDB_CONFIGURATION_DEBUG
|
||||
static void VerifyDecl(clang::Decl *decl) {
|
||||
assert(decl && "VerifyDecl called with nullptr?");
|
||||
decl->getAccess();
|
||||
}
|
||||
#endif
|
||||
|
||||
static inline bool
|
||||
ClangASTContextSupportsLanguage(lldb::LanguageType language) {
|
||||
|
|
Loading…
Reference in New Issue