index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaExprObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence a "not all control paths return a value" warning from MSVC. Should al...
Aaron Ballman
2015-07-24
1
-1
/
+2
*
Cleanup ObjCInterfaceDecl lookup for ObjC literals
Alex Denisov
2015-07-24
1
-99
/
+98
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
1
-10
/
+17
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-28
/
+49
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-2
/
+4
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-6
/
+9
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-8
/
+119
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
1
-0
/
+4
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-16
/
+117
*
[Objective-C Sema]This patch fixes the warning when clang issues
Fariborz Jahanian
2015-04-15
1
-6
/
+15
*
[Objective-C Sema] Fixes a typo which did not allow
Fariborz Jahanian
2015-04-10
1
-1
/
+1
*
[Objective-C Sema] It is permissable to bridge cast to 'id'
Fariborz Jahanian
2015-04-09
1
-5
/
+6
*
[Modules] Make Sema's map of referenced selectors have a deterministic
Chandler Carruth
2015-03-27
1
-9
/
+4
*
[Objective-C Sema]. Remove -Wreceiver-is-weak warning.
Fariborz Jahanian
2015-03-10
1
-67
/
+0
*
Recognize objc_bridge(id) on bridged casts to CF types.
John McCall
2015-03-10
1
-0
/
+3
*
New ObjC warning: circular containers.
Alex Denisov
2015-03-04
1
-1
/
+3
*
Allow (Object *)kMyGlobalCFObj casts without bridging
Ben Langmuir
2015-02-25
1
-6
/
+9
*
Fix crash when clang tries to build NSNumber literal after forward declaration
Alex Denisov
2015-02-16
1
-1
/
+3
*
Patch fixes PR21932 crash on invalid code. Using
Fariborz Jahanian
2015-01-20
1
-21
/
+22
*
Address review feedback on r221933.
Nico Weber
2014-12-27
1
-3
/
+4
*
[Objective-C]. This patch extends objc_bridge attribute to support objc_brid...
Fariborz Jahanian
2014-12-11
1
-0
/
+3
*
Fix the indentation: Nesting level does not match indentation (CID 1254863)
Sylvestre Ledru
2014-11-17
1
-2
/
+2
*
Objective-C. Fixes a regression caused by implementation
Fariborz Jahanian
2014-11-13
1
-2
/
+1
*
[Objective-C Sema]. Issue availability/deprecated warning when
Fariborz Jahanian
2014-11-07
1
-1
/
+5
*
Objective-C. revert patch for rdar://17554063.
Fariborz Jahanian
2014-10-28
1
-63
/
+12
*
[Objective-C]. revert r220740,r220727
Fariborz Jahanian
2014-10-28
1
-16
/
+5
*
Objective-C ARC [qoi]. Issue diagnostic if __bridge casting
Fariborz Jahanian
2014-10-27
1
-5
/
+16
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-9
/
+9
*
Objective-C. Under a special flag, -Wcstring-format-directive,
Fariborz Jahanian
2014-09-11
1
-11
/
+24
*
Objective-C. Under a special flag, -Wcstring-format-directive,
Fariborz Jahanian
2014-09-09
1
-1
/
+31
*
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...
Craig Topper
2014-08-30
1
-1
/
+1
*
Objective-C. Allow [super initialize] in an +initialize
Fariborz Jahanian
2014-08-25
1
-8
/
+19
*
Objective-C. Warn when @encode'ing provides an incomplete
Fariborz Jahanian
2014-08-22
1
-1
/
+5
*
Objective-C. Update my previous patch to not warn if
Fariborz Jahanian
2014-08-22
1
-2
/
+3
*
Objective-C. Warn if user has made explicit call
Fariborz Jahanian
2014-08-22
1
-0
/
+13
*
Objective-C [qoi]. Provide fix-it hint when sending
Fariborz Jahanian
2014-08-19
1
-5
/
+13
*
Objective-C. Do not warn if user is using property-dox syntax to name a
Fariborz Jahanian
2014-08-15
1
-1
/
+5
*
Objective-C. Handle case of multiple class methods
Fariborz Jahanian
2014-08-13
1
-1
/
+5
*
Objective-C. Minor refactoring of my last patch.
Fariborz Jahanian
2014-08-13
1
-7
/
+4
*
Objective-C. This patch is to resolve the method used in method
Fariborz Jahanian
2014-08-13
1
-0
/
+7
*
Objective-C [qoi]. Patch to not do Fix-It for fixing
Fariborz Jahanian
2014-08-12
1
-3
/
+6
*
Objective-C [qoi]. Issue warning and fixit if property-dot syntax
Fariborz Jahanian
2014-08-08
1
-0
/
+12
*
Objective-C. Minor refactoring of my previous patch.
Fariborz Jahanian
2014-08-08
1
-36
/
+29
*
Objective-C ARC. Use of non-retain/autorelease API
Fariborz Jahanian
2014-08-08
1
-6
/
+35
*
Objective-C arc. Switch the Objective-C dictionary literal in ARC mode
Fariborz Jahanian
2014-08-07
1
-6
/
+9
*
Objective-C ARC. More code for Objective-C's
Fariborz Jahanian
2014-08-06
1
-2
/
+28
*
Objective-C ARC. First patch toward generating new APIs
Fariborz Jahanian
2014-08-06
1
-2
/
+2
*
Replacing some more complex logic with a helper function call to ObjCMethod::...
Aaron Ballman
2014-08-01
1
-6
/
+2
[next]