summaryrefslogtreecommitdiff
path: root/include/flang/AST/Decl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some trivial warningsCarlo Bertolli2015-08-141-2/+2
* Update code to llvm 3.6.Mark Doffman2014-11-031-1/+1
* fixed RecordDecl constructor.Alex2013-09-301-1/+1
* fixed function return type bug.Alex2013-09-291-1/+1
* added sema for COMMONarphaman2013-09-201-9/+21
* improved spec semaarphaman2013-09-201-1/+29
* improved sema for the data statementarphaman2013-09-121-4/+2
* added codegen for type constructors and member expressionsarphaman2013-09-121-1/+9
* added parsing for SEQUENCE stmt in type constructarphaman2013-09-091-0/+10
* added construction of equivalence setsarphaman2013-09-021-1/+13
* added codegen for external function argument pointersarphaman2013-08-311-2/+8
* added parsing for RECURSIVEarphaman2013-08-221-2/+2
* added sema for recursive callsarphaman2013-08-221-2/+42
* removed returnvardecl, returnedvalueexpr, fixed do return var bugarphaman2013-08-211-28/+16
* added parsing for statement functionsarphaman2013-08-021-3/+5
* improved implicit rules for function calls and call stmtarphaman2013-07-241-1/+7
* started sema for DATA statementarphaman2013-07-171-0/+6
* fixed Decl iterationarphaman2013-07-041-6/+32
* renamed BundledCompoundStmt => CompoundStmt, added Stmt, Expr dumparphaman2013-07-041-0/+3
* added DeclVisitorarphaman2013-07-031-14/+0
* added executable body for functions and programsarphaman2013-07-021-5/+16
* added implcit rules for arguments, function type checkarphaman2013-07-021-2/+10
* added sema for EXTERNAL stmtarphaman2013-07-011-33/+27
* use implicit rules for function typesarphaman2013-07-011-7/+2
* added default return type for functionsarphaman2013-07-011-2/+7
* added sema for arguments and declsarphaman2013-07-011-5/+14
* added parsing for SUBROUTINE and FUNCTION declarationsarphaman2013-07-011-0/+5
* added parsing and sema for INTRINSIC stmtarphaman2013-06-241-5/+18
* added sema for PARAMETER stmtarphaman2013-06-231-2/+12
* refactored llvm::SMLoc/SMRange/SMFixIt => SourceLocation, SourceRange, FixItHintarphaman2013-06-231-30/+29
* Added intrinsic function DB; renamed intrinsiccallexpr => implicitcastexprarphaman2013-06-231-0/+12
* Parser,Sema: A rough skeleton for Derived Typesarphaman2013-04-211-5/+5
* s/FORTRAN/FLANG/gBill Wendling2011-09-101-2/+2
* Add some print/debug methods.Bill Wendling2011-09-091-8/+12
* Add initial support for building built-in types.Bill Wendling2011-09-081-3/+4
* Use the correct inheritance for VarDecl.Bill Wendling2011-09-071-4/+0
* Remove the VarDecl stuff in the ASTContext. That's not the place for it.Bill Wendling2011-09-071-11/+0
* Implement the ActOnPROGRAM and ActOnMainProgram methods.Bill Wendling2011-09-051-5/+6
* The top-level DeclContext is the translation unit where all of the program un...Bill Wendling2011-09-041-16/+40
* s/fortran/flang/Bill Wendling2011-09-041-1/+1
* Add subroutine, module, and submodule as DeclContexts. Change the name fromBill Wendling2011-09-041-18/+91
* Add an action for entering the main program.Bill Wendling2011-09-041-1/+0
* A bit of cleaning up.Bill Wendling2011-09-041-31/+16
* Add ability to coerce a Decl into a DeclContext.Bill Wendling2011-09-041-3/+99
* Random cleanups. No function changes.Bill Wendling2011-09-011-26/+10
* s/fortran/flang/gBill Wendling2011-09-011-4/+4
* Inline some trivial functions. Also add some comments.Bill Wendling2011-08-301-4/+12
* Implement more of the functions which fill in the declarations.Bill Wendling2011-08-301-0/+18
* Implement the CreateStoredDeclsMap method.Bill Wendling2011-08-301-10/+1
* Add the lookup functions to DeclContext.Bill Wendling2011-08-291-1/+55