mirror of
				https://github.com/PancakeTAS/lsfg-vk.git
				synced 2025-10-30 07:01:10 +00:00 
			
		
		
		
	speed-up compilation a bit
This commit is contained in:
		
							parent
							
								
									f62e658b11
								
							
						
					
					
						commit
						f60f2cf313
					
				
					 2 changed files with 21 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								.clang-tidy
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								.clang-tidy
									
										
									
									
									
								
							|  | @ -25,3 +25,13 @@ Checks: | ||||||
| - "-cppcoreguidelines-pro-type-reinterpret-cast" # allows reinterpret_cast | - "-cppcoreguidelines-pro-type-reinterpret-cast" # allows reinterpret_cast | ||||||
| - "-cppcoreguidelines-avoid-non-const-global-variables" | - "-cppcoreguidelines-avoid-non-const-global-variables" | ||||||
| - "-cppcoreguidelines-pro-type-union-access" | - "-cppcoreguidelines-pro-type-union-access" | ||||||
|  | # disable slow and pointless checks | ||||||
|  | - "-modernize-use-std-numbers" | ||||||
|  | - "-modernize-type-traits" | ||||||
|  | - "-cppcoreguidelines-owning-memory" | ||||||
|  | - "-cppcoreguidelines-macro-to-enum" | ||||||
|  | - "-readability-container-contains" | ||||||
|  | - "-bugprone-reserved-identifier" | ||||||
|  | - "-bugprone-stringview-nullptr" | ||||||
|  | - "-bugprone-standalone-empty" | ||||||
|  | - "-misc-unused-using-decls" | ||||||
|  |  | ||||||
|  | @ -14,6 +14,7 @@ Checks: | ||||||
| - "-readability-implicit-bool-conversion" | - "-readability-implicit-bool-conversion" | ||||||
| - "-readability-magic-numbers" | - "-readability-magic-numbers" | ||||||
| - "-readability-math-missing-parentheses" | - "-readability-math-missing-parentheses" | ||||||
|  | - "-readability-named-parameter" | ||||||
| - "-bugprone-easily-swappable-parameters" | - "-bugprone-easily-swappable-parameters" | ||||||
| # configure modernization | # configure modernization | ||||||
| - "modernize-*" | - "modernize-*" | ||||||
|  | @ -24,3 +25,13 @@ Checks: | ||||||
| - "-cppcoreguidelines-pro-type-reinterpret-cast" # allows reinterpret_cast | - "-cppcoreguidelines-pro-type-reinterpret-cast" # allows reinterpret_cast | ||||||
| - "-cppcoreguidelines-avoid-non-const-global-variables" | - "-cppcoreguidelines-avoid-non-const-global-variables" | ||||||
| - "-cppcoreguidelines-pro-type-union-access" | - "-cppcoreguidelines-pro-type-union-access" | ||||||
|  | # disable slow and pointless checks | ||||||
|  | - "-modernize-use-std-numbers" | ||||||
|  | - "-modernize-type-traits" | ||||||
|  | - "-cppcoreguidelines-owning-memory" | ||||||
|  | - "-cppcoreguidelines-macro-to-enum" | ||||||
|  | - "-readability-container-contains" | ||||||
|  | - "-bugprone-reserved-identifier" | ||||||
|  | - "-bugprone-stringview-nullptr" | ||||||
|  | - "-bugprone-standalone-empty" | ||||||
|  | - "-misc-unused-using-decls" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 PancakeTAS
						PancakeTAS