Commit e2c3d16 1 parent 9e66206 commit e2c3d16 Copy full SHA for e2c3d16
File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ the file. The standard header looks like this:
177
177
178
178
.. code-block :: c++
179
179
180
- //===-- llvm/Instruction.h - Instruction class definition -------* - C++ - * -===//
180
+ //===--- ------------------------------------------------------------------ -===//
181
181
//
182
182
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
183
183
// See https://llvm.org/LICENSE.txt for license information.
@@ -191,17 +191,7 @@ the file. The standard header looks like this:
191
191
///
192
192
//===----------------------------------------------------------------------===//
193
193
194
- A few things to note about this particular format: The "``-*- C++ -*- ``" string
195
- on the first line is there to tell Emacs that the source file is a C++ file, not
196
- a C file (Emacs assumes ``.h `` files are C files by default).
197
-
198
- .. note ::
199
-
200
- This tag is not necessary in ``.cpp `` files. The name of the file is also
201
- on the first line, along with a very short description of the purpose of the
202
- file.
203
-
204
- The next section in the file is a concise note that defines the license that the
194
+ The first section in the file is a concise note that defines the license that the
205
195
file is released under. This makes it perfectly clear what terms the source
206
196
code can be distributed under and should not be modified in any way.
207
197
You can’t perform that action at this time.
0 commit comments