.. |
arg-duplicate.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
arg-invalid.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
array-constraint.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
array-init.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
assign.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
c89-2.c
|
-C mode doesn't return comments on "#" lines, so the diag checker doesn't pick them up.
|
2007-08-30 06:38:49 +00:00 |
c89.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
carbon.c
|
the sse intrinsics are missing, leading to errors.
|
2007-08-04 00:19:10 +00:00 |
category-1.m
|
This patch adds to new things to clang:
|
2007-09-22 00:01:35 +00:00 |
cfstring.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
class-def-test-1.m
|
This patch introduces a new class to keep track of class implementation info. It also adds more
|
2007-09-25 18:38:09 +00:00 |
class-impl-1.m
|
This patch introduces a new class to keep track of class implementation info. It also adds more
|
2007-09-25 18:38:09 +00:00 |
class-proto-1.m
|
This patch adds to new things to clang:
|
2007-09-22 00:01:35 +00:00 |
cocoa.m
|
The goal of this commit is to get just enough Sema support to recognize Objective-C classes
|
2007-09-06 21:24:23 +00:00 |
compare.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
conflicting-ivar-test-1.m
|
This patch inserts ivars declared in @implementation in its object and verifies
|
2007-09-26 18:27:25 +00:00 |
cxx-references.cpp
|
disable this for now.
|
2007-09-04 16:49:09 +00:00 |
decl-invalid.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
default.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
enum.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
floating-point-compare.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
for.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
format-strings.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
forward-class-1.m
|
Handle forward declaration of classes and prevent re-instantiation of
|
2007-09-20 20:26:44 +00:00 |
i-c-e1.c
|
new testcase
|
2007-06-08 17:58:14 +00:00 |
i-c-e2.c
|
Remove an extraneous QualType from CastExpr, it's type is always
|
2007-07-15 23:54:50 +00:00 |
implicit-def.c
|
new testcase
|
2006-11-20 07:03:41 +00:00 |
implicit-int.c
|
Unspecified type specs default to int. This fixes a crash
|
2007-07-13 21:02:29 +00:00 |
ivar-sem-check-1.m
|
Semantic analysis for objective-c ivars.
|
2007-09-14 16:27:55 +00:00 |
method-undefined-warn-1.m
|
Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations .
|
2007-09-27 18:57:03 +00:00 |
objc-legacy-implementation-1.m
|
Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy
|
2007-09-25 21:00:20 +00:00 |
objc-unused.m
|
objc messages have side effects, return true from hasLocalSideEffect,
|
2007-09-26 22:06:30 +00:00 |
offsetof.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
protocol-test-1.m
|
Patch to add objective-c's @protocl type declaration.
|
2007-09-17 21:07:36 +00:00 |
protocol-test-2.m
|
This patch instantiates objects for forward protocols and in general handles use of
|
2007-09-21 15:40:54 +00:00 |
return-stack-addr.cpp
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
stmt_exprs.c
|
implement ast building and trivial semantic analysis of stmt exprs.
|
2007-07-24 16:58:17 +00:00 |
switch-duplicate-defaults.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
switch.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
typedef-retain.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
undef-protocol-methods-1.m
|
Patch to warn on umimplemented methods coming from class's
|
2007-09-28 17:40:07 +00:00 |
undef-superclass-1.m
|
Match to do some semantic analysis on objective-c class decl.
|
2007-09-20 17:54:07 +00:00 |
unused-expr.c
|
Removed option "-parse-ast-check" from clang driver. This is now implemented
|
2007-09-26 20:14:22 +00:00 |
void_arg.c
|
move void argument checking from the parser to the semantic analysis stage.
|
2006-12-03 02:43:54 +00:00 |