Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / flang-compiler/f18 issues and pull requests

#100 - Remove extraneous Pre/Post for ProcedureDeclarationStmt

Pull Request - State: closed - Opened by tskeith over 6 years ago

#99 - Add Dump() routines for debugging.

Pull Request - State: closed - Opened by tskeith over 6 years ago - 2 comments

#98 - Error recovery: executable construct in module

Issue - State: closed - Opened by tskeith over 6 years ago - 1 comment

#97 - Process procedure declarations and derived types.

Pull Request - State: closed - Opened by tskeith over 6 years ago

#96 - Omppar

Pull Request - State: closed - Opened by hsuauthai over 6 years ago - 2 comments

#95 - Improvements to generics.

Pull Request - State: closed - Opened by tskeith over 6 years ago

#94 - Update build instructions

Pull Request - State: closed - Opened by sscalpone over 6 years ago

#93 - Clean up; fix assert and crashes

Pull Request - State: closed - Opened by tskeith over 6 years ago

#92 - Document and initiate development of run time descriptors.

Pull Request - State: closed - Opened by klausler over 6 years ago

#91 - Add OpenMP parallel directives and private/firstprivate clauses to pa…

Pull Request - State: closed - Opened by hsuauthai over 6 years ago - 1 comment

#90 - Fix issue #89

Pull Request - State: closed - Opened by klausler over 6 years ago

#89 - Spurious parse error due to extra space in data statement

Issue - State: closed - Opened by tskeith over 6 years ago - 2 comments

#88 - Name resolution on interface blocks.

Pull Request - State: closed - Opened by tskeith over 6 years ago

#87 - Quash extra spaces after macro replacement

Pull Request - State: closed - Opened by klausler over 6 years ago

#86 - Tweak compiler directive continuation line processing

Pull Request - State: closed - Opened by klausler almost 7 years ago

#85 - Fixes for compiler directive continuation lines

Pull Request - State: closed - Opened by klausler almost 7 years ago

#84 - Build with g++ 8.1.0

Pull Request - State: closed - Opened by klausler almost 7 years ago

#83 - Support attachments to messages

Pull Request - State: closed - Opened by klausler almost 7 years ago

#82 - TargetInfo for Fortran

Pull Request - State: closed - Opened by schauveau almost 7 years ago - 2 comments

#80 - Clean up dump-parse-tree.h

Pull Request - State: closed - Opened by klausler almost 7 years ago

#79 - Implement USE statements.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#78 - Add dependency to LLVM & Clang libraries (backport)

Pull Request - State: closed - Opened by schauveau almost 7 years ago

#77 - Source code cleanup

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#76 - Remove unused code; rename dump-parse-tree

Pull Request - State: closed - Opened by sscalpone almost 7 years ago

#75 - Cleanup

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#74 - Add copyright notices.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#73 - More clean-up & build with Clang

Pull Request - State: closed - Opened by klausler almost 7 years ago

#72 - Entities vs EXTERNAL vs PROCEDURE

Issue - State: closed - Opened by schauveau almost 7 years ago - 8 comments

#71 - IMPLICIT NONE is not inherited by nested scope

Issue - State: closed - Opened by tskeith almost 7 years ago

#70 - Initial support for name resolution in modules.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#69 - Make `construct<T>(...)` calls span more accurate source ranges.

Pull Request - State: closed - Opened by klausler almost 7 years ago

#68 - Remove needless empty braces from construct<>() calls.

Pull Request - State: closed - Opened by klausler almost 7 years ago

#67 - Create Message instances with provenance range.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#66 - Code clean-up & provenance ranges on messages

Pull Request - State: closed - Opened by klausler almost 7 years ago

#65 - Rewrite function calls to array element references

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 1 comment

#64 - Add Visit() helper to replace std::visit+visitors.

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 4 comments

#63 - Add dependency to LLVM and CLang libraries

Pull Request - State: closed - Opened by schauveau almost 7 years ago - 2 comments

#62 - Parser instrumentation and caching of failed parse attempts

Pull Request - State: closed - Opened by klausler almost 7 years ago

#61 - Define SetOfChars type, use it

Pull Request - State: closed - Opened by klausler almost 7 years ago

#60 - Implement parse tree rewriting.

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 2 comments

#59 - Messaging work

Pull Request - State: closed - Opened by klausler almost 7 years ago - 1 comment

#58 - Add statement functions to symbol table

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#57 - fix misrecogition of actual argument "a==b"

Pull Request - State: closed - Opened by klausler almost 7 years ago

#55 - Add -fdebug-dump-parse-tree and -fdebug-resolve-names

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#54 - Fix integration problem between PR #51 and PR #53.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#53 - Resolve array specifications of entities.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#52 - Improve include file sorting.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#51 - add missing accessors to types

Pull Request - State: closed - Opened by schauveau almost 7 years ago - 1 comment

#50 - Make warnings and errors more like clang

Issue - State: closed - Opened by tskeith almost 7 years ago - 5 comments

#49 - Continue work on name resolution.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#48 - Parse NAG tests (no execution)

Pull Request - State: closed - Opened by klausler almost 7 years ago

#47 - valgrind error during parsing

Issue - State: closed - Opened by tskeith almost 7 years ago - 2 comments

#46 - Change API of Scope to match std::map

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 1 comment

#45 - Add snippet about trigraphs

Pull Request - State: closed - Opened by sscalpone almost 7 years ago

#44 - Support unique identifiers for warnings

Issue - State: open - Opened by tskeith almost 7 years ago - 1 comment

#43 - Avoid most uses of Boolean-valued Pre() callbacks in unparse.cc.

Pull Request - State: closed - Opened by klausler almost 7 years ago - 1 comment

#42 - Generalize Attrs for arbitrary enums, implement with std::bitset<>.

Pull Request - State: closed - Opened by klausler almost 7 years ago - 2 comments

#41 - Collect implicit type rules and report related errors.

Pull Request - State: closed - Opened by tskeith almost 7 years ago

#40 - Legacy extension conflicts with modern Fortran

Issue - State: closed - Opened by klausler almost 7 years ago - 2 comments

#39 - Error recovery in specification parts

Pull Request - State: closed - Opened by klausler almost 7 years ago

#38 - Messaging and error recovery work

Pull Request - State: closed - Opened by klausler almost 7 years ago - 1 comment

#37 - Roll up some small changes to resolve TODOs

Pull Request - State: closed - Opened by klausler almost 7 years ago

#36 - Continue work on name resolution

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 1 comment

#35 - Warn about missing spaces in free form

Pull Request - State: closed - Opened by klausler almost 7 years ago - 2 comments

#34 - Support compiler directives in the prescanner and parser.

Pull Request - State: closed - Opened by klausler almost 7 years ago - 2 comments

#33 - Skeleton implementation of semantic analysis of expressions

Pull Request - State: closed - Opened by schauveau almost 7 years ago - 5 comments

#32 - Add accessors to tuple and union classes.

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 6 comments

#31 - Add ENUM_CLASS to define enum class with ToString function.

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 1 comment

#30 - Partial implementation of Symbols and Scopes.

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 3 comments

#29 - Source provenance ranges for statements and names, plus clean-up.

Pull Request - State: closed - Opened by klausler almost 7 years ago - 2 comments

#28 - Overview of scope creation and symbol resolution

Pull Request - State: closed - Opened by sscalpone almost 7 years ago

#27 - New documentation

Pull Request - State: closed - Opened by klausler almost 7 years ago

#26 - More fixes for bugs found by running f90_correct tests.

Pull Request - State: closed - Opened by klausler almost 7 years ago

#25 - Take #2 on unparsing, now using the new parse tree walker.

Pull Request - State: closed - Opened by klausler almost 7 years ago

#24 - Add initial semantic analysis on statements

Pull Request - State: closed - Opened by schauveau almost 7 years ago - 2 comments

#23 - Add MakeTypes to build types using visitor.

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 1 comment

#22 - Ensure that the parse tree visitation Walk template works on FORMAT.

Pull Request - State: closed - Opened by klausler almost 7 years ago - 3 comments

#21 - Fix parsing error on PROCEDURE statement in derived type definition.

Pull Request - State: closed - Opened by klausler almost 7 years ago

#20 - Trait-based parse tree traversal.

Pull Request - State: closed - Opened by klausler almost 7 years ago

#19 - Fix some bugs that I noticed while running regression tests.

Pull Request - State: closed - Opened by klausler almost 7 years ago

#18 - Use macros to reduce boilerplate.

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 1 comment

#17 - Fix classes with variant and other fields

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 1 comment

#16 - Preserve some minor changes...

Pull Request - State: closed - Opened by klausler almost 7 years ago

#15 - First implementation of a parse tree visitor

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 4 comments

#14 - Put localization markers on the string literals used for messages.

Pull Request - State: closed - Opened by klausler almost 7 years ago - 1 comment

#13 - Add simple recursive CMake directory structure

Pull Request - State: closed - Opened by schauveau almost 7 years ago - 1 comment

#12 - Update the header file guards in lib/parser to reflect the introducti…

Pull Request - State: closed - Opened by klausler almost 7 years ago

#11 - Remove old character "cooking" parser combinators

Pull Request - State: closed - Opened by klausler almost 7 years ago

#10 - Remove a temporary #include <iostream> and auto-detect -Mfixed

Pull Request - State: closed - Opened by klausler almost 7 years ago

#9 - Implement source provenance tracking and file inclusion.

Pull Request - State: closed - Opened by klausler almost 7 years ago

#8 - More work on types

Pull Request - State: closed - Opened by tskeith almost 7 years ago - 4 comments

#7 - Revert "Schauveau cmake"

Pull Request - State: closed - Opened by sscalpone almost 7 years ago

#6 - Schauveau cmake

Pull Request - State: closed - Opened by schauveau about 7 years ago - 6 comments

#5 - Move type.{h,cc} and attr.{h,cc}

Pull Request - State: closed - Opened by tskeith about 7 years ago

#4 - Impose a directory structure and intermediate namespace.

Pull Request - State: closed - Opened by klausler about 7 years ago - 8 comments

#3 - Initial work on the representation of types.

Pull Request - State: closed - Opened by tskeith about 7 years ago

#2 - Parser need to provide precise token location to the parse tree

Issue - State: closed - Opened by schauveau about 7 years ago - 3 comments

#1 - missing mandatory blanks in f18 demo

Issue - State: closed - Opened by schauveau about 7 years ago - 2 comments