index
:
delta/flang.git
benbrewer/ansi-0522
benbrewer/if-logical-const
benbrewer/struct
benbrewer/warnings
clang_branch
craiggriffiths/semi-colon_seg-fault_fix
master
github.com: CodethinkLabs/flang.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
Sema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix misc. compiler warnings
benbrewer/warnings
Ben Brewer
2015-08-21
1
-2
/
+2
*
Fix some warnings by either adding virtual destructors or deleting virtual sp...
Carlo Bertolli
2015-08-14
1
-0
/
+17
*
Update code to llvm 3.6.
Mark Doffman
2014-11-03
1
-3
/
+3
*
added support for common block SAVE
arphaman
2013-09-20
1
-0
/
+13
*
improved spec sema
arphaman
2013-09-20
1
-3
/
+28
*
added character type; removed char builtin type and length spec in extquals
arphaman
2013-09-19
1
-7
/
+4
*
improved ast source ranges
arphaman
2013-09-19
1
-4
/
+3
*
added error for duplicate external attributes
arphaman
2013-09-15
1
-13
/
+2
*
removed old assignment typechecking; use initialization typechecking for type...
arphaman
2013-09-15
1
-3
/
+3
*
perform return typechecking instead of assignment for statement function body
arphaman
2013-09-15
1
-4
/
+5
*
improved sema for declaration attributes
arphaman
2013-09-15
1
-197
/
+3
*
added codegen for record returns and arguments
arphaman
2013-09-15
1
-1
/
+2
*
added parsing for structure components
arphaman
2013-09-11
1
-1
/
+2
*
added record type creation
arphaman
2013-09-09
1
-1
/
+4
*
started parsing and sema for type declarations
arphaman
2013-09-08
1
-26
/
+0
*
fixed typed intrinsics functions bug
arphaman
2013-09-05
1
-0
/
+1
*
added construction of equivalence sets
arphaman
2013-09-02
1
-0
/
+1
*
added more sema for EQUIVALENCE stmt
arphaman
2013-09-01
1
-106
/
+5
*
added codegen for external function argument pointers
arphaman
2013-08-31
1
-2
/
+8
*
added sema for ETIME intrinsic
arphaman
2013-08-24
1
-4
/
+10
*
added token range for sema
arphaman
2013-08-23
1
-2
/
+6
*
added fixed form keyword matchers, fixed fixed-form function parsing bug
arphaman
2013-08-23
1
-10
/
+10
*
added parsing for RECURSIVE
arphaman
2013-08-22
1
-2
/
+3
*
added sema for recursive calls
arphaman
2013-08-22
1
-5
/
+20
*
added parsing for RESULT
arphaman
2013-08-22
1
-0
/
+24
*
fixed end subroutine/end program statement parsing
arphaman
2013-08-22
1
-30
/
+33
*
added partial support for maxloc and minloc intrinsics
arphaman
2013-08-21
1
-0
/
+6
*
removed returnvardecl, returnedvalueexpr, fixed do return var bug
arphaman
2013-08-21
1
-8
/
+17
*
added sema and parsing for external arguments and function references
arphaman
2013-08-20
1
-4
/
+4
*
added sema and parsing for WHERE construct
arphaman
2013-08-19
1
-1
/
+16
*
added parsing and sema for array sections
arphaman
2013-08-17
1
-1
/
+2
*
added error for array expression with implied shape
arphaman
2013-08-16
1
-3
/
+10
*
improved sema for argument-dependent array bound specifiers
arphaman
2013-08-11
1
-17
/
+2
*
improved sema for equivalence
arphaman
2013-08-09
1
-6
/
+22
*
started sema for EQUIVALENCE stmt
arphaman
2013-08-09
1
-1
/
+80
*
added parsing for EQUIVALENCE statement
arphaman
2013-08-05
1
-0
/
+10
*
added parsing and sema for the SAVE stmt; improved spec diagnostics
arphaman
2013-08-05
1
-9
/
+20
*
fixed statement function arguments decl
arphaman
2013-08-02
1
-0
/
+20
*
added sema for statement functions
arphaman
2013-08-02
1
-5
/
+15
*
added parsing for statement functions
arphaman
2013-08-02
1
-0
/
+39
*
added support for named if and do constructs
arphaman
2013-08-01
1
-2
/
+23
*
fixed untyped argument in type statement array spec usage bug
arphaman
2013-07-25
1
-13
/
+34
*
improved implicit rules for function calls and call stmt
arphaman
2013-07-24
1
-1
/
+48
*
improved construct termination and control flow error recovery
arphaman
2013-07-24
1
-41
/
+1
*
improved parsing error recovery for if and do constructs; moved sema for exec...
arphaman
2013-07-24
1
-392
/
+4
*
added error for mutation of a do variables inside a loop
arphaman
2013-07-23
1
-2
/
+10
*
improved implicit decl rules
arphaman
2013-07-23
1
-3
/
+37
*
improved parsing diagnostics for substrings, array subscripts and call expres...
arphaman
2013-07-20
1
-8
/
+4
*
added clang style diag range for call arg list
arphaman
2013-07-19
1
-2
/
+4
*
added codegen for assign and assigned goto stmts
arphaman
2013-07-19
1
-32
/
+24
[next]