summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/clang.amalgamated.diff
Commit message (Collapse)AuthorAgeFilesLines
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-1936/+0
| | | | | | | | | | | | | top-of-tree. Removed all local patches and llvm.zip. The intent is that fron now on top-of-tree will always build against LLVM/Clang top-of-tree, and that problems building will be resolved as they occur. Stable release branches of LLDB can be constructed as needed and linked to specific release branches of LLVM/Clang. llvm-svn: 164563
* Updated LLVM and added a fix to LLDB which allowsSean Callanan2012-07-131-0/+195
| | | | | | | | | LLDB to distinguish between multiple anonymous structs/unions in the same class. <rdar://problem/11466212> llvm-svn: 160186
* Integrated a check into Clang that make sure thatSean Callanan2012-05-211-0/+18
| | | | | | | it doesn't try to call LookupDestructor on an incomplete class. llvm-svn: 157199
* I have updated Clang to include support for Objective-CSean Callanan2012-05-171-0/+1723
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
OpenPOWER on IntegriCloud