[PATCH] D88385: [TableGen][M68K] (Patch 1/8) Utilities for complex instruction addressing modes: CodeBeads and logical operand helper functions
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 01:30:33 PDT 2020
rengolin added a comment.
There are plenty of lint checks that need addressing. Some are false positives and those are obvious cases, but the rest should be followed.
You must run clang-format on new files (entirely) and on localised changes of existing files (many editors have the option to select lines and format).
================
Comment at: llvm/utils/TableGen/CodeBeadsGen.cpp:5
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
----------------
The license has changed to the Apache license (+LLVM exception).
See LICENSE.TXT.
You'll need to change that in all your files.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88385/new/
https://reviews.llvm.org/D88385
More information about the llvm-commits
mailing list