Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
line cleanup flags

Passed as 'flags' parameter to qcleanline() More...

Macros

#define CLNL_RTRIM   (1 << 0)
 Remove trailing space characters.
 
#define CLNL_LTRIM   (1 << 1)
 Remove leading space characters.
 
#define CLNL_FINDCMT   (1 << 2)
 Search for the comment symbol everywhere in the line, not only at the beginning.
 
#define CLNL_TRIM   (CLNL_RTRIM|CLNL_LTRIM)
 

Detailed Description

Passed as 'flags' parameter to qcleanline()