Artem Dergachev
							
						 
						
							 
							
							
							
							
								
							
							
								b92a39ac13 
								
							 
						 
						
							
							
								
								[clang-tidy] bugprone-assert-side-effect: Warn on NSAssert by default.  
							
							 
							
							... 
							
							
							
							NSAssert and NSCAssert are Objective-C Foundation's standard assert macros.
Differential Revision: https://reviews.llvm.org/D95519  
							
						 
						
							2021-01-28 22:31:49 -08:00  
						
					 
				
					
						
							
							
								 
								Artem Dergachev
							
						 
						
							 
							
							
							
							
								
							
							
								ec81289831 
								
							 
						 
						
							
							
								
								[clang-tidy] bugprone-assert-side-effect: Improve warning message.  
							
							 
							
							... 
							
							
							
							Drop redundant "found", specify what exactly is wrong with side effects
in assert conditions.
Differential Revision: https://reviews.llvm.org/D95515  
							
						 
						
							2021-01-28 22:31:49 -08:00  
						
					 
				
					
						
							
							
								 
								Alexander Kornienko
							
						 
						
							 
							
							
							
							
								
							
							
								027899dab6 
								
							 
						 
						
							
							
								
								Remove references to the ast_type_traits namespace  
							
							 
							
							... 
							
							
							
							Follow up to cd62511496  /
https://reviews.llvm.org/D74499 
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D92994  
							
						 
						
							2020-12-11 00:58:46 +01:00  
						
					 
				
					
						
							
							
								 
								Stephen Kelly
							
						 
						
							 
							
							
							
							
								
							
							
								a72307c3a6 
								
							 
						 
						
							
							
								
								Set traversal explicitly where needed in clang-tidy  
							
							 
							
							... 
							
							
							
							Reviewers: aaron.ballman
Subscribers: nemanjai, kbarton, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D72530  
							
						 
						
							2020-05-21 22:34:37 +01:00  
						
					 
				
					
						
							
							
								 
								Fangrui Song
							
						 
						
							 
							
							
							
							
								
							
							
								36fbd0da5f 
								
							 
						 
						
							
							
								
								Simplify with llvm::is_contained. NFC  
							
							 
							
							... 
							
							
							
							llvm-svn: 365993 
							
						 
						
							2019-07-13 07:23:12 +00:00  
						
					 
				
					
						
							
							
								 
								Chandler Carruth
							
						 
						
							 
							
							
							
							
								
							
							
								2946cd7010 
								
							 
						 
						
							
							
								
								Update the file headers across all of the LLVM projects in the monorepo  
							
							 
							
							... 
							
							
							
							to reflect the new license.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351636 
							
						 
						
							2019-01-19 08:50:56 +00:00  
						
					 
				
					
						
							
							
								 
								Stephen Kelly
							
						 
						
							 
							
							
							
							
								
							
							
								43465bf3fd 
								
							 
						 
						
							
							
								
								Port getLocStart -> getBeginLoc  
							
							 
							
							... 
							
							
							
							Reviewers: javed.absar
Subscribers: nemanjai, kbarton, ilya-biryukov, ioeric, jkorous, arphaman, jfb, cfe-commits
Differential Revision: https://reviews.llvm.org/D50354 
llvm-svn: 339400 
							
						 
						
							2018-08-09 22:42:26 +00:00  
						
					 
				
					
						
							
							
								 
								Alexander Kornienko
							
						 
						
							 
							
							
							
							
								
							
							
								d4ac4afda7 
								
							 
						 
						
							
							
								
								[clang-tidy] Move a few more checks from misc to bugprone.  
							
							 
							
							... 
							
							
							
							Summary:
clang_tidy/rename_check.py misc-assert-side-effect bugprone-assert-side-effect
clang_tidy/rename_check.py misc-bool-pointer-implicit-conversion bugprone-bool-pointer-implicit-conversion
clang_tidy/rename_check.py misc-fold-init-type bugprone-fold-init-type
clang_tidy/rename_check.py misc-forward-declaration-namespace bugprone-forward-declaration-namespace
clang_tidy/rename_check.py misc-inaccurate-erase bugprone-inaccurate-erase
clang_tidy/rename_check.py misc-move-forwarding-reference bugprone-move-forwarding-reference
clang_tidy/rename_check.py misc-multiple-statement-macro bugprone-multiple-statement-macro
clang_tidy/rename_check.py misc-use-after-move bugprone-use-after-move
clang_tidy/rename_check.py misc-virtual-near-miss bugprone-virtual-near-miss
Manually fixed a reference to UseAfterMoveCheck in the hicpp module.
Manually fixed header guards.
Reviewers: hokein
Reviewed By: hokein
Subscribers: nemanjai, mgorny, javed.absar, xazax.hun, kbarton, cfe-commits
Differential Revision: https://reviews.llvm.org/D40426 
llvm-svn: 318950 
							
						 
						
							2017-11-24 14:16:29 +00:00