forked from OSchip/llvm-project
Revert a LLVM_OVERRIDE to 'override' change in documentation. My search and replace was a little overzealous.
llvm-svn: 202633
This commit is contained in:
parent
a3dbe84166
commit
e67972c462
|
@ -28,7 +28,7 @@ For example:
|
|||
Using Expands-to-Override Macros
|
||||
================================
|
||||
|
||||
Like LLVM's ``override``, several projects have macros that conditionally
|
||||
Like LLVM's ``LLVM_OVERRIDE``, several projects have macros that conditionally
|
||||
expand to the ``override`` keyword when compiling with C++11 features enabled.
|
||||
To maintain compatibility with non-C++11 builds, the Add-Override Transform
|
||||
supports detection and use of these macros instead of using the ``override``
|
||||
|
|
Loading…
Reference in New Issue