summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/clang.decl-printer-reference-type.diff
Commit message (Collapse)AuthorAgeFilesLines
* I have updated Clang to include support for Objective-CSean Callanan2012-05-171-13/+0
| | | | | | | | | | 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
* Integrated two high-value Clang fixes:Sean Callanan2012-03-161-0/+13
- 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
OpenPOWER on IntegriCloud