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
*
[ObjC] Diagnose implicit type coercion from ObjC 'Class' to object
James Y Knight
2019-10-17
4
-30
/
+30
*
[ObjC] Add some additional test cases around pointer conversions.
James Y Knight
2019-10-17
4
-2
/
+225
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
1
-1
/
+1
*
If capturing a variable fails, add a capture anyway (and mark it
Richard Smith
2019-05-28
1
-2
/
+3
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-2
/
+2
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-2
/
+2
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-2
/
+2
*
[Sema][ObjC] Don't warn about an implicitly retained self if the
Akira Hatanaka
2019-04-17
1
-0
/
+42
*
Thread Safety: also look at ObjC methods
JF Bastien
2019-03-25
3
-17
/
+33
*
[Sema] Deduplicate some availability checking logic
Erik Pilkington
2019-03-20
1
-3
/
+3
*
[ObjC] Emit a boxed expression as a compile-time constant if the
Akira Hatanaka
2019-03-08
1
-0
/
+8
*
expected-no-diagnostics@ does not make sense, switching to a more idiomatic f...
Aaron Ballman
2019-03-07
1
-2
/
+4
*
[Sema][ObjC] Allow declaring ObjC pointer members with non-trivial
Akira Hatanaka
2019-02-02
2
-2
/
+159
*
[Sema][ObjC] Check whether a DelayedDiagnosticPool has been pushed
Akira Hatanaka
2019-01-23
1
-0
/
+10
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
2
-1
/
+32
*
Revert r343518.
Akira Hatanaka
2018-10-01
2
-32
/
+1
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
2
-1
/
+32
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-0
/
+8
*
Thread safety analysis: Handle ObjCIvarRefExpr in SExprBuilder::translate
Aaron Puchert
2018-09-19
1
-0
/
+44
*
Revert r341754.
Akira Hatanaka
2018-09-09
2
-32
/
+1
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
2
-1
/
+32
*
[Sema] Relax a failing assert in TemplateArgumentLoc
Erik Pilkington
2018-07-31
1
-0
/
+7
*
[Sema][ObjC] Warn when a method declared in a protocol takes a
Akira Hatanaka
2018-07-28
1
-0
/
+39
*
[Sema] Produce diagnostics for attribute 'trivial_abi' that appears
Akira Hatanaka
2018-06-19
1
-0
/
+4
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-1
/
+1
*
[Sema][ObjC] Ensure that the return type of an ObjC method is a complete
Akira Hatanaka
2018-04-12
1
-3
/
+5
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-0
/
+93
*
Re-commit r321223, which adds a printing policy to the ASTDumper.
Aaron Ballman
2017-12-21
1
-16
/
+16
*
Reverting r321223 and its follow-up commit because of failing bots due to Mis...
Aaron Ballman
2017-12-20
1
-16
/
+16
*
Add a printing policy to the ASTDumper.
Aaron Ballman
2017-12-20
1
-16
/
+16
*
[ObjC++] Don't warn about pessimizing move for __block variables
Alex Lorenz
2017-11-07
1
-0
/
+43
*
Typo correct the condition of 'do-while' before exiting its scope
Alex Lorenz
2017-10-30
1
-1
/
+33
*
[Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable when
Akira Hatanaka
2017-10-24
2
-0
/
+18
*
[Sema] Add support for flexible array members in Obj-C.
Volodymyr Sapsai
2017-10-23
1
-0
/
+37
*
[Sema] Put nullability fix-it after the end of the pointer.
Volodymyr Sapsai
2017-09-28
1
-1
/
+1
*
Add test cases that weren't committed in r313945.
Akira Hatanaka
2017-09-22
1
-0
/
+90
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-90
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+90
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-90
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+90
*
[Sema] Correct typos in LHS, RHS before building a binop expression.
Volodymyr Sapsai
2017-09-15
1
-0
/
+19
*
Fix errored return value in CheckFunctionReturnType and add a fixit hint
Erich Keane
2017-05-10
1
-0
/
+7
*
[Sema] Objective-C++ support for type trait __is_base_of
Erik Pilkington
2017-05-10
1
-0
/
+25
*
Reusing an existing attribute diagnostic
Oren Ben Simhon
2017-05-03
1
-1
/
+1
*
Sema: protect against ObjC++ typo-correction failure
Saleem Abdulrasool
2017-04-20
1
-0
/
+9
*
[Sema][ObjC] Check whether a variable has a definition, rather than
Akira Hatanaka
2017-04-11
1
-0
/
+16
*
[ObjC++] Conversions from specialized to non-specialized Objective-C generic
Alex Lorenz
2017-04-06
1
-0
/
+27
*
[ARC][ObjC++] Use ObjC semantic rules for comparisons between a pointer and
Alex Lorenz
2017-03-30
1
-0
/
+24
*
[Objective-C] Miscellaneous -fobjc-weak Fixes
Brian Kelley
2017-03-29
1
-0
/
+28
*
[Objective-C] Fix "weak-unavailable" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-0
/
+1
[next]