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
/
lib
/
Sema
/
SemaExprObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-6
/
+1
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-8
/
+11
*
[ObjC] Emit a boxed expression as a compile-time constant if the
Akira Hatanaka
2019-03-08
1
-0
/
+25
*
[SemaObjC] Don't infer the availabilty of +new from -init if the receiver has...
Erik Pilkington
2019-02-04
1
-4
/
+3
*
Re-commit "[AST] Introduce GenericSelectionExpr::Association"
Bruno Ricci
2019-01-29
1
-7
/
+9
*
Revert "[AST] Introduce GenericSelectionExpr::Association"
Bruno Ricci
2019-01-28
1
-9
/
+7
*
[AST] Introduce GenericSelectionExpr::Association
Bruno Ricci
2019-01-28
1
-7
/
+9
*
[AST] Pack GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-7
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Sema] Call CheckPlaceholderExpr to resolve typeof or decltype
Akira Hatanaka
2019-01-10
1
-1
/
+1
*
[ObjC] Messages to 'self' in class methods that return 'instancetype' should
Alex Lorenz
2018-12-20
1
-22
/
+43
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-2
/
+2
*
[Sema][ObjC] Infer availability of +new from availability of -init.
Erik Pilkington
2018-09-10
1
-3
/
+9
*
[ObjC] Error out when using forward-declared protocol in a @protocol
Alex Lorenz
2018-08-17
1
-1
/
+5
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-4
/
+5
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-71
/
+75
*
Remove trailing space
Fangrui Song
2018-07-30
1
-190
/
+190
*
[Sema][ObjC] Do not propagate the nullability specifier on the receiver
Akira Hatanaka
2018-07-26
1
-0
/
+5
*
DR1687: When overload resolution selects a built-in operator, implicit
Richard Smith
2018-06-27
1
-6
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-9
/
+9
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.
Volodymyr Sapsai
2018-03-29
1
-12
/
+14
*
Add an option to disable tail-call optimization for escaping blocks.
Akira Hatanaka
2018-03-02
1
-0
/
+5
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-3
/
+3
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
[ObjC] Boxed strings should use the nullability from stringWithUTF8String's r...
Alex Lorenz
2017-11-08
1
-0
/
+7
*
[Sema][ObjC] Preserve syntactic sugar when removing
Akira Hatanaka
2017-10-10
1
-8
/
+31
*
Look through parentheses.
Akira Hatanaka
2017-09-28
1
-1
/
+1
*
[ObjC] Add a -Wobjc-messaging-id warning
Alex Lorenz
2017-08-25
1
-0
/
+3
*
[Sema][ObjC] Clean up possible null dereference.
Akira Hatanaka
2017-05-09
1
-2
/
+1
*
ObjCBoxedExpr can't be evaluated by the constant expression evaluator.
Nick Lewycky
2017-04-29
1
-1
/
+0
*
[Sema][ObjC] Check whether a variable has a definition, rather than
Akira Hatanaka
2017-04-11
1
-1
/
+1
*
[Objective-C] Fix "weak-unavailable" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-6
/
+10
*
[Objective-C] Fix "repeated use of weak" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-0
/
+2
*
[ObjC][ARC] Avoid -Warc-performSelector-leaks for performSelector variations
Alex Lorenz
2017-03-23
1
-1
/
+2
*
[ObjC][Sema] Avoid ARC performSelector error for 'self' selector
Alex Lorenz
2017-03-16
1
-1
/
+0
*
[ObjC][Sema] Avoid warning about a call to an instance method on an
Alex Lorenz
2017-03-15
1
-1
/
+19
*
[Sema][ObjC] Warn about 'performSelector' calls with selectors
Alex Lorenz
2017-03-06
1
-0
/
+69
*
Sema: use PropertyDecl for property selector
Saleem Abdulrasool
2017-02-20
1
-8
/
+14
*
[Sema][ObjC] perform-selector ARC check should see @selector in parens
Alex Lorenz
2017-02-20
1
-1
/
+2
*
More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.
Richard Smith
2016-12-02
1
-2
/
+2
*
Mass-rename the handful of error_* diagnostics to err_*.
Richard Smith
2016-12-02
1
-4
/
+4
*
Add an assert to further check the invariant that a null pointer
Chandler Carruth
2016-11-04
1
-0
/
+4
*
Fix typos in comments.
George Burgess IV
2016-09-01
1
-3
/
+3
*
ObjC Class Property: diagnostics when accessing a class property using instance.
Manman Ren
2016-06-28
1
-7
/
+24
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-2
/
+2
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-2
/
+2
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-2
/
+2
[next]