index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjCXX
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Objective-C] Fix __weak type traits with -fobjc-weak
Brian Kelley
2017-03-29
1
-0
/
+210
*
Print nested name specifiers for typedefs and type aliases
Alex Lorenz
2017-03-10
1
-2
/
+2
*
[Sema] Add variable captured by a block to the enclosing lambda's
Akira Hatanaka
2017-03-01
1
-1
/
+12
*
[Sema] Disallow returning a __block variable via a move.
Akira Hatanaka
2017-02-15
1
-1
/
+15
*
[test] Make Lit tests C++11 Compatible - Objective-C++
Charles Li
2017-02-13
2
-2
/
+2
*
[Sema][ObjC++] Typo correction should handle ivars and properties
Alex Lorenz
2017-02-03
1
-0
/
+15
*
Add fix-it notes to the nullability consistency warning.
Jordan Rose
2016-12-19
11
-15
/
+120
*
[ObjC++] Don't enter a C++ declarator scope when the current context is
Alex Lorenz
2016-12-07
1
-0
/
+35
*
Don't require nullability on 'va_list'.
Jordan Rose
2016-11-10
1
-0
/
+22
*
Warn when 'assume_nonnull' infers nullability within an array.
Jordan Rose
2016-11-10
1
-6
/
+6
*
Add -Wnullability-completeness-on-arrays.
Jordan Rose
2016-11-10
2
-0
/
+99
*
Don't require nullability on template parameters in typedefs.
Jordan Rose
2016-11-02
1
-0
/
+8
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-3
/
+2
*
Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...
Renato Golin
2016-10-21
1
-2
/
+3
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-3
/
+2
*
Sema: support __declspec(dll*) on ObjC interfaces
Saleem Abdulrasool
2016-07-15
2
-0
/
+65
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-6
/
+3
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-3
/
+6
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-6
/
+3
*
Obj-C: Fix assert-on-invalid (PR27822)
Hans Wennborg
2016-06-03
1
-0
/
+7
*
[ObjC] Enter a new evaluation context before calling
Akira Hatanaka
2016-05-04
1
-0
/
+16
*
[ObjCXX] Warn undeclared identifiers.
Manman Ren
2016-03-25
1
-0
/
+23
*
Improve some infrastructure for extended parameter infos and
John McCall
2016-03-03
2
-2
/
+10
*
Test template instantiation of ns_consumed and ns_returns_retained.
John McCall
2016-03-01
1
-1
/
+125
*
[Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.
Akira Hatanaka
2016-02-25
1
-0
/
+9
*
[Sema] Fix bug in TypeLocBuilder::pushImpl
Akira Hatanaka
2016-02-18
1
-0
/
+12
*
ObjCXX: fix a crash during typo correction.
Manman Ren
2016-02-02
1
-0
/
+27
*
Allow pseudo-destructor calls on forward-declared Objective-C class pointers.
John McCall
2015-12-14
1
-0
/
+23
*
[Lit Test] Updated 20 Lit tests to be C++11 compatible.
Charles Li
2015-12-10
1
-3
/
+16
*
Objective-C properties: fix bogus use of "isa<>" on a QualType.
Douglas Gregor
2015-12-08
1
-0
/
+10
*
[Lit Test] Updated 26 Lit tests to be C++11 compatible.
Charles Li
2015-11-11
2
-3
/
+14
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-2
/
+2
*
Refine r251469 to give better (and more localizable) diagnostics
John McCall
2015-10-28
1
-2
/
+2
*
Add the ability to define "fake" arguments on attributes.
John McCall
2015-10-28
1
-1
/
+1
*
Be more conservative about diagnosing "incorrect" uses of __weak:
John McCall
2015-10-27
1
-1
/
+1
*
Some minor ARC diagnostic improvements.
John McCall
2015-10-21
1
-2
/
+2
*
Fix inference of _Nullable for weak Objective-C properties.
Douglas Gregor
2015-10-09
2
-0
/
+15
*
Perform Objective-C lifetime adjustments before comparing deduced lambda resu...
Douglas Gregor
2015-10-01
1
-0
/
+19
*
Forbid qualifiers on ObjC generic parameters and arguments, but
John McCall
2015-09-23
1
-0
/
+119
*
Don't crash when passing &@selector to a _Nonnull parameter. Fixes PR24774.
Nico Weber
2015-09-15
1
-1
/
+6
*
Move sel-address.mm from test/CodeGenCXX to test/SemaObjCXX, it's not a codeg...
Nico Weber
2015-09-10
1
-0
/
+14
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-5
/
+4
*
[Sema] Be consistent about diagnostic wording: always use "cannot".
Davide Italiano
2015-08-15
1
-1
/
+1
*
Cleanup ObjCInterfaceDecl lookup for ObjC literals
Alex Denisov
2015-07-24
1
-1
/
+1
*
Add missing files for objc_boxable feature.
Alex Denisov
2015-07-23
1
-0
/
+118
*
[Sema] Emit a better diagnostic when variable redeclarations disagree
David Majnemer
2015-07-14
1
-8
/
+8
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-0
/
+33
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
1
-1
/
+1
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
1
-0
/
+407
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
2
-0
/
+33
[prev]
[next]