search for: chainedincludessource

Displaying 3 results from an estimated 3 matches for "chainedincludessource".

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
...ple of: IntrusiveRefCntPtr<Tb>::IntrusiveRefCntPtr is then trying to access an example of IntrusiveRefCntPtr<Ta>'s Obj private member. It would take a friend relationship to be established to allow the cross-type access to Obj. The code in contrib/llvm/tools/clang/lib/Frontend/ChainedIncludesSource.cpp has such a use and so makes 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... c...
2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...ewly added #. clang/lib/Lex/PragmaOmpHandler.cpp -----> newly added -. OmpPragmaHandler 'object' creation #. clang/include/clang/Frontend/CompilerInstance.h #. clang/include/clang/Frontend/ASTUnit.h #. clang/include/clang/Parse/ParseAST.h #. clang/lib/Frontend/ChainedIncludesSource.cpp #. clang/lib/Frontend/FrontendAction.cpp #. clang/lib/Frontend/ASTUnit.cpp #. clang/lib/Frontend/CompilerInstance.cpp #. clang/lib/Parse/ParseAST.cpp #. clang/lib/Sema/Sema.cpp #. clang/lib/Parse/Parser.cpp -. OpenMP tokens #. clang/include/clang/Basic/Token...
2012 Oct 10
2
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
On Wed, Oct 10, 2012 at 5:40 AM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Tue, Oct 9, 2012 at 4:37 AM, Mahesha HS <mahesha.llvm at gmail.com> wrote: > > Hello All, > > > > We would like to make a proposal to support OpenMP in CLANG. The goal of > > this effort is to provide support for syntax > > > > analysis (parsing), semantic