| .. | 
		
		
			
			
			
			
				| ConstantEvaluator.cpp | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| ConstantEvaluator.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| ContractLevelChecker.cpp | Fix checkBaseABICompatibility() to make it actually check return parameters and not just ordinary parameters twice | 2020-10-12 15:14:56 +02:00 | 
		
			
			
			
			
				| ContractLevelChecker.h | Contract level checker: Disallow free function redefinition and alias | 2020-09-25 17:09:58 +02:00 | 
		
			
			
			
			
				| ControlFlowAnalyzer.cpp | Print warning for unnamed return parameters and no return statement | 2020-10-13 13:11:29 +02:00 | 
		
			
			
			
			
				| ControlFlowAnalyzer.h | Print warning for unnamed return parameters and no return statement | 2020-10-13 13:11:29 +02:00 | 
		
			
			
			
			
				| ControlFlowBuilder.cpp | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| ControlFlowBuilder.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| ControlFlowGraph.cpp | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| ControlFlowGraph.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| DeclarationContainer.cpp | If a declaration shadows several others, group them together | 2020-10-08 21:01:25 +02:00 | 
		
			
			
			
			
				| DeclarationContainer.h | If a declaration shadows several others, group them together | 2020-10-08 21:01:25 +02:00 | 
		
			
			
			
			
				| DeclarationTypeChecker.cpp | Disallow invalid use of library names as type names. | 2020-10-16 18:25:08 +02:00 | 
		
			
			
			
			
				| DeclarationTypeChecker.h | Disallow invalid use of library names as type names. | 2020-10-16 18:25:08 +02:00 | 
		
			
			
			
			
				| DocStringAnalyser.cpp | Constants at file-level. | 2020-10-08 18:56:17 +02:00 | 
		
			
			
			
			
				| DocStringAnalyser.h | NatSpec: Implement ` @inheritdoc` | 2020-07-20 18:32:18 +02:00 | 
		
			
			
			
			
				| DocStringTagParser.cpp | Constants at file-level. | 2020-10-08 18:56:17 +02:00 | 
		
			
			
			
			
				| DocStringTagParser.h | NatSpec: Implement ` @inheritdoc` | 2020-07-20 18:32:18 +02:00 | 
		
			
			
			
			
				| GlobalContext.cpp | Free functions. | 2020-08-18 11:46:59 +02:00 | 
		
			
			
			
			
				| GlobalContext.h | Free functions. | 2020-08-18 11:46:59 +02:00 | 
		
			
			
			
			
				| ImmutableValidator.cpp | Add missing annotation assignments | 2020-10-07 14:52:35 +02:00 | 
		
			
			
			
			
				| ImmutableValidator.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| NameAndTypeResolver.cpp | If a declaration shadows several others, group them together | 2020-10-08 21:01:25 +02:00 | 
		
			
			
			
			
				| NameAndTypeResolver.h | Fix shadowing/same-name warnings for later declarations | 2020-10-08 20:22:04 +02:00 | 
		
			
			
			
			
				| OverrideChecker.cpp | Merge remote-tracking branch 'origin/develop' into breaking | 2020-07-21 11:35:28 +02:00 | 
		
			
			
			
			
				| OverrideChecker.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| PostTypeChecker.cpp | Check for circular constants across contracts. | 2020-10-08 18:56:17 +02:00 | 
		
			
			
			
			
				| PostTypeChecker.h | Constants at file-level. | 2020-10-08 18:56:17 +02:00 | 
		
			
			
			
			
				| ReferencesResolver.cpp | Fix inheritdoc tags trying to resolve 'empty' elements | 2020-08-26 21:28:00 +02:00 | 
		
			
			
			
			
				| ReferencesResolver.h | Merge remote-tracking branch 'origin/develop' into breaking | 2020-07-21 11:35:28 +02:00 | 
		
			
			
			
			
				| Scoper.cpp | Assign scopes as a separate step. | 2020-09-02 20:45:33 +02:00 | 
		
			
			
			
			
				| Scoper.h | Assign scopes as a separate step. | 2020-09-02 20:45:33 +02:00 | 
		
			
			
			
			
				| StaticAnalyzer.cpp | Make annotations ` SetOnce or optional` where feasible | 2020-09-22 17:38:21 +02:00 | 
		
			
			
			
			
				| StaticAnalyzer.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| SyntaxChecker.cpp | Display location of invalid UTF-8 sequence in unicode literals in SyntaxChecker | 2020-09-23 17:01:02 +01:00 | 
		
			
			
			
			
				| SyntaxChecker.h | Improve error coverage of syntax checker | 2020-08-20 03:23:21 +02:00 | 
		
			
			
			
			
				| TypeChecker.cpp | Allow arrays of contract types as type expressions e.g. for abi.decode. | 2020-10-16 19:40:41 +02:00 | 
		
			
			
			
			
				| TypeChecker.h | Disallow ` using for` directive for interfaces. | 2020-08-27 15:57:51 +02:00 | 
		
			
			
			
			
				| ViewPureChecker.cpp | ViewPureChecker::reportMutability: don't check visibility on constructors. | 2020-09-07 11:35:33 -05:00 | 
		
			
			
			
			
				| ViewPureChecker.h | Use opportunistic visiting order for modifiers. | 2020-08-18 11:46:59 +02:00 |