Displaying 8 results from an estimated 8 matches for "declgroupref".
2018 Apr 03
2
trivial input provokes failed assertion in Parser.h:322
...#13 0x0000000005c782c0
clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&,
clang::ParsingDeclSpec*)
/data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:853:12
#14 0x0000000005c77143
clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&)
/data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:609:10
#15 0x0000000005c76c2f
clang::Parser::ParseFirstTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&)
/data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:535:26
#16 0x00000000...
2018 Apr 03
0
trivial input provokes failed assertion in Parser.h:322
...#13 0x0000000005c782c0
clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&,
clang::ParsingDeclSpec*)
/data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:853:12
#14 0x0000000005c77143
clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&)
/data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:609:10
#15 0x0000000005c76c2f
clang::Parser::ParseFirstTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&)
/data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:535:26
#16 0x00000000...
2018 Apr 03
1
[cfe-dev] trivial input provokes failed assertion in Parser.h:322
...t; clang::Parser::ParseExternalDeclaration(clang::Parser::ParsedAttributesWithRange&,
> clang::ParsingDeclSpec*)
> /data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:853:12
> #14 0x0000000005c77143
> clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&)
> /data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:609:10
> #15 0x0000000005c76c2f
> clang::Parser::ParseFirstTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&)
> /data/users/meyering/fbsource/fbcode/llvm/tools/clang/lib/Parse/Parser.cpp:5...
2012 Feb 25
0
[LLVMdev] Clang plugin - save metadata
Hi!
I've tried to write a plugin for clang using an example.
class PrintInheritanceConsumer : public ASTConsumer {
public:
virtual void HandleTopLevelDecl(DeclGroupRef DG) {
.........
}
};
I need to save Metadata for Type or Module into IR, but I can't find a way to do this, can you help me?
Thanks!
Yours sincerely,
Kadysev Mikhail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-d...
2016 Jan 22
2
Clang 3.8 fails with asan enabled
...lib/CodeGen/CodeGenModule.cpp:1547:5
#9 0x28bb5bb in
clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*)
/export/users/amitrokh/llvm-sanitizer/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp:3508:5
#10 0x3a247bd in (anonymous
namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef)
/export/users/amitrokh/llvm-sanitizer/llvm/tools/clang/lib/CodeGen/ModuleBuilder.cpp:125:9
#11 0x3a21c09 in
clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef)
/export/users/amitrokh/llvm-sanitizer/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp:118:7
#12 0x4552dc8 in clang::Par...
2015 Jan 14
3
[LLVMdev] Crash on invalid during LLVMContext destruction MDNode::dropAllReferences
Hi Duncan,
I came across something like the following recently which I guess might be
related to your recent work. Any ideas?
$ clang++-tot -cc1 crash_on_invalid.cpp -g -emit-obj -fexceptions
-fcxx-exceptions
crash_on_invalid.cpp:13:1: error: C++ requires a type specifier for all
declarations
x;
^
1 error generated.
*** Error in `clang++-tot': corrupted double-linked list:
0x000000000754f340
2015 Jan 14
2
[LLVMdev] Crash on invalid during LLVMContext destruction MDNode::dropAllReferences
...an/staging/bin/clang+0x102838319)
> #14 0x10d6b5d0a in
> clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*)
> (/Users/dexonsmith/data/llvm.asan/staging/bin/clang+0x102794d0a)
> #15 0x10d78fa0c in (anonymous
> namespace)::CodeGeneratorImpl::HandleTopLevelDecl(clang::DeclGroupRef)
> (/Users/dexonsmith/data/llvm.asan/staging/bin/clang+0x10286ea0c)
> #16 0x10d68e7b2 in
> clang::BackendConsumer::HandleTopLevelDecl(clang::DeclGroupRef)
> (/Users/dexonsmith/data/llvm.asan/staging/bin/clang+0x10276d7b2)
> #17 0x10dd927a9 in clang::ParseAST(clang::Sema&,...
2016 Jul 20
2
[XRay] Build instrumented Clang, some analysis results
...::IdentifierInfo*> >&, std::vector<clang::SourceLocation, std::allocator<clang::SourceLocation> >&, unsigned int, clang::SourceLocation&, clang::ParsedAttributes&, clang::BalancedDelimiterTracker&)
4. clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&)
5. clang::Parser::ParseDeclaration(unsigned int, clang::SourceLocation&, clang::Parser::ParsedAttributesWithRange&)
6. clang::Parser::ParseDeclarationStartingWithTemplate(unsigned int, clang::SourceLocation&, clang::AccessSpecifier, clang::AttributeList*)
7. clang::BackendC...