summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-friend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: omit debug info for friendsDavid Blaikie2013-09-131-1/+4
| | | | | | | | | GCC ToT doesn't do this & it's worth about 3.2% on Clang's DWO file size with Clang. Some or all of this may be due to things like r190715 which could have source fixes/improvements, but it's not clear that's the case and that doesn't help other source bases. llvm-svn: 190716
* DebugInfo: don't require full definitions for friend classesDavid Blaikie2013-08-181-5/+11
| | | | | | | | | | Fixes a crash-on-valid introduced by r188486 (which should've occurred earlier but for a blatant bug where calling createFwdDecl from the requireCompleteType callback was useless under -flimit-debug-info and we were just getting lucky with other later callbacks requiring the type anyway). llvm-svn: 188622
* Debug info for friends!Devang Patel2010-08-271-0/+11
Patch originally by Alexander Herz. llvm-svn: 112275
OpenPOWER on IntegriCloud