search for: refcountedbase

Displaying 6 results from an estimated 6 matches for "refcountedbase".

2015 Mar 15
4
[LLVMdev] FreeBSD's 11.0-CURRENT contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h's IntrusiveRefCntPtr and its use violates C++ privacy rules
...an instance of the violation of the language rules in the actual code. The function clang::createChainedIncludesSourceIt uses classes... class ChainedIncludesSource : public ExternalSemaSource where... class ExternalSemaSource : public ExternalASTSource where... class ExternalASTSource : public RefCountedBase<ExternalASTSource> where... template <class Derived> class RefCountedBase; and it uses both of the following types... IntrusiveRefCntPtr<ExternalSemaSource> and... IntrusiveRefCntPtr<ChainedIncludesSource> In fact IntrusiveRefCntPtr<ChainedIncludesSource> is the ret...
2012 Jul 10
0
[LLVMdev] Unable to do even basic Clang tutorial
...: undefined reference to `clang::FileManager::~FileManager()' tutorial1.cpp:(.text+0x41f): undefined reference to `clang::SourceManager::~SourceManager()' tutorial1.cpp:(.text+0x44c): undefined reference to `clang::FileManager::~FileManager()' /tmp/tutorial1-oP8CUT.o: In function `llvm::RefCountedBase<clang::DiagnosticIDs>::Release() const': tutorial1.cpp:(.text._ZNK4llvm14RefCountedBaseIN5clang13DiagnosticIDsEE7ReleaseEv[_ZNK4llvm14RefCountedBaseIN5clang13DiagnosticIDsEE7ReleaseEv]+0x88): undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()' clang-3: error: linker comman...
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
...g::FileManager::~FileManager()' > tutorial1.cpp:(.text+0x41f): undefined reference to > `clang::SourceManager::~SourceManager()' > tutorial1.cpp:(.text+0x44c): undefined reference to > `clang::FileManager::~FileManager()' > /tmp/tutorial1-LQ71fW.o: In function > `llvm::RefCountedBase<clang::DiagnosticIDs>::Release() const': > tutorial1.cpp:(.text._ZNK4llvm14RefCountedBaseIN5clang13DiagnosticIDsEE7ReleaseEv[_ZNK4llvm14RefCountedBaseIN5clang13DiagnosticIDsEE7ReleaseEv]+0x88): > undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()' > clang-3: error...
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
...g::FileManager::~FileManager()' > tutorial1.cpp:(.text+0x41f): undefined reference to > `clang::SourceManager::~SourceManager()' > tutorial1.cpp:(.text+0x44c): undefined reference to > `clang::FileManager::~FileManager()' > /tmp/tutorial1-oP8CUT.o: In function > `llvm::RefCountedBase<clang::DiagnosticIDs>::Release() const': > tutorial1.cpp:(.text._ZNK4llvm14RefCountedBaseIN5clang13DiagnosticIDsEE7ReleaseEv[_ZNK4llvm14RefCountedBaseIN5clang13DiagnosticIDsEE7ReleaseEv]+0x88): > undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()' > clang-3: error...
2012 Jul 10
0
[LLVMdev] Unable to do even basic Clang tutorial
...: undefined reference to `clang::FileManager::~FileManager()' tutorial1.cpp:(.text+0x41f): undefined reference to `clang::SourceManager::~SourceManager()' tutorial1.cpp:(.text+0x44c): undefined reference to `clang::FileManager::~FileManager()' /tmp/tutorial1-LQ71fW.o: In function `llvm::RefCountedBase<clang::DiagnosticIDs>::Release() const': tutorial1.cpp:(.text._ZNK4llvm14RefCountedBaseIN5clang13DiagnosticIDsEE7ReleaseEv[_ZNK4llvm14RefCountedBaseIN5clang13DiagnosticIDsEE7ReleaseEv]+0x88): undefined reference to `clang::DiagnosticIDs::~DiagnosticIDs()' clang-3: error: linker comman...
2012 Jul 10
3
[LLVMdev] Unable to do even basic Clang tutorial
Add -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS to your compilation flag. On 7/10/2012 11:23 AM, NY Knicks Fan wrote: > Hi Ashok, > > I created a new Ubuntu 12.04 virtual machine and followed directions > except that I know use your cmake command instead of configure, and I > got the error below. > > Any help is very much appreciated. > > > $