[cfe-commits] [PATCH] member function access (CXX debug info)

Devang Patel dpatel at apple.com
Mon Oct 18 11:31:16 PDT 2010


Alexander,

This was fixed in r115090. Your patch adds redundant accessibility specifier attribute in TAG_subprogram for a method. If you run into a case where it is till missing then please let me know.
-
Devang

On Oct 18, 2010, at 2:14 AM, Alexander Herz wrote:

> Please verify.
> 
> This patch adds support for access modifiers for C++ member functions (private/public) inside llvm IR and dwarf debug info. Test cases for both llvm and clang are included. Generated against svn 116700.
> 
> Alex
> <llvm.diff><clang.diff>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits





More information about the cfe-commits mailing list