Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I have updated Clang to include support for Objective-C | Sean Callanan | 2012-05-17 | 1 | -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 Callanan | 2012-03-16 | 1 | -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 |