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
/
Parse
/
DeclSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add parsing and AST support for GNU "typeof".
Steve Naroff
2007-07-31
1
-0
/
+2
*
Fix a couple of bugs, add some new cool stuff.
Chris Lattner
2007-07-25
1
-1
/
+0
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-1
/
+0
*
Add support for inserting up to 10 strings in a diagnostic, with %0, %1, %2,
Chris Lattner
2007-05-16
1
-14
/
+14
*
Generalize DeclSpec::TypedefRep to allow it to hold any type representation.
Chris Lattner
2007-01-23
1
-2
/
+2
*
make file-static function be a static declspec method.
Chris Lattner
2007-01-23
1
-2
/
+2
*
Make some file-static functions be static methods in the DeclSpec class.
Chris Lattner
2007-01-23
1
-2
/
+2
*
capture sourcelocation info for type specifiers. This improves diagnostics
Chris Lattner
2006-11-28
1
-13
/
+22
*
record location info for const/volatile/restrict
Chris Lattner
2006-11-28
1
-1
/
+8
*
add loc info for the inline specifier, fix some fixme's by using it.
Chris Lattner
2006-11-28
1
-1
/
+2
*
record accurate sourceloc info for storage class specs, so we can report
Chris Lattner
2006-11-28
1
-4
/
+8
*
Finish converting DeclSpec to use accessors.
Chris Lattner
2006-11-28
1
-1
/
+12
*
Convert more code to use DeclSpec accessors
Chris Lattner
2006-11-28
1
-0
/
+7
*
add accessors to DeclSpec, start moving clients over to use them.
Chris Lattner
2006-11-28
1
-4
/
+1
*
when a typedef name is parsed as part of declspecs, remember the decl for the
Chris Lattner
2006-11-20
1
-1
/
+2
*
Rename SemaDeclSpec.{h|cpp} back to DeclSpec.{h|cpp} now that the distinction
Chris Lattner
2006-11-11
1
-1
/
+1
*
rename SemaDecl.cpp/h to SemaDeclSpec.cpp/h
Chris Lattner
2006-11-08
1
-3
/
+3
*
rename a bunch of files for better consistency
Chris Lattner
2006-11-05
1
-3
/
+3
*
Fix the last remaining FIXME's in the parser by asking the actions module
Chris Lattner
2006-08-14
1
-0
/
+1
*
Recognize struct/union/enum as TypeSpecType's
Chris Lattner
2006-08-13
1
-0
/
+3
*
Parse things like 'struct X;'
Chris Lattner
2006-08-13
1
-3
/
+3
*
Rename some files
Chris Lattner
2006-08-10
1
-2
/
+2
*
Continue work on declspecs and declarations
Chris Lattner
2006-08-05
1
-6
/
+0
*
add some notes
Chris Lattner
2006-08-05
1
-3
/
+5
*
Handle __thread and storage-class-specifiers
Chris Lattner
2006-08-05
1
-9
/
+41
*
Add a citation
Chris Lattner
2006-08-04
1
-1
/
+1
*
C99 requires at least one type specifier.
Chris Lattner
2006-08-04
1
-0
/
+10
*
Diagnose specifiers with invalid _Complex/_Imaginary components.
Chris Lattner
2006-08-04
1
-9
/
+30
*
Emit diagnostics for things like 'signed _Bool' and 'short float'
Chris Lattner
2006-08-04
1
-14
/
+50
*
Add some missing assignments.
Chris Lattner
2006-08-04
1
-0
/
+2
*
Parse and validate cvr type-qualifiers
Chris Lattner
2006-08-04
1
-1
/
+19
*
Add an initial cut at a datastructure for holding declspec's.
Chris Lattner
2006-08-04
1
-0
/
+130