# Block bodies should not be followed by a semicolon. Due to C++11
# brace initialization, there are more places where semicolons are
- # required than not, so we use a allowed list approach to check these
+ # required than not, so we use an allowed list approach to check these
# rather than an exclusion list. These are the places where "};" should
# be replaced by just "}":
# 1. Some flavor of block following closing parenthesis:
// at '/path/to/lib'.
CompileLayer.add(JD, loadModule(...));
-Or, to expose a allowed set of symbols from the main process:
+Or, to expose an allowed set of symbols from the main process:
.. code-block:: c++
bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym,
unsigned Type) const {
- // FIXME: This is extremely conservative. This really needs to use a
+ // FIXME: This is extremely conservative. This really needs to use an
// explicit list with a clear explanation for why each realocation needs to
// point to the symbol, not to the section.
switch (Type) {