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
/
test
/
SemaObjC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix another crash on invalid code. In this case, handle ObjC categories (wit...
Ted Kremenek
2010-02-23
1
-0
/
+4
*
A test case for property synthesis using ivar in class extensions.
Fariborz Jahanian
2010-02-23
1
-0
/
+36
*
More support for ivars in class extension.
Fariborz Jahanian
2010-02-23
1
-0
/
+42
*
Clang really intends to reject attribute 'warn_unused_result' on Objective-C ...
Ted Kremenek
2010-02-21
1
-0
/
+8
*
Start supporting declaration of ivars in @implementation
Fariborz Jahanian
2010-02-19
1
-0
/
+22
*
Issue extended diagnostic when property dot-syntax is used and
Fariborz Jahanian
2010-02-19
1
-2
/
+2
*
Allow for declaration and use of ivars in a stand-alone
Fariborz Jahanian
2010-02-17
1
-0
/
+12
*
Class continuation now has its own property ast for
Fariborz Jahanian
2010-02-15
1
-0
/
+13
*
Patch to fix a warning which exposed a bug in building
Fariborz Jahanian
2010-02-12
1
-0
/
+55
*
Diagnose when user provided getter is being used as lvalue
Fariborz Jahanian
2010-02-11
1
-0
/
+14
*
Reverse a partial fix patch for radar 7214820. It broke some code and
Fariborz Jahanian
2010-02-10
2
-19
/
+2
*
Finish implementing property synthesis by default.
Fariborz Jahanian
2010-02-09
1
-0
/
+81
*
Merge block/function pointer types with objc's __weak
Fariborz Jahanian
2010-02-08
2
-2
/
+19
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-1
/
+1
*
Fix test.
Anders Carlsson
2010-02-02
1
-1
/
+1
*
Add test case for <rdar://problem/7068334> (which was fixed by r94864).
Ted Kremenek
2010-01-30
1
-0
/
+9
*
Switch Sema over to using the new implementation of format string
Ted Kremenek
2010-01-29
1
-1
/
+1
*
Insulate these from changes to the default for -Wunreachable-code.
Mike Stump
2010-01-23
2
-2
/
+2
*
outside a method, 'super' should resolve in a normal name look up
Fariborz Jahanian
2010-01-22
1
-0
/
+7
*
Settled rule on warning on unimplemented property in
Fariborz Jahanian
2010-01-20
3
-4
/
+37
*
Patch to implement required warnings for unimplemented
Fariborz Jahanian
2010-01-20
1
-0
/
+20
*
objective-c test case for __attribute__((unused)) on method arguments.
Fariborz Jahanian
2010-01-19
1
-0
/
+15
*
Issue diagnostics (instead of crashing in code gen) when using
Fariborz Jahanian
2010-01-19
1
-1
/
+14
*
When in objective-c methods, do the built-in name lookup after
Fariborz Jahanian
2010-01-12
1
-0
/
+40
*
add a bunch of missing prototypes to tests
Chris Lattner
2010-01-09
4
-0
/
+8
*
Whenever we emit a typo-correction diagnostic, also emit a note
Douglas Gregor
2010-01-07
1
-1
/
+1
*
When suggesting a typo correction for an @implementation without a
Douglas Gregor
2010-01-06
1
-1
/
+2
*
Fix a bug when property is redeclared in multiple
Fariborz Jahanian
2010-01-06
1
-0
/
+24
*
Do not diagnose method disguised as property setter
Fariborz Jahanian
2010-01-06
1
-0
/
+12
*
When declaring an Objective-C implementation without a corresponding
Douglas Gregor
2010-01-04
1
-0
/
+2
*
Implement typo correction for a variety of Objective-C-specific
Douglas Gregor
2010-01-03
2
-3
/
+3
*
clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...
Daniel Dunbar
2009-12-18
1
-1
/
+1
*
Diagnose duplicate declaration of a property. Fixes
Fariborz Jahanian
2009-12-17
1
-0
/
+9
*
Add abort() as a builtin. This has two effects: one, we warn for incorrect
Eli Friedman
2009-12-16
3
-0
/
+4
*
Diagnose attempting to assign to a sub-structure of an ivar
Fariborz Jahanian
2009-12-15
1
-0
/
+20
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
207
-209
/
+209
*
Change tests to use clang -cc1...
Fariborz Jahanian
2009-12-14
207
-209
/
+209
*
Patch to warn when discarding objective-c pointer type qualifiers
Fariborz Jahanian
2009-12-08
1
-0
/
+20
*
Allow accessing 'isa' via '->' operator.
Fariborz Jahanian
2009-12-07
1
-3
/
+0
*
Patch to allow restrict applied to id/Class types.
Fariborz Jahanian
2009-12-07
1
-0
/
+9
*
Move RequireCompleteType requirement for fields early into ActOnField so that
Eli Friedman
2009-12-07
1
-1
/
+2
*
"Incremental" progress on using expressions, by which I mean totally ripping
John McCall
2009-11-21
1
-1
/
+1
*
Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.
Daniel Dunbar
2009-11-20
1
-1
/
+1
*
Don't issue spurious diagnostic with Obj-C fast enumeration.
Fariborz Jahanian
2009-11-19
1
-1
/
+1
*
Do not enter forward class 'Protocol' in decl context.
Fariborz Jahanian
2009-11-18
1
-0
/
+6
*
Don't warn if objc method param types in declaration and
Fariborz Jahanian
2009-11-18
1
-0
/
+16
*
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...
Daniel Dunbar
2009-11-17
5
-5
/
+5
*
Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...
Daniel Dunbar
2009-11-17
1
-2
/
+3
*
Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/...
Ted Kremenek
2009-11-17
2
-2
/
+2
*
Handle case of missing '@end' in implementation context
Fariborz Jahanian
2009-11-16
2
-3
/
+7
[next]