summaryrefslogtreecommitdiffstats
path: root/clang/Parse/DeclSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add parsing and AST support for GNU "typeof".Steve Naroff2007-07-311-0/+2
* Fix a couple of bugs, add some new cool stuff.Chris Lattner2007-07-251-1/+0
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-1/+0
* Add support for inserting up to 10 strings in a diagnostic, with %0, %1, %2,Chris Lattner2007-05-161-14/+14
* Generalize DeclSpec::TypedefRep to allow it to hold any type representation.Chris Lattner2007-01-231-2/+2
* make file-static function be a static declspec method.Chris Lattner2007-01-231-2/+2
* Make some file-static functions be static methods in the DeclSpec class.Chris Lattner2007-01-231-2/+2
* capture sourcelocation info for type specifiers. This improves diagnosticsChris Lattner2006-11-281-13/+22
* record location info for const/volatile/restrictChris Lattner2006-11-281-1/+8
* add loc info for the inline specifier, fix some fixme's by using it.Chris Lattner2006-11-281-1/+2
* record accurate sourceloc info for storage class specs, so we can reportChris Lattner2006-11-281-4/+8
* Finish converting DeclSpec to use accessors.Chris Lattner2006-11-281-1/+12
* Convert more code to use DeclSpec accessorsChris Lattner2006-11-281-0/+7
* add accessors to DeclSpec, start moving clients over to use them.Chris Lattner2006-11-281-4/+1
* when a typedef name is parsed as part of declspecs, remember the decl for theChris Lattner2006-11-201-1/+2
* Rename SemaDeclSpec.{h|cpp} back to DeclSpec.{h|cpp} now that the distinctionChris Lattner2006-11-111-1/+1
* rename SemaDecl.cpp/h to SemaDeclSpec.cpp/hChris Lattner2006-11-081-3/+3
* rename a bunch of files for better consistencyChris Lattner2006-11-051-3/+3
* Fix the last remaining FIXME's in the parser by asking the actions moduleChris Lattner2006-08-141-0/+1
* Recognize struct/union/enum as TypeSpecType'sChris Lattner2006-08-131-0/+3
* Parse things like 'struct X;'Chris Lattner2006-08-131-3/+3
* Rename some filesChris Lattner2006-08-101-2/+2
* Continue work on declspecs and declarationsChris Lattner2006-08-051-6/+0
* add some notesChris Lattner2006-08-051-3/+5
* Handle __thread and storage-class-specifiersChris Lattner2006-08-051-9/+41
* Add a citationChris Lattner2006-08-041-1/+1
* C99 requires at least one type specifier.Chris Lattner2006-08-041-0/+10
* Diagnose specifiers with invalid _Complex/_Imaginary components.Chris Lattner2006-08-041-9/+30
* Emit diagnostics for things like 'signed _Bool' and 'short float'Chris Lattner2006-08-041-14/+50
* Add some missing assignments.Chris Lattner2006-08-041-0/+2
* Parse and validate cvr type-qualifiersChris Lattner2006-08-041-1/+19
* Add an initial cut at a datastructure for holding declspec's.Chris Lattner2006-08-041-0/+130
OpenPOWER on IntegriCloud