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
/
SemaObjCProperty.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-176
/
+136
*
Be more conservative about diagnosing "incorrect" uses of __weak:
John McCall
2015-10-27
1
-51
/
+76
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-38
/
+44
*
Fix inference of _Nullable for weak Objective-C properties.
Douglas Gregor
2015-10-09
1
-8
/
+1
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
[sema] Allow to opt-out of overriding the super class's designated initialize...
Argyrios Kyrtzidis
2015-07-30
1
-4
/
+10
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-2
/
+6
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-2
/
+2
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
1
-13
/
+4
*
Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
2015-06-19
1
-2
/
+60
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-8
/
+32
*
[Objective-C Sema] Use canonical type of properties when comparing
Fariborz Jahanian
2015-04-08
1
-3
/
+5
*
revert r231700 (designated initializer patch) which broke
Fariborz Jahanian
2015-03-11
1
-5
/
+3
*
[PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
2015-03-09
1
-3
/
+5
*
Suggest objc_method_family(none) for a property named -newFoo or similar.
Jordan Rose
2015-01-16
1
-0
/
+34
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
Objective-C [qoi]. When reporting that a property is not
Fariborz Jahanian
2014-10-10
1
-0
/
+1
*
Objective-C [qoi]. If property is going to be implemented
Fariborz Jahanian
2014-08-29
1
-3
/
+4
*
Objective-C. Tweak diagnosing properties that are not auto-synthesized.
Fariborz Jahanian
2014-08-29
1
-20
/
+19
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Objective-C. Issue more warning diagnostic when certain
Fariborz Jahanian
2014-07-26
1
-9
/
+12
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-1
/
+1
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-3
/
+3
*
Objective-C. Fixes an obscuer crash caused by multiple inclusion of
Fariborz Jahanian
2014-05-27
1
-0
/
+3
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-43
/
+49
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-1
/
+1
*
Provide and use a safe Token::getRawIdentifier() accessor
Alp Toker
2014-05-17
1
-2
/
+1
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-2
/
+1
*
[MS-ABI] Add support for #pragma section and related pragmas
Warren Hunt
2014-04-08
1
-4
/
+6
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-6
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-8
/
+4
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-13
/
+6
*
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...
Aaron Ballman
2014-03-13
1
-8
/
+3
*
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...
Aaron Ballman
2014-03-13
1
-22
/
+9
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-5
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
1
-10
/
+7
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-6
/
+6
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-27
/
+11
*
Remove trailing whitespace introduced in r203028.
Bob Wilson
2014-03-11
1
-2
/
+2
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
1
-7
/
+5
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-5
/
+7
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-7
/
+5
*
Objective-C. Suppress the warning for auto synthesis of property not
Fariborz Jahanian
2014-03-05
1
-4
/
+28
*
Remove dead assignment reported by Gautier DI FOLCO.
Ted Kremenek
2014-02-25
1
-1
/
+0
*
[ObjC] Make attribute 'objc_protocol_requires_explicit_implementation' behave...
Ted Kremenek
2014-02-22
1
-13
/
+37
*
[ObjC] add support for properties in attribute 'objc_protocol_requires_explic...
Ted Kremenek
2014-02-21
1
-2
/
+24
*
[ObjC] Change default property synthesis logic to not completely skip Diagnos...
Ted Kremenek
2014-02-21
1
-19
/
+23
*
[ObjC] Condense logic for diagnosing unimplemented setter/getters into help m...
Ted Kremenek
2014-02-21
1
-39
/
+38
*
[Objective-C Sema]. Warn when an indirectly overridden property
Fariborz Jahanian
2014-02-15
1
-3
/
+9
[prev]
[next]