aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info.cpp
AgeCommit message (Expand)Author
2011-09-01Don't try to emit unsupported templated friend declarations. They're unsupportedNick Lewycky
2010-08-23test case for PR7920.Devang Patel
2010-01-26Fix another debug info crash with virtual bases.Anders Carlsson
2010-01-26Fix the test I broke, and also fix a crash when declaring a virtual destructo...Anders Carlsson
2010-01-16Fix crash generating debug info for constructor for anonymous struct.Eli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-06Add rudimentary support for member pointers to CGDebugInfo.Anders Carlsson
2009-11-14Canonicalize the type before trying to create a debug type.Anders Carlsson
2009-11-06Simplify the debug info code, handle lvalue references and template specializ...Anders Carlsson
2009-11-06Handle QualifiedNameType and SubstTemplateTypeParmType types in CGDebugInfo::...Anders Carlsson