| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
| |
|
|
|
|
| |
This uncovers some bugs, so several test cases now fail.
llvm-svn: 64025
|
| |
|
|
|
|
| |
extension. Addresses clang PR/3371.
llvm-svn: 62823
|
| |
|
|
|
|
|
|
|
|
| |
new DiagnoseIncompleteType. It provides additional information about
struct/class/union/enum types when possible, either by pointing to the
forward declaration of that type or by pointing to the definition (if
we're in the process of defining that type).
Fixes <rdar://problem/6500531>.
llvm-svn: 62521
|
|
|
addition with a pointer and an integer even when it didn't make sense.
llvm-svn: 51228
|