r236390 - clang-format function definition header. NFC.

Yaron Keren yaron.keren at gmail.com
Sat May 2 12:29:30 PDT 2015


Author: yrnkrn
Date: Sat May  2 14:29:29 2015
New Revision: 236390

URL: http://llvm.org/viewvc/llvm-project?rev=236390&view=rev
Log:
clang-format function definition header. NFC.


Modified:
    cfe/trunk/lib/Lex/PPExpressions.cpp

Modified: cfe/trunk/lib/Lex/PPExpressions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPExpressions.cpp?rev=236390&r1=236389&r2=236390&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPExpressions.cpp (original)
+++ cfe/trunk/lib/Lex/PPExpressions.cpp Sat May  2 14:29:29 2015
@@ -730,8 +730,7 @@ static bool EvaluateDirectiveSubExpr(PPV
 /// EvaluateDirectiveExpression - Evaluate an integer constant expression that
 /// may occur after a #if or #elif directive.  If the expression is equivalent
 /// to "!defined(X)" return X in IfNDefMacro.
-bool Preprocessor::
-EvaluateDirectiveExpression(IdentifierInfo *&IfNDefMacro) {
+bool Preprocessor::EvaluateDirectiveExpression(IdentifierInfo *&IfNDefMacro) {
   SaveAndRestore<bool> PPDir(ParsingIfOrElifDirective, true);
   // Save the current state of 'DisableMacroExpansion' and reset it to false. If
   // 'DisableMacroExpansion' is true, then we must be in a macro argument list





More information about the cfe-commits mailing list