[PATCH] D88381: [Flang][Driver] Add PrintPreprocessed FrontendAction
sameeran joshi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 27 01:00:23 PDT 2020
sameeranjoshi added a comment.
A few `nits:` and mostly style comments inline:
================
Comment at: flang/include/flang/Frontend/CompilerInvocation.h:12
#include "flang/Frontend/FrontendOptions.h"
+#include "flang/Parser/parsing.h"
#include "clang/Basic/Diagnostic.h"
----------------
awarzynski wrote:
> sameeranjoshi wrote:
> > `Nit:` I believe `clang-format` is missing.
> I did apply it and this line looks OK to me - what's missing?
See point 2[1] below the code block.
Ideally clang comes alphabetically first.
[1] https://github.com/llvm/llvm-project/blob/master/flang/docs/C++style.md#files
================
Comment at: flang/include/flang/Frontend/FrontendActions.h:9
#ifndef LLVM_FLANG_FRONTEND_FRONTENDACTIONS_H
#define LLVM_FLANG_FRONTEND_FRONTENDACTIONS_H
----------------
Why is this not following the style guide mentioned at [1] point 2.
[1] https://github.com/llvm/llvm-project/blob/master/flang/docs/C++style.md#files
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88381/new/
https://reviews.llvm.org/D88381
More information about the cfe-commits
mailing list