File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2635,7 +2635,7 @@ violates the strict aliasing rules. For example:
26352635
26362636Strict aliasing can be explicitly enabled with ``-fstrict-aliasing `` and
26372637disabled with ``-fno-strict-aliasing ``. ``clang-cl `` defaults to
2638- ``-fno-strict-aliasing ``; see . Otherwise, Clang defaults to ``-fstrict-aliasing ``.
2638+ ``-fno-strict-aliasing ``. Otherwise, Clang defaults to ``-fstrict-aliasing ``.
26392639
26402640C and C++ specify slightly different rules for strict aliasing. To improve
26412641language interoperability, Clang allows two types to alias if either language
Original file line number Diff line number Diff line change 1515// LLVM_DEBUG() requires the DEBUG_TYPE macro to be defined. Set it to "foo"
1616// specify that your debug code belongs to class "foo". Be careful that you only
1717// do this after including Debug.h and not around any #include of headers.
18- // Headers should define and undef the macro acround the code that needs to use
18+ // Headers should define and undef the macro around the code that needs to use
1919// the LLVM_DEBUG() macro. Then, on the command line, you can specify
2020// '-debug-only=foo' to enable JUST the debug information for the foo class.
2121//
You can’t perform that action at this time.
0 commit comments