| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 370066
|
|
|
|
|
|
| |
overloadable attribute as the result expression without crashing. This fixes PR30201.
llvm-svn: 280483
|
|
|
|
|
|
| |
context. This eliminates false-positive diagnostics about null pointer dereferences (etc) in the controlling expression.
llvm-svn: 261669
|
|
|
|
|
|
|
| |
its type decayed and qualifiers stripped when determining which
selection it matches. Fixes PR16340.
llvm-svn: 252104
|
|
As an extension, generic selection support has been added for all
supported languages. The syntax is the same as for C1X.
llvm-svn: 129554
|