File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -827,8 +827,7 @@ The warning can be resolved by removing one of the conditions above. In rough
827827order of preference, this may be done by:
8288281. Marking the object ``const`` (if possible)
8298292. Moving the object's definition to a source file
830- 3. Making the object visible using ``__attribute((visibility("default")))``,
831- ``__declspec(dllimport)``, or ``__declspec(dllexport)``.
830+ 3. Making the object visible using ``__attribute((visibility("default")))``, ``__declspec(dllimport)``, or ``__declspec(dllexport)``.
832831
833832When annotating an object with ``__declspec(dllimport)`` or ``__declspec(dllexport)``,
834833take care to ensure that the object is only exported from one dll, and is imported
You can’t perform that action at this time.
0 commit comments