search for: stmtnodes

Displaying 5 results from an estimated 5 matches for "stmtnodes".

2019 Jul 29
4
ICE in release/9.x when using LLVM_ENABLE_MODULES
I ran into an LLVM/Clang crash when attempting to do the following: 1. Build Clang from the release/9.x branch source. 2. Use the Clang from (1) to build clangd on the release/9.x branch, with LLVM_ENABLE_MODULES=On. I wrote a script to reproduce the crash: https://gist.github.com/modocache/ac366ca9673b93bb21e75d3e72162608 At the above URL, you'll find a script `repro.sh` that reproduces
2013 Feb 08
2
[LLVMdev] assert when mixing static and non-static members with an external AST source
...Gen/CGExprScalar.cpp:282 #28 0x00007ffff4bdbc68 in clang::StmtVisitorBase<clang::make_ptr, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::VisitCXXMemberCallExpr (this=0x7fffffff7d98, S=0xd6a5b0) at /home/athirumurthi/git/lldb/build/tools/clang/lib/CodeGen/../../include/clang/AST/StmtNodes.inc:283 #29 0x00007ffff4bd7bb5 in clang::StmtVisitorBase<clang::make_ptr, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit (this=0x7fffffff7d98, S=0xd6a5b0) at /home/athirumurthi/git/lldb/build/tools/clang/lib/CodeGen/../../include/clang/AST/StmtNodes.inc:283 #30 0x00007ffff...
2013 Feb 15
0
[LLVMdev] assert when mixing static and non-static members with an external AST source
...Gen/CGExprScalar.cpp:282 #28 0x00007ffff4bdbc68 in clang::StmtVisitorBase<clang::make_ptr, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::VisitCXXMemberCallExpr (this=0x7fffffff7d98, S=0xd6a5b0) at /home/athirumurthi/git/lldb/build/tools/clang/lib/CodeGen/../../include/clang/AST/StmtNodes.inc:283 #29 0x00007ffff4bd7bb5 in clang::StmtVisitorBase<clang::make_ptr, (anonymous namespace)::ScalarExprEmitter, llvm::Value*>::Visit (this=0x7fffffff7d98, S=0xd6a5b0) at /home/athirumurthi/git/lldb/build/tools/clang/lib/CodeGen/../../include/clang/AST/StmtNodes.inc:283 #30 0x00007ffff...
2012 Oct 10
0
[LLVMdev] [cfe-dev] OpenMP support in CLANG: A proposal
...penMP semantic analyis #. clang/include/clang/Sema/Sema.h #. clang/lib/Sema/SemaStmtOpenMP.cpp -----> newly added -. OpenMP AST implementation #. clang/include/clang/AST/StmtOpenMP.h -----> newly added # clang/include/clang/AST/Stmt.h #. clang/include/clang/Basic/StmtNodes.td #. clang/include/clang/AST/RecursiveASTVisitor.h #. clang/include/clang/AST/StmtVisitor.h #. clang/lib/StaticAnalyzer/Core/ExprEngine.cpp #. clang/lib/Serialization/ASTReaderStmt.cpp #. clang/lib/Serialization/ASTWriterStmt.cpp #. clang/lib/Sema/TreeTransform.h #. cla...
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