chore: rename ExplicitThisptr files to uppercase
This commit is contained in:
		
							parent
							
								
									1851f17e29
								
							
						
					
					
						commit
						452034ef6b
					
				
					 4 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -15,7 +15,7 @@ find_package(Clang REQUIRED)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_library(tidyfox MODULE
 | 
					add_library(tidyfox MODULE
 | 
				
			||||||
	src/lib.cpp
 | 
						src/lib.cpp
 | 
				
			||||||
	src/explicit_thisptr.cpp
 | 
						src/ExplicitThisptr.cpp
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
target_link_libraries(tidyfox PRIVATE clang-tidy)
 | 
					target_link_libraries(tidyfox PRIVATE clang-tidy)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
#include "explicit_thisptr.hpp"
 | 
					#include "ExplicitThisptr.hpp"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace clang::tidy::tidyfox {
 | 
					namespace clang::tidy::tidyfox {
 | 
				
			||||||
using namespace ast_matchers;
 | 
					using namespace ast_matchers;
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#include <clang-tidy/ClangTidyModule.h>
 | 
					#include <clang-tidy/ClangTidyModule.h>
 | 
				
			||||||
#include <clang-tidy/ClangTidyModuleRegistry.h>
 | 
					#include <clang-tidy/ClangTidyModuleRegistry.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "explicit_thisptr.hpp"
 | 
					#include "ExplicitThisptr.hpp"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace clang::tidy::tidyfox {
 | 
					namespace clang::tidy::tidyfox {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue