From 579bb406bfe9302c5ca560ca27f2faab30bff783 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 30 Oct 2013 00:49:39 +0000 Subject: [PATCH] StackProtector.h: Fix trailing comments for doxygen. [-Wdocumentation] s!//= SSP-buffer-size. Closest - //< to the stack protector. - SSPLK_SmallArray, //< Array or nested array < SSP-buffer-size. 2nd closest - //< to the stack protector. - SSPLK_AddrOf //< The address of this allocation is exposed and - //< triggered protection. 3rd closest to the protector. + SSPLK_None, ///< Did not trigger a stack protector. No effect on data + ///< layout. + SSPLK_LargeArray, ///< Array or nested array >= SSP-buffer-size. Closest + ///< to the stack protector. + SSPLK_SmallArray, ///< Array or nested array < SSP-buffer-size. 2nd closest + ///< to the stack protector. + SSPLK_AddrOf ///< The address of this allocation is exposed and + ///< triggered protection. 3rd closest to the protector. }; /// A mapping of AllocaInsts to their required SSP layout.