summaryrefslogtreecommitdiff
path: root/include/flang/AST/ASTContext.h
Commit message (Expand)AuthorAgeFilesLines
* Support BYTE type in declarationsBen Brewer2015-08-181-1/+7
* Fix some warnings by either adding virtual destructors or deleting virtual sp...Carlo Bertolli2015-08-141-3/+1
* The difference between the head of:Craig Griffiths2015-08-141-0/+5
* Update code to llvm 3.6.Mark Doffman2014-11-031-6/+6
* Moved type kinds from ExtQuals to Typearphaman2013-09-191-98/+45
* added character type; removed char builtin type and length spec in extqualsarphaman2013-09-191-3/+6
* added sema for KIND, BIT_SIZE and SELECTED_INT_KIND intrinsicsarphaman2013-09-181-0/+5
* added error for duplicate external attributesarphaman2013-09-151-0/+1
* added codegen for record typesarphaman2013-09-091-3/+3
* added record type creationarphaman2013-09-091-1/+1
* added codegen for external function argument pointersarphaman2013-08-311-1/+1
* added codegen for the SAVE qualifierarphaman2013-08-291-2/+2
* added sema and parsing for external arguments and function referencesarphaman2013-08-201-1/+10
* added parsing and sema for the SAVE stmt; improved spec diagnosticsarphaman2013-08-051-3/+4
* some fixes to get clang files workingarphaman2013-07-161-1/+1
* added array size evaluation, started array codegenarphaman2013-07-161-1/+1
* fixed int expr evaluator, added codegen for character length specifierarphaman2013-07-151-1/+1
* made codegen use integer kinds for logical typesarphaman2013-07-141-0/+19
* added codegen for built in type kindsarphaman2013-07-141-0/+57
* added codegen for some implicit conversionarphaman2013-07-141-0/+2
* preparations for codegenarphaman2013-07-041-1/+7
* added * character lengtharphaman2013-07-031-2/+3
* improved array specarphaman2013-07-021-1/+1
* added basic internal support for KIND for built in arithmetic typesarphaman2013-06-301-3/+6
* Array declarators, Array type with lower and upper bounds for dimensionsarphaman2013-04-231-1/+1
* Don't complicate things just yet. Use a single ArrayType instead of subclassingBill Wendling2011-09-111-9/+8
* Simplify the QualType structure.Bill Wendling2011-09-101-4/+0
* s/FORTRAN/FLANG/gBill Wendling2011-09-101-2/+2
* Add initial support for building built-in types.Bill Wendling2011-09-081-12/+5
* Remove the VarDecl stuff in the ASTContext. That's not the place for it.Bill Wendling2011-09-071-7/+0
* Access the ProgramStmt only if it's usable.Bill Wendling2011-09-051-1/+1
* The top-level DeclContext is the translation unit where all of the program un...Bill Wendling2011-09-041-2/+2
* s/fortran/flang/Bill Wendling2011-09-041-2/+2
* Add subroutine, module, and submodule as DeclContexts. Change the name fromBill Wendling2011-09-041-3/+2
* Random cleanups. No function changes.Bill Wendling2011-09-011-3/+1
* s/fortran/flang/gBill Wendling2011-09-011-7/+6
* Add a ConstantArrayType class.Bill Wendling2011-09-011-10/+35
* Some support for the array type.Bill Wendling2011-09-011-2/+8
* Remove the Selector class.Bill Wendling2011-08-311-2/+2
* Remove the "FoldingSet" stuff from the builtin types.Bill Wendling2011-08-311-1/+0
* Convert the character builtin c'tor to return a QualType.Bill Wendling2011-08-311-1/+1
* Have the builtin type c'tor return a QualType and call ExtQual if need be.Bill Wendling2011-08-311-1/+1
* Return a QualType from builtin type constructors.Bill Wendling2011-08-311-0/+3
* Add kind-selector to the extended qualifiers class.Bill Wendling2011-08-311-2/+2
* Devirtualize the print function.Bill Wendling2011-08-301-4/+7
* Add an initialization of the built-in types.Bill Wendling2011-08-301-1/+18
* Implement the CreateStoredDeclsMap method.Bill Wendling2011-08-301-0/+11
* Remove the EnumDecl (and merge TagDecl into RecordDecl).Bill Wendling2011-08-291-4/+0
* * Add EnumDecl Create method.Bill Wendling2011-08-291-1/+23
* Sketch out the Decl types that flang's going to use.Bill Wendling2011-08-291-0/+9