Logo
Explore Help
Sign In
encounter/llvm-project
0
0
Fork 0
You've already forked llvm-project
mirror of https://github.com/encounter/llvm-project.git synced 2026-03-30 11:27:19 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
c6c7bfc4d2bc37f55f57504c19d47deb7645dd76
llvm-project/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/main.cpp
T

9 lines
151 B
C++
Raw Normal View History

[DWARFASTParserClang] Complete external record types before using them as a decl context.
2018-03-16 22:12:22 +00:00
class Foo::Bar { int i = 123; };
Adds a test to detect when clang omits specialized generic types from debug information when using precompiled headers and -gmodules.
2016-04-19 18:20:11 +00:00
int main(int argc, const char * argv[])
{
IntContainer test(42);
[DWARFASTParserClang] Complete external record types before using them as a decl context.
2018-03-16 22:12:22 +00:00
Foo::Bar bar;
Adds a test to detect when clang omits specialized generic types from debug information when using precompiled headers and -gmodules.
2016-04-19 18:20:11 +00:00
return 0; // break here
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2837ms Template: 72ms
Auto
English
English
Licenses API