index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjC
Age
Commit message (
Expand
)
Author
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
Use the extra info in global method pool to speed up looking for ObjC overrid...
Argyrios Kyrtzidis
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-10
Handle "typeof" in Objective-C format string checking. This previously crashed.
Ted Kremenek
2013-04-09
Objective-C: This patch fixes a none-issuance of warning
Fariborz Jahanian
2013-04-08
Add test case calling a deprecated method from a subclass that reimplements t...
Ted Kremenek
2013-04-06
Rework how ObjC method inherit deprecated/availability.
Ted Kremenek
2013-04-04
Objective-C: Issue deprecated warning when using a
Fariborz Jahanian
2013-04-04
Add test case to show that 'availability' and 'deprecated' do *not* inherit w...
Ted Kremenek
2013-04-04
Revert r177948. We decided that we do not want ObjC property redeclarations ...
Ted Kremenek
2013-04-02
Objective-C arc [qui]. Don't issue the bridge cast
Fariborz Jahanian
2013-03-28
Objective-C: Produce precise diagnostic when
Fariborz Jahanian
2013-03-27
Objective-C: Issue more precise warning when user
Fariborz Jahanian
2013-03-27
Split "incomplete implementation" warnings for ObjC into separate warnings.
Ted Kremenek
2013-03-25
Objective-C: Property declaration overiding one in
Fariborz Jahanian
2013-03-25
<rdar://problem/13459871> Allow forward declaration of enums with a fixed und...
Douglas Gregor
2013-03-21
Objective-C: Tighten the rules when warning
Fariborz Jahanian
2013-03-21
Further weaken block conversion rules to permit blocks with
John McCall
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-16
Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
2013-03-14
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-12
Objective-C: In my last path, also check
Fariborz Jahanian
2013-03-12
Objective-C: Issue warning in couple of obscure cases
Fariborz Jahanian
2013-03-12
Modify comment in user test.
Fariborz Jahanian
2013-03-11
Objective-C: When using super.prop, property should be
Fariborz Jahanian
2013-03-09
Adjust the special non-C++ enum block return type inference
John McCall
2013-03-07
Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...
Douglas Gregor
2013-03-06
objective-C: don't crash after diagnosing
Fariborz Jahanian
2013-03-01
Perform the receiver-expression transformations regardless of
John McCall
2013-03-01
Attempt to not place ownership qualifiers on the result type
John McCall
2013-02-28
Fix warning text of my last patch.
Fariborz Jahanian
2013-02-28
objective-C: clang, following gcc, warns on
Fariborz Jahanian
2013-02-22
In LookupResult::resolveKind(), when handling multiple found declarations, ig...
Argyrios Kyrtzidis
2013-02-18
Test for my last patch. // rdar://13178483
Fariborz Jahanian
2013-02-15
Fix crash-on-invalid where a ParenListExpr shows up as a message receiver
Argyrios Kyrtzidis
2013-02-15
Sema: Unnest early exit and remove an unnecessary bad cast.
Benjamin Kramer
2013-02-14
objective-C: When implementing custom accessor method for
Fariborz Jahanian
2013-02-12
Perform placeholder conversions on the controller of a _Generic
John McCall
2013-02-10
objective-C: Fixes a bogus warning due to not setting
Fariborz Jahanian
2013-02-09
QoI: -Wreadonly-iboutlet-property should have the warning's location on the p...
Ted Kremenek
2013-02-08
objective-C: don't issue bogus warning about
Fariborz Jahanian
2013-01-28
Undo my re-wording of the "ARC forbids Objective-C objects in ..."
Douglas Gregor
2013-01-28
Forbid the use of objects in unions in Objective-C++ ARC. Fixes
Douglas Gregor
2013-01-22
objectiveC (take two): don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-21
objectiveC: don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-18
When checking the parameter types of an Objective-C method, don't
Douglas Gregor
2013-01-17
In Objective-C ARC, completely ignore ownership qualifiers on the
Douglas Gregor
2013-01-16
One can have an unavailable method overridden by an available method,
Douglas Gregor
2013-01-15
When checking availability attributes for consistency between an
Douglas Gregor
[next]