]> granicus.if.org Git - clang/commit
Replace a use of hasTrivialDefaultConstructor() with the appropriate
authorDouglas Gregor <dgregor@apple.com>
Thu, 23 Feb 2012 17:07:43 +0000 (17:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 23 Feb 2012 17:07:43 +0000 (17:07 +0000)
commit887ddf39b365320fdf8dde923287bf52bb3c6a38
tree044c187c25c2fcd214a8cd6e37da2a73621effd2
parent8c43dccdae3083e73061cb1b2f517b77d35876a0
Replace a use of hasTrivialDefaultConstructor() with the appropriate
isTrivial() call.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151259 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp