]> granicus.if.org Git - clang/commit
The internal -fdump-record-layouts flag already dumps the layout when it was computed...
authorDouglas Gregor <dgregor@apple.com>
Thu, 17 Feb 2011 18:59:06 +0000 (18:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 17 Feb 2011 18:59:06 +0000 (18:59 +0000)
commitd9015eee474115c8ecf616a02f3ed30be2b91203
tree5edba9e3e7812f62a51046180491759cdd93fa88
parentc869abe2a9deeff22f778029a7f7f75e009be03f
The internal -fdump-record-layouts flag already dumps the layout when it was computed; no need to do so again at the end of the translation unit

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseAST.cpp