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
...
*
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
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-2
/
+1
*
Refine r251469 to give better (and more localizable) diagnostics
John McCall
2015-10-28
1
-1
/
+1
*
Be slightly more permissive when checking for type-erased blocks.
Bob Wilson
2015-10-02
1
-1
/
+2
*
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
[prev]
[next]