================
@@ -1646,7 +1646,6 @@ void Preprocessor::ExpandBuiltinMacro(Token &Tok) {
 
   // Set up the return result.
   Tok.setIdentifierInfo(nullptr);
-  Tok.clearFlag(Token::NeedsCleaning);
----------------
mariusdr wrote:

True, my bad. If the flag is removed we can get asserts on __DATE__ and 
__TIME__ expansion. I've put it back and added some test cases to account for 
this (also for some similar macros like __LINE__, __FILE__ which do not early 
return but are easily tested in the same way). 

https://github.com/llvm/llvm-project/pull/133574
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to