summaryrefslogtreecommitdiff
path: root/lldb/scripts/clang.decl-printer-reference-type.diff
AgeCommit message (Collapse)Author
2012-05-17I have updated Clang to include support for Objective-CSean Callanan
boxed expressions returning numbers and strings. I also added boxed expressions to our testcases, and enabled boxed expressions when libarclite is linked into the inferior. llvm-svn: 157026
2012-03-16Integrated two high-value Clang fixes:Sean Callanan
- Clang now completes all Objective-C objects (if they are not already complete, and they have external lexical sources) during structure layout, avoiding a LLDB crash. - The Clang Decl printer handles reference types correctly. This prevents LLDB from crashing when expression logging is enabled. llvm-svn: 152897