Author: Thibault Monnier
Date: 2025-12-29T12:43:06+01:00
New Revision: 137fb1bc85ae2f29ca2aacf33770fce381f72514

URL: 
https://github.com/llvm/llvm-project/commit/137fb1bc85ae2f29ca2aacf33770fce381f72514
DIFF: 
https://github.com/llvm/llvm-project/commit/137fb1bc85ae2f29ca2aacf33770fce381f72514.diff

LOG: [NFC][Clang] Remove unused include <tuple> in Lexer.cpp (#173801)

This header was not being used, as found by `Ctrl + F`-ing all the
declarations from `tuple` (found at
https://en.cppreference.com/w/cpp/header/tuple.html).

Added: 
    

Modified: 
    clang/lib/Lex/Lexer.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Lex/Lexer.cpp b/clang/lib/Lex/Lexer.cpp
index b282a600c0e56..afebef0974016 100644
--- a/clang/lib/Lex/Lexer.cpp
+++ b/clang/lib/Lex/Lexer.cpp
@@ -44,7 +44,6 @@
 #include <limits>
 #include <optional>
 #include <string>
-#include <tuple>
 
 #ifdef __SSE4_2__
 #include <nmmintrin.h>


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to