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
*
objective-C arc: Underline the selector when issuing
Fariborz Jahanian
2012-11-28
1
-1
/
+2
*
Accept and pass arguments to __unknown_anytype in argument
John McCall
2012-11-14
1
-0
/
+13
*
Allow objc_requires_super to be used to check class methods as well.
Jordan Rose
2012-10-19
1
-13
/
+3
*
-Warc-repeated-use-of-weak: Check messages to property accessors as well.
Jordan Rose
2012-10-11
1
-0
/
+18
*
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.
Jordan Rose
2012-10-10
1
-10
/
+4
*
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
1
-5
/
+5
*
-Wreceiver-is-weak: rephrase warning text and add a suggestion Note.
Jordan Rose
2012-09-28
1
-13
/
+14
*
objective-C: introduce __attribute((objc_requires_super)) on method
Fariborz Jahanian
2012-09-07
1
-0
/
+8
*
objective-C: underline name of the missing method
Fariborz Jahanian
2012-08-31
1
-4
/
+9
*
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
1
-2
/
+2
*
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
1
-10
/
+8
*
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
1
-9
/
+9
*
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-23
1
-2
/
+2
*
Fix an assertion failure instantiating a constexpr function from within a -de...
Eli Friedman
2012-08-01
1
-2
/
+2
*
Introduce new queries on ObjCRuntime for how to interpret subscripts
John McCall
2012-07-31
1
-7
/
+13
*
Explain why ACC_bottom should never occur in diagnosing ARC casts.
Jordan Rose
2012-07-31
1
-3
/
+3
*
assert on ACC_bottom when checking for invalid
Fariborz Jahanian
2012-07-28
1
-2
/
+4
*
more objc-arc: With ACC_bottom, we just provide
Fariborz Jahanian
2012-07-28
1
-2
/
+2
*
objc-arc: change per Jordy's comments.
Fariborz Jahanian
2012-07-27
1
-13
/
+14
*
objective-c arc: When function calls with known CFCreate naming convention
Fariborz Jahanian
2012-07-27
1
-8
/
+18
*
revert r160839 for now.
Fariborz Jahanian
2012-07-27
1
-12
/
+27
*
Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.
Anna Zaks
2012-07-27
1
-67
/
+5
*
objc-arc: When objects with known CF semantics are assigned to
Fariborz Jahanian
2012-07-26
1
-27
/
+12
*
Warn on weak properties declared in protocols as well.
Jordan Rose
2012-06-28
1
-2
/
+4
*
objective-c: issue deprecation/unavailability warnings for methods called on
Fariborz Jahanian
2012-06-23
1
-0
/
+3
*
Documentation cleanup:
James Dennett
2012-06-22
1
-4
/
+4
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-2
/
+3
*
Attach fixits for CFBridgingRetain/Release outside any casts.
Jordan Rose
2012-06-07
1
-2
/
+4
*
Insert a space if necessary when suggesting CFBridgingRetain/Release.
Jordan Rose
2012-06-07
1
-4
/
+13
*
objective-c: Handle more warning cases for when
Fariborz Jahanian
2012-06-04
1
-0
/
+17
*
[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...
Argyrios Kyrtzidis
2012-06-01
1
-8
/
+9
*
objective-c: revert r157407. It broke a project
Fariborz Jahanian
2012-05-30
1
-4
/
+0
*
objective-c: warn on use of property setters
Fariborz Jahanian
2012-05-24
1
-6
/
+5
*
objective-c: Fixes a corner case and interesting bug.
Fariborz Jahanian
2012-05-24
1
-1
/
+6
*
Apparently empty names are allowed here.
Benjamin Kramer
2012-05-19
1
-2
/
+3
*
Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoi...
Benjamin Kramer
2012-05-19
1
-3
/
+3
*
[libclang/AST] Index references of protocols in "@protocol(...)" syntax.
Argyrios Kyrtzidis
2012-05-16
1
-2
/
+3
*
Allow objc @() syntax for enum types.
Argyrios Kyrtzidis
2012-05-15
1
-0
/
+11
*
Only check NSArray/NSDictionary boxing method params once.
Jordy Rose
2012-05-12
1
-83
/
+89
*
80-col violations and minor reformatting. No functionality change.
Jordy Rose
2012-05-12
1
-60
/
+64
*
Clean up ObjC boxing method checks by reducing duplicated code.
Jordy Rose
2012-05-12
1
-83
/
+54
*
Don't crash on boxed strings when +stringWithUTF8String: is missing.
Jordy Rose
2012-05-12
1
-5
/
+28
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-18
/
+15
*
Clean up changes suggested by Douglas Gregor:
Patrick Beard
2012-05-01
1
-13
/
+19
*
objective-arc: Retune my previous patch so warning
Fariborz Jahanian
2012-04-19
1
-22
/
+37
*
objective-c arc: Issue warning under -Wreceiver-is-weak
Fariborz Jahanian
2012-04-19
1
-6
/
+31
*
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-19
1
-50
/
+197
*
objc-arc: provide a warning when 'receiver' of a message is 'weak'
Fariborz Jahanian
2012-04-04
1
-0
/
+5
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-25
/
+25
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-6
/
+668
[next]