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
*
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
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-0
/
+26
*
Make __has_extension(assume_nonnull) always true.
Douglas Gregor
2015-06-29
1
-0
/
+4
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
10
-40
/
+40
*
Make -Wnullability-completeness work with -Wsystem-headers.
Douglas Gregor
2015-06-19
2
-1
/
+11
*
CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.
Douglas Gregor
2015-06-19
1
-0
/
+16
*
Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
2015-06-19
10
-13
/
+138
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
4
-0
/
+151
*
[Objective-C Sema] Fixes a typo which did not allow
Fariborz Jahanian
2015-04-10
3
-5
/
+7
*
Recognize objc_bridge(id) on bridged casts to CF types.
John McCall
2015-03-10
1
-0
/
+18
*
Update error message text.
Serge Pavlov
2015-01-18
1
-2
/
+2
*
Adding a -Wunused-value warning for expressions with side effects used in an ...
Aaron Ballman
2014-12-17
1
-1
/
+1
*
Allow @synchronized to contextually convert a C++ object to an ObjC object po...
Jordan Rose
2014-08-12
1
-0
/
+20
*
Fix crash when accessing a property of an invalid interface
Olivier Goffart
2014-08-04
1
-1
/
+5
*
Fix crash when assiging to a property with an invalid type
Olivier Goffart
2014-08-04
1
-0
/
+19
*
Fix assertion hit or bogus compiler error in cases when instantiating ObjC pr...
Argyrios Kyrtzidis
2014-06-19
1
-0
/
+35
*
Objective-C ARC. Add support for toll-free bridge
Fariborz Jahanian
2014-05-10
1
-0
/
+135
*
Objective-C. Improve diagnosis of bridging types.
Fariborz Jahanian
2014-04-29
2
-106
/
+259
*
Objective-C ARC. Under ARC, addition of 'bridge' attribute
Fariborz Jahanian
2014-04-22
1
-3
/
+3
*
Disallow driver use in more Sema tests
Alp Toker
2014-04-19
1
-0
/
+4
*
Objective-C arc [Sema]. Allow bridge cast of a qualified-id expression
Fariborz Jahanian
2014-04-04
2
-26
/
+26
*
Replace "can not" with "cannot" in diagnostics messages.
Ismail Pazarbasi
2014-03-07
1
-1
/
+1
*
Improve diagnostic for using non-class/namespace/scoped enum in a nested name...
David Blaikie
2014-02-09
1
-3
/
+3
*
A new conversion warning for when an Objective-C object literal is implicitly
Richard Trieu
2014-01-28
1
-0
/
+74
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
1
-1
/
+1
*
[ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
2014-01-13
1
-2
/
+3
*
Objective-C ARC++: Prefer references to __strong/__weak over __unsafe_unretai...
Douglas Gregor
2014-01-02
1
-0
/
+16
*
Implemented delayed processing of 'unavailable' checking, just like with 'dep...
Ted Kremenek
2013-12-18
1
-1
/
+1
*
Allow Objective-C pointer conversions following an explicit user conversion.
Douglas Gregor
2013-12-18
1
-0
/
+19
*
ObjectiveC. Further improvements of use
Fariborz Jahanian
2013-12-16
1
-8
/
+4
*
Objective-C: Improve on various diagnostics related to
Fariborz Jahanian
2013-12-09
1
-6
/
+6
*
ObjectiveC. Continuing implementation of objc_bridge_related
Fariborz Jahanian
2013-12-07
1
-0
/
+31
*
Test to ensure no old-style-cast warning is emitted for objc-arc __bridge casts
Alp Toker
2013-12-03
1
-0
/
+11
*
ObjectiveC migrator. Improve on definition, use
Fariborz Jahanian
2013-11-22
2
-2
/
+2
*
ObjectiveC. Allow toll free bridge cast warnings outside
Fariborz Jahanian
2013-11-21
2
-0
/
+267
*
Fix new check for missing semicolon after struct definition to deal with the
Richard Smith
2013-11-20
1
-4
/
+4
*
Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained refe...
Douglas Gregor
2013-11-08
1
-0
/
+10
*
Re-instate contextual conversion to Objective-C pointers in message sends.
Douglas Gregor
2013-11-07
1
-0
/
+33
[next]