[all-commits] [llvm/llvm-project] f411be: [flang] NFC: change non-nullable pointer arguments...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Sep 2 14:15:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f411be0d246ca8f37fd3e9fc3db35cbbd7119646
https://github.com/llvm/llvm-project/commit/f411be0d246ca8f37fd3e9fc3db35cbbd7119646
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M flang/lib/Parser/preprocessor.cpp
M flang/lib/Parser/preprocessor.h
M flang/lib/Parser/prescan.cpp
Log Message:
-----------
[flang] NFC: change non-nullable pointer arguments to references
Ticking off a Parser TODO: Preprocessor::Directive()'s Prescanner
argument should be a reference, not a pointer.
Differential Revision: https://reviews.llvm.org/D109094
More information about the All-commits
mailing list