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
*
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
*
Bug #:
Steve Naroff
2007-03-27
1
-1
/
+10
*
Added isa<> support for Statements and Expressions. This involved:
Steve Naroff
2007-02-26
1
-1
/
+2
*
C++: Added support for bool types.
Bill Wendling
2007-02-13
1
-1
/
+1
*
rename some classes, no functionality changes.
Chris Lattner
2007-01-26
1
-1
/
+1
*
Enforce the rest of C99 6.7.2.1p2, emitting diagnostics like:
Chris Lattner
2007-01-25
1
-0
/
+11
*
Add TaggedType, which represents tagged decls as types. Create these when
Chris Lattner
2007-01-23
1
-3
/
+11
*
Generalize DeclSpec::TypedefRep to allow it to hold any type representation.
Chris Lattner
2007-01-23
1
-1
/
+1
*
Enforce C99 6.7.5.3p3, rejecting code like:
Chris Lattner
2006-12-03
1
-0
/
+5
*
Diagnose errors like:
Chris Lattner
2006-12-03
1
-5
/
+5
*
reject int(const void).
Chris Lattner
2006-12-03
1
-0
/
+4
*
move void argument checking from the parser to the semantic analysis stage.
Chris Lattner
2006-12-03
1
-3
/
+27
*
implement AST representation for function types with and without a prototype.
Chris Lattner
2006-12-02
1
-1
/
+19
*
implement ParseParamDeclaratorType in the ast builder
Chris Lattner
2006-12-02
1
-0
/
+12
*
Next step of retaining information about function prototypes: actually retain
Chris Lattner
2006-12-02
1
-5
/
+5
*
Finish converting DeclSpec to use accessors.
Chris Lattner
2006-11-28
1
-12
/
+13
*
Convert more code to use DeclSpec accessors
Chris Lattner
2006-11-28
1
-1
/
+1
*
add accessors to DeclSpec, start moving clients over to use them.
Chris Lattner
2006-11-28
1
-3
/
+3
*
remember and pretty-print cast types
Chris Lattner
2006-11-20
1
-0
/
+3
*
correctly handle stuff like:
Chris Lattner
2006-11-20
1
-2
/
+2
*
Create a new TypeNameType class, which represents typedefs as types. This
Chris Lattner
2006-11-20
1
-4
/
+12
*
remove #include of clang/Parse/DeclSpec.h from clang/AST/Decl.h
Chris Lattner
2006-11-19
1
-0
/
+1
*
build TypedefDecl objects when parsing typedefs.
Chris Lattner
2006-11-19
1
-1
/
+7
*
Parse and remember types enough that we can pretty print:
Chris Lattner
2006-11-19
1
-0
/
+8
*
rearrange the type printing code so that we can do the horrible C "inside out"
Chris Lattner
2006-11-13
1
-2
/
+3
*
Implement parsing, printing and AST'ing of array types (except for the bounds).
Chris Lattner
2006-11-12
1
-1
/
+13
*
Build ASTs for the pointer qualifiers on declarators. This allows us to
Chris Lattner
2006-11-12
1
-56
/
+17
*
We can now parse and remember the distinction between:
Chris Lattner
2006-11-12
1
-2
/
+2
[next]