summaryrefslogtreecommitdiff
path: root/include/flang/Sema/DeclSpec.h
Commit message (Expand)AuthorAgeFilesLines
* Support BYTE type in declarationsBen Brewer2015-08-181-1/+5
* Fixed DeclSpec::hasAttributesAlex2013-09-301-3/+1
* added parsing for type decl specarphaman2013-09-091-1/+11
* improved parsing for declaration attribute specifiersarphaman2013-09-091-0/+1
* added * character lengtharphaman2013-07-031-2/+5
* improved array specarphaman2013-07-021-5/+6
* added basic internal support for KIND for built in arithmetic typesarphaman2013-06-301-2/+7
* refactored llvm::SMLoc/SMRange/SMFixIt => SourceLocation, SourceRange, FixItHintarphaman2013-06-231-2/+2
* Array declarators, Array type with lower and upper bounds for dimensionsarphaman2013-04-231-5/+5
* Parse and print out the dimensions of an array specified as part of the type aBill Wendling2011-09-111-1/+13
* Remove more unwanted code.Bill Wendling2011-09-081-22/+4
* Remove more dead code.Bill Wendling2011-09-081-8/+0
* Remove dead code.Bill Wendling2011-09-081-40/+0
* Add initial support for building built-in types.Bill Wendling2011-09-081-19/+30
* Update the DeclSpec and DeclSpec parsing.Bill Wendling2011-09-071-4/+45
* Add a bunch of work to the DiagSpec class.Bill Wendling2011-09-061-57/+77
* Move DeclSpec.{h,cpp} from Basic to Sema.Bill Wendling2011-09-051-0/+151