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
...
*
[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
*
ObjectiveC. When introducing a new property declaration in
Fariborz Jahanian
2014-01-27
1
-0
/
+12
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-10
/
+8
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-7
/
+7
*
Use a proper lvalue-to-rvalue conversion in Objective-C++ property accessors.
Jordan Rose
2014-01-14
1
-4
/
+10
*
ObjectiveC. 1) Warn when @dynamic (as well as synthesize)
Fariborz Jahanian
2014-01-10
1
-6
/
+2
*
Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
2014-01-03
1
-2
/
+2
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-2
/
+2
*
ObjectiveC. support "section" attribute on properties
Fariborz Jahanian
2013-12-18
1
-1
/
+7
*
Objective-C. Do not issue warning when 'readonly'
Fariborz Jahanian
2013-12-13
1
-30
/
+7
*
Enhance "auto synthesis will not synthesize property in protocol" to include ...
Ted Kremenek
2013-12-12
1
-2
/
+4
*
[objc] Add a warning when a class that provides a designated initializer, doe...
Argyrios Kyrtzidis
2013-12-03
1
-0
/
+28
*
ObjectiveC ARC. Removes a bogus warning when a weak
Fariborz Jahanian
2013-11-19
1
-1
/
+3
*
ObjectiveC arc. Warn when an implicitly 'strong' property
Fariborz Jahanian
2013-10-26
1
-0
/
+14
*
ObjectiveC: Warn when 'readonly' property has explicit
Fariborz Jahanian
2013-10-07
1
-118
/
+39
*
ObjectiveC. Allow readonly properties without an explicit ownership
Fariborz Jahanian
2013-10-04
1
-24
/
+34
*
ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation
Fariborz Jahanian
2013-09-19
1
-0
/
+4
*
Fix recovery for missing * in objc property.
Eli Friedman
2013-07-09
1
-2
/
+10
*
Objective-C: diagnose when synthesizing an ivar of
Fariborz Jahanian
2013-07-05
1
-1
/
+7
*
Delete dead code.
Eli Friedman
2013-06-27
1
-104
/
+0
*
Objective-C: Warn when IBOutletCollection property
Fariborz Jahanian
2013-06-25
1
-0
/
+2
*
Objective-C: Another case of issuing warning about misusing
Fariborz Jahanian
2013-06-07
1
-13
/
+13
*
Objective-C: Removes a bogus warning about auto-synthesis
Fariborz Jahanian
2013-06-07
1
-10
/
+10
*
Make helper functions static.
Benjamin Kramer
2013-05-23
1
-2
/
+3
*
Objective-C [qoi]: When an class conforms to multiple
Fariborz Jahanian
2013-05-20
1
-0
/
+54
*
Objective-C arc: Diagnose when user attempts to
Fariborz Jahanian
2013-05-16
1
-0
/
+12
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-2
/
+1
*
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-25
1
-2
/
+2
*
Objective-C arc: Improve disgnostics when 'weak'
Fariborz Jahanian
2013-04-24
1
-2
/
+4
*
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-24
1
-5
/
+35
*
Revert r177948. We decided that we do not want ObjC property redeclarations ...
Ted Kremenek
2013-04-04
1
-2
/
+0
*
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-04
1
-0
/
+8
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+0
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-0
/
+1
[prev]
[next]