Dimitar Dobrev
|
b9e3efbf0c
|
Removed the option for copy ctors and prevented usage of ignored ones.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
10 years ago |
Dimitar Dobrev
|
55bc99bc3f
|
Fixed a bug when overriding a function located in a dependency.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
10 years ago |
Dimitar Dobrev
|
59de162056
|
Skipped already visited functions in the pass for finding symbols.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
11 years ago |
triton
|
a9101ece64
|
Rename the diagnostic emit overloads so they're more uniform.
|
11 years ago |
triton
|
2620fda064
|
Get rid of diagnostic IDs as these never got used in practice.
|
11 years ago |
marcos henrich
|
7125109e3f
|
Deprecated ExplicityIgnored use ExplicitlyIgnore(). Getting ExplicityIgnored and setting ExplicityIgnored to false don't make much sense anymore.
Conflicts:
src/Generator/Passes/CheckOperatorsOverloads.cs
|
12 years ago |
triton
|
3e489c9a06
|
Updated the generators and tests for new class names.
|
12 years ago |
Dimitar Dobrev
|
824d8b5f30
|
Rewrote the generating of properties to additionaly handle property overrides and read-only properties.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
12 years ago |
Dimitar Dobrev
|
6d2c0eaed8
|
Generated internal implementations of abstract classes in a new pass.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
13 years ago |
Dimitar Dobrev
|
43d01854a2
|
Fixed a regression causing a crash as some functions with no symbols are allowed to reach code generation.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
13 years ago |
triton
|
b65ae11a5c
|
Fixed FindSymbolsPass to not ignore declarations in CLI generator.
|
13 years ago |
triton
|
d138661a86
|
Respect the CheckSymbols driver option in FindSymbolsPass.
|
13 years ago |
Dimitar Dobrev
|
66ea1cd62c
|
Ignore any mangled declaration not found in library symbols.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
13 years ago |
Dimitar Dobrev
|
9161e58cf8
|
Ignored functions not found in library symbols.
Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
|
13 years ago |