mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
StackProtector.h: Fix trailing comments for doxygen. [-Wdocumentation]
s!//<!///<! llvm-svn: 193669
This commit is contained in:
parent
7388ca6af3
commit
579bb406bf
@ -34,14 +34,14 @@ public:
|
|||||||
/// SSPLayoutKind. Stack Smashing Protection (SSP) rules require that
|
/// SSPLayoutKind. Stack Smashing Protection (SSP) rules require that
|
||||||
/// vulnerable stack allocations are located close the stack protector.
|
/// vulnerable stack allocations are located close the stack protector.
|
||||||
enum SSPLayoutKind {
|
enum SSPLayoutKind {
|
||||||
SSPLK_None, //< Did not trigger a stack protector. No effect on data
|
SSPLK_None, ///< Did not trigger a stack protector. No effect on data
|
||||||
//< layout.
|
///< layout.
|
||||||
SSPLK_LargeArray, //< Array or nested array >= SSP-buffer-size. Closest
|
SSPLK_LargeArray, ///< Array or nested array >= SSP-buffer-size. Closest
|
||||||
//< to the stack protector.
|
///< to the stack protector.
|
||||||
SSPLK_SmallArray, //< Array or nested array < SSP-buffer-size. 2nd closest
|
SSPLK_SmallArray, ///< Array or nested array < SSP-buffer-size. 2nd closest
|
||||||
//< to the stack protector.
|
///< to the stack protector.
|
||||||
SSPLK_AddrOf //< The address of this allocation is exposed and
|
SSPLK_AddrOf ///< The address of this allocation is exposed and
|
||||||
//< triggered protection. 3rd closest to the protector.
|
///< triggered protection. 3rd closest to the protector.
|
||||||
};
|
};
|
||||||
|
|
||||||
/// A mapping of AllocaInsts to their required SSP layout.
|
/// A mapping of AllocaInsts to their required SSP layout.
|
||||||
|
Loading…
Reference in New Issue
Block a user