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
/
Sema
/
SemaType.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-15
1
-2
/
+4
*
Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when d...
Steve Naroff
2008-01-14
1
-4
/
+4
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-13
/
+13
*
When promoting array to pointer for argument, don't lose type qualifiers.
Chris Lattner
2008-01-02
1
-2
/
+4
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
reenable this code, fix the testcase.
Chris Lattner
2007-12-19
1
-2
/
+2
*
disable my commit from yesterday, fixing a regression test failure.
Chris Lattner
2007-12-19
1
-1
/
+1
*
Implement C99 6.7.5.3p1
Chris Lattner
2007-12-19
1
-0
/
+9
*
Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.
Fariborz Jahanian
2007-12-18
1
-1
/
+1
*
Fixe bogus error for variable argument methods. Sema::ObjcGetTypeForMethodDef...
Steve Naroff
2007-12-18
1
-1
/
+1
*
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-12-17
1
-0
/
+10
*
Simplified setting up Method's scope before generating AST for its nody.
Fariborz Jahanian
2007-12-04
1
-1
/
+1
*
Rename Sema method to follow class naming convention
Nate Begeman
2007-11-13
1
-1
/
+1
*
Remove Sema::ObjcBuildMethodParameter().
Steve Naroff
2007-11-12
1
-1
/
+1
*
Some code clean up in the form of name changes for functions which
Fariborz Jahanian
2007-11-09
1
-15
/
+4
*
Added class context to method declarations. Provide "interface *" type
Fariborz Jahanian
2007-11-09
1
-3
/
+5
*
Insert invisble arguments to method definition header.
Fariborz Jahanian
2007-11-09
1
-1
/
+9
*
First patch toward rewriting of method definitions. This is work in progress.
Fariborz Jahanian
2007-11-08
1
-0
/
+36
*
Patch to create protocol conforming class types.
Fariborz Jahanian
2007-10-11
1
-2
/
+9
*
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-07
1
-1
/
+0
*
Move ObjC decls to DeclObjC.h, a new AST header.
Steve Naroff
2007-10-01
1
-0
/
+1
*
Start converting Action methods from Parse-prefix to ActOn-prefix.
Steve Naroff
2007-09-15
1
-2
/
+2
*
Fix the following bug submitted by Justin Handville.
Steve Naroff
2007-09-10
1
-2
/
+19
*
The goal of this commit is to get just enough Sema support to recognize Objec...
Steve Naroff
2007-09-06
1
-0
/
+4
*
Final phase of array cleanup (for now), removing a FIXME from yesterday.
Steve Naroff
2007-08-30
1
-2
/
+22
*
Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a coup...
Steve Naroff
2007-08-30
1
-2
/
+7
*
Finish converting decls over to the new invalid decl API.
Steve Naroff
2007-08-28
1
-8
/
+10
*
extwarn about VLAs in C89 mode.
Chris Lattner
2007-08-28
1
-2
/
+8
*
c++'0x has long long also.
Chris Lattner
2007-08-28
1
-1
/
+1
*
warn about long long when in c89 mode.
Chris Lattner
2007-08-28
1
-0
/
+6
*
Implement more thoughful error recovery when dealing with bogus declarator ty...
Steve Naroff
2007-08-28
1
-1
/
+12
*
Fix bogus warnings (noticed by Chris) with array-constraints.c.
Steve Naroff
2007-08-26
1
-4
/
+0
*
add sema support for complex integer types
Chris Lattner
2007-08-21
1
-12
/
+21
*
Two typeof() related changes...
Steve Naroff
2007-08-01
1
-1
/
+1
*
remove more explicit accesses to the canonical type pointer.
Chris Lattner
2007-07-31
1
-2
/
+2
*
rename isReferenceType to follow the new scheme.
Chris Lattner
2007-07-31
1
-2
/
+2
*
Add parsing and AST support for GNU "typeof".
Steve Naroff
2007-07-31
1
-0
/
+12
*
recover from void argument types more nicely.
Chris Lattner
2007-07-21
1
-2
/
+3
*
better wording for an error, suggested by Neil.
Chris Lattner
2007-07-21
1
-1
/
+1
*
improve and simplify error recovery for calls, fix a crash when diagnosing
Chris Lattner
2007-07-21
1
-11
/
+12
*
Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never
Chris Lattner
2007-07-19
1
-16
/
+11
*
Unspecified type specs default to int. This fixes a crash
Chris Lattner
2007-07-13
1
-0
/
+1
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-2
/
+1
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-02
1
-2
/
+20
*
Bug #:
Bill Wendling
2007-05-27
1
-0
/
+3
*
Rename type::getAsString to getAsStringInternal. Add a new
Chris Lattner
2007-05-16
1
-6
/
+3
*
Bug #:
Steve Naroff
2007-04-05
1
-13
/
+13
*
Bug #:
Steve Naroff
2007-04-05
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-03-27
1
-1
/
+3
*
Bug #:
Steve Naroff
2007-03-27
1
-10
/
+13
[next]