<div dir="ltr">Hello,<div><br></div><div>I've been doing some work on writing a check with clang-tidy. I want my check to behave differently on header files than on implementation files. </div><div><br></div><div>My current plan is to do this by looking at the extension of the file type (and assume the file is not a header file if the extension is of the form ".c*"). </div><div><br></div><div>To do this, I need a way of getting the file name as a string. Within llvm, what is the standard way of accessing the name of a file clang-tidy is running on?</div><div><br></div><div>Best,</div><div>Shyan Akmal</div></div>