aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Semantics/scope.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-12-18[flang] Add UNSIGNED (#113504)Peter Klausler1-0/+1
2024-09-17[flang] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim1-1/+1
2024-06-11[flang] Change argument to const reference (#95048)Peter Klausler1-1/+1
2023-08-29[flang] Faster implementation of FindScope()Peter Klausler1-18/+11
2023-05-31[flang] CUDA Fortran - part 2/5: symbols & scopesPeter Klausler1-2/+2
2023-05-17[flang] Catch (and fix) attempts to create an invalid source range for a ScopePeter Klausler1-4/+45
2023-01-27[flang] Prohibit multiple separate module procedure definitionsPeter Klausler1-0/+3
2023-01-23[Flang] fix a copy-paste error in scope.cppShivam Gupta1-1/+1
2022-04-20[flang] Do not pass derived type by descriptor when not neededJean Perier1-24/+31
2022-03-11[flang][NFC] rename IsKindParameterizedDerivedType and fix comment typosJean Perier1-2/+2
2022-03-03[flang] Generate PDT runtime type info in the type definition scopeJean Perier1-0/+19
2022-01-31[flang] Distinguish intrinsic from non-intrinsic modulesPeter Klausler1-3/+3
2021-06-03[flang] Support known constant lengths in DynamicTypepeter klausler1-1/+1
2021-06-03[flang] Fix crashes due to failure to find a subprogrampeter klausler1-1/+1
2021-04-09[flang] Enforce a limit on recursive PDT instantiationspeter klausler1-1/+1
2021-03-18[flang] Refine symbol sortingpeter klausler1-1/+1
2021-03-16[flang] Order Symbols by source provenancepeter klausler1-3/+3
2021-02-22Making FindCommonBlock a const memberRenaud-K1-1/+1
2021-01-29[flang] Support disabled alternative PARAMETER statementpeter klausler1-0/+43
2020-11-11[flang] Fix CheckSpecificationExpr handling of associated namespeter klausler1-7/+0
2020-09-11[flang] Fix build issue with BUILD_SHARED_LIBS=ONRichard Barton1-8/+0
2020-09-02[flang] Support multiple CookedSource instancespeter klausler1-8/+0
2020-07-26[flang] Fix implicit declarations in statement functionsTim Keith1-0/+4
2020-05-29[flang][NFC] Remove link-time dependency of Evaluate on SemanticsTim Keith1-10/+0
2020-05-06[flang][NFC] Add accessors to equivalence and common blocksTim Keith1-5/+2
2020-04-23[flang] Compute sizes and offsets for symbolsTim Keith1-0/+22
2020-04-02[flang] Checks for constraints C731 through C740Pete Steinfeld1-0/+9
2020-03-28[flang] Reformat with latest clang-format and .clang-formatTim Keith1-6/+9
2020-03-19[flang] [LLVMify F18] Replace the use std::ostream with LLVM streams llvm::os...Caroline Concatto1-3/+4
2020-03-17[flang] Check module subprogram against separate module procedureTim Keith1-0/+3
2020-03-17[flang] Create symbols for args of separate-module-subprogramTim Keith1-0/+12
2020-03-10[flang] Fix scope accessibility checkTim Keith1-2/+20
2020-02-25[flang] [LLVMify F18] Compiler module folders should have capitalised names (...CarolineConcatto1-0/+336