[PATCH] D87635: [flang] More clean-up of CookedSource API

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 14:07:27 PDT 2020


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
klausler requested review of this revision.
Herald added a subscriber: sstefan1.

The std::string holding the content of a CookedSource no longer
needs to be exposed in its API after the recent work that allows
the parsing context to hold multiple instances of a CookedSource.
So clean the API.  These changes were extracted from some work in
progress that was made easier by the API changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87635

Files:
  flang/include/flang/Parser/parse-state.h
  flang/include/flang/Parser/provenance.h
  flang/include/flang/Semantics/semantics.h
  flang/lib/Lower/OpenACC.cpp
  flang/lib/Parser/prescan.cpp
  flang/lib/Parser/provenance.cpp
  flang/tools/f18/f18.cpp
  flang/unittests/Evaluate/intrinsics.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87635.291681.patch
Type: text/x-patch
Size: 8353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/57589c0e/attachment.bin>


More information about the llvm-commits mailing list