| .. | 
		
		
			
			
			
			
				| 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 | Contract level checker: Disallow free function redefinition and alias | 2020-09-25 17:09:58 +02:00 | 
		
			
			
			
			
				| ContractLevelChecker.h | Contract level checker: Disallow free function redefinition and alias | 2020-09-25 17:09:58 +02:00 | 
		
			
			
			
			
				| ControlFlowAnalyzer.cpp | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| ControlFlowAnalyzer.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| 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 | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| DeclarationContainer.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| DeclarationTypeChecker.cpp | Use assert to check zero size base type | 2020-07-28 17:39:52 +02:00 | 
		
			
			
			
			
				| DeclarationTypeChecker.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| DocStringAnalyser.cpp | NatSpec: Implement ` @inheritdoc` | 2020-07-20 18:32:18 +02:00 | 
		
			
			
			
			
				| DocStringAnalyser.h | NatSpec: Implement ` @inheritdoc` | 2020-07-20 18:32:18 +02:00 | 
		
			
			
			
			
				| DocStringTagParser.cpp | Use assert to check if return tag applies to a public state-variable | 2020-08-03 05:22:09 +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 | Make annotations ` SetOnce or optional` where feasible | 2020-09-22 17:38:21 +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 | Merge pull request #9903 from a3d4/refactor-warnonshadow | 2020-09-28 19:28:34 +02:00 | 
		
			
			
			
			
				| NameAndTypeResolver.h | Simplify DeclarationRegistrationHelper | 2020-09-28 13:21:57 +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 | Make FunctionCallAnnotation::kind a SetOnce | 2020-08-12 11:57:01 -04:00 | 
		
			
			
			
			
				| PostTypeChecker.h | Add SPDX license identifier if not present already in source file | 2020-07-17 20:24:12 +05:30 | 
		
			
			
			
			
				| 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 | Merge pull request #9909 from ethereum/fix-9890 | 2020-09-28 12:27:43 +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 |