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
*
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
*
[ObjC kindof] Use type bound to filter out the candidate methods.
Manman Ren
2016-04-07
1
-3
/
+2
*
NFC: simplify code in BuildInstanceMessage.
Manman Ren
2016-04-07
1
-36
/
+52
*
[Sema] More changes to fix Objective-C fallout from r249995.
Bob Wilson
2016-02-13
1
-28
/
+34
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-10
/
+4
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-4
/
+7
*
OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef
David Blaikie
2016-01-15
1
-1
/
+1
*
[Sema] Suppress diags in overload resolution.
George Burgess IV
2016-01-13
1
-59
/
+75
*
Properly track that a character literal is UTF-8, and pretty print the prefix...
Aaron Ballman
2016-01-07
1
-0
/
+2
*
[TrailingObjects] Convert classes in ExprObjC.h
James Y Knight
2015-12-31
1
-3
/
+3
*
[Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFC
Craig Topper
2015-12-24
1
-15
/
+14
*
[Sema] ArrayRef-ize ParseObjCStringLiteral and CodeCompleteObjCProtocolRefere...
Craig Topper
2015-12-24
1
-8
/
+5
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-0
/
+2
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
1
-6
/
+6
[next]