mikaelholmen wrote:

> Waiting for @mikaelholmen to confirm this fixes their error.

I applied this patch at ba6a59c875 and compiled and got
```
../../clang/lib/Lex/Lexer.cpp:1937:1: error: unused function 
'fastParseASCIIIdentifierSSE42' [-Werror,-Wunused-function]
 1937 | fastParseASCIIIdentifierSSE42(const char *CurPtr, const char 
*BufferEnd) {
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
If I grep through the code for ```fastParseASCIIIdentifierSSE42``` the only 
place I find is the definition so I guess the warning is correct?
Or where is it supposed to be used?

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

Reply via email to