===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
astyle-3.1/doc/notes.html-221-        <li>Fix extra space after a trailing reference type (#300).</li>
astyle-3.1/doc/notes.html:222:        <li>Fix _asm blocks not being identified as a block opener and the variable not cleared on exit (#163).</li>
astyle-3.1/doc/notes.html-223-        <li>Fix indentation of line comments before a &quot;class&quot; opening bracket.</li>
##############################################
astyle-3.1/src/ASBeautifier.cpp-173-	haveLineContinuationChar = other.haveLineContinuationChar;
astyle-3.1/src/ASBeautifier.cpp:174:	isInAsm = other.isInAsm;
astyle-3.1/src/ASBeautifier.cpp-175-	isInAsmOneLine = other.isInAsmOneLine;
##############################################
astyle-3.1/src/ASBeautifier.cpp-332-	haveLineContinuationChar = false;
astyle-3.1/src/ASBeautifier.cpp:333:	isInAsm = false;
astyle-3.1/src/ASBeautifier.cpp-334-	isInAsmOneLine = false;
##############################################
astyle-3.1/src/ASBeautifier.cpp-2848-					}
astyle-3.1/src/ASBeautifier.cpp:2849:					isInAsm = false;
astyle-3.1/src/ASBeautifier.cpp-2850-					isInConditional = false;
##############################################
astyle-3.1/src/ASBeautifier.cpp-3252-			}
astyle-3.1/src/ASBeautifier.cpp:3253:			else if (isInAsm || isInAsmOneLine || isInAsmBlock)
astyle-3.1/src/ASBeautifier.cpp-3254-			{
##############################################
astyle-3.1/src/ASBeautifier.cpp-3398-				isInAsmBlock = false;
astyle-3.1/src/ASBeautifier.cpp:3399:				isInAsm = isInAsmOneLine = isInQuote = false;	// close these just in case
astyle-3.1/src/ASBeautifier.cpp-3400-
##############################################
astyle-3.1/src/ASBeautifier.cpp-3569-				{
astyle-3.1/src/ASBeautifier.cpp:3570:					isInAsm = true;
astyle-3.1/src/ASBeautifier.cpp-3571-				}
##############################################
astyle-3.1/src/ASFormatter.cpp-241-	isInExecSQL = false;
astyle-3.1/src/ASFormatter.cpp:242:	isInAsm = false;
astyle-3.1/src/ASFormatter.cpp-243-	isInAsmOneLine = false;
##############################################
astyle-3.1/src/ASFormatter.cpp-1510-			         && !isInEnum                   // not an enum with a base type
astyle-3.1/src/ASFormatter.cpp:1511:			         && !isInAsm                    // not in extended assembler
astyle-3.1/src/ASFormatter.cpp-1512-			         && !isInAsmOneLine             // not in extended assembler
##############################################
astyle-3.1/src/ASFormatter.cpp-1620-				{
astyle-3.1/src/ASFormatter.cpp:1621:					isInAsm = true;
astyle-3.1/src/ASFormatter.cpp-1622-				}
##############################################
astyle-3.1/src/ASFormatter.cpp-2631-	if (endOfAsmReached)
astyle-3.1/src/ASFormatter.cpp:2632:		endOfAsmReached = isInAsmBlock = isInAsm = false;
astyle-3.1/src/ASFormatter.cpp-2633-	shouldKeepLineUnbroken = false;
##############################################
astyle-3.1/src/ASFormatter.cpp-7588-	        || isInExecSQL
astyle-3.1/src/ASFormatter.cpp:7589:	        || isInAsm || isInAsmOneLine || isInAsmBlock
astyle-3.1/src/ASFormatter.cpp-7590-	        || isInTemplate)
##############################################
astyle-3.1/src/ASResource.cpp-85-
astyle-3.1/src/ASResource.cpp:86:const string ASResource::AS_ASM = string("asm");
astyle-3.1/src/ASResource.cpp-87-const string ASResource::AS__ASM__ = string("__asm__");
astyle-3.1/src/ASResource.cpp:88:const string ASResource::AS_MS_ASM = string("_asm");
astyle-3.1/src/ASResource.cpp:89:const string ASResource::AS_MS__ASM = string("__asm");
astyle-3.1/src/ASResource.cpp-90-
##############################################
astyle-3.1/.pc/privacy.patch/doc/notes.html-221-        <li>Fix extra space after a trailing reference type (#300).</li>
astyle-3.1/.pc/privacy.patch/doc/notes.html:222:        <li>Fix _asm blocks not being identified as a block opener and the variable not cleared on exit (#163).</li>
astyle-3.1/.pc/privacy.patch/doc/notes.html-223-        <li>Fix indentation of line comments before a &quot;class&quot; opening bracket.</li>