[cfe-dev] little bug: comments swapped
Jochen Wilhelmy
j.wilhelmy at arcor.de
Tue Apr 27 01:42:09 PDT 2010
Hi!
in CGRecordLayout.h
the comments for
unsigned getLLVMFieldNo <http://clang.llvm.org/doxygen/classclang_1_1CodeGen_1_1CGRecordLayout.html#8c46d13c10ccd30803664fcd83a65a0f>(const FieldDecl <http://clang.llvm.org/doxygen/classclang_1_1FieldDecl.html> *FD) const
and
const CGBitFieldInfo <http://clang.llvm.org/doxygen/classclang_1_1CodeGen_1_1CGBitFieldInfo.html> &getBitFieldInfo <http://clang.llvm.org/doxygen/classclang_1_1CodeGen_1_1CGRecordLayout.html#62dd98b26b76f667df40ad64035c38e3>(const FieldDecl <http://clang.llvm.org/doxygen/classclang_1_1FieldDecl.html> *FD) const
are swapped.
It seemsCGRecordLayout <http://clang.llvm.org/doxygen/classclang_1_1CodeGen_1_1CGRecordLayout.html#0839beb026fc875d8ba2651c0743bfdf> contains the info I need,
is there a way to access it after compilation to LLVM IR?
-Jochen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100427/2b98b74b/attachment.html>
More information about the cfe-dev
mailing list