parent
							
								
									182f660d8d
								
							
						
					
					
						commit
						383bfd27d0
					
				| 
						 | 
					@ -28,7 +28,7 @@ using namespace clang;
 | 
				
			||||||
namespace bugdesc {
 | 
					namespace bugdesc {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct NullDeref {
 | 
					struct NullDeref {
 | 
				
			||||||
  static const char* getName() { return "Null pointer dereference"; }
 | 
					  static const char* getName() { return "Null dereference"; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  static PathDiagnosticPiece* getEndPath(SourceManager& SMgr,
 | 
					  static PathDiagnosticPiece* getEndPath(SourceManager& SMgr,
 | 
				
			||||||
                                         ExplodedNode<ValueState> *N);
 | 
					                                         ExplodedNode<ValueState> *N);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue