Commit
a9ae5ca2776396c5fe1eb7ac900b1f7f8ebdfacc
by j82liangremove unused addInitType
|
The file was modified | src/ControlStruct/TranslateEnumRange.cpp |
Commit
433e2c3fb7ad367e63441101bb26ac863372e64e
by Peter Buhrproofread thesis frontpgs and intro
|
The file was modified | doc/theses/jiada_liang_MMath/uw-ethesis-frontpgs.tex |
The file was modified | doc/theses/jiada_liang_MMath/intro.tex |
Commit
1571e4d69c6616d989853ffc4c395d0ed369f67b
by j82liangreinterpret loop start for enum type as the first enumerator
|
The file was modified | libcfa/src/enum.hfa |
The file was modified | src/ResolvExpr/ResolveTypeof.cpp |
Commit
06ecda91dcaa23679d25ab3ec5b928ff4db605a9
by j82liangdefine enum to value cost as implicit cost
|
The file was modified | src/ResolvExpr/CandidateFinder.cpp |
The file was modified | src/ResolvExpr/Cost.hpp |
Commit
bcb41f782c406fd7a2d86d17b78156f3da5fab97
by j82liangUpdate .error as the cost model has changed
|
The file was modified | tests/.expect/castError.txt |
The file was modified | tests/meta/.expect/arch.x64.txt |
The file was modified | tests/errors/.expect/completeType.x64.txt |
Commit
2dd5c6dbeb7bce0ee526e30911002092ab2769d8
by j82liangUpdate +=/-= for enums
|
The file was modified | libcfa/src/enum.hfa |
Commit
e15293bbf556de0eadee7da47879cec458405ca3
by Peter Buhrdisplay subsubsection numbering and insert into the table of contents
|
The file was modified | doc/theses/jiada_liang_MMath/uw-ethesis.tex |
Commit
d39d8a4e67710d1f6f040398a7187e6bf7fe82aa
by Peter Buhrproofread background chapter
|
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
ecaedf35cebf180cb35848eb11e2e66868d1a66c
by j82liangUpdate test expect for arm64
|
The file was modified | tests/meta/.expect/arch.arm64.txt |
The file was modified | tests/errors/.expect/completeType.arm64.txt |
Commit
1697c408612c60062c8329f77b409af1b2084852
by j82liangmerge local changes
|
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
The file was modified | doc/theses/jiada_liang_MMath/planet.cfa |
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
065de93053abbf0b4c1d826a614188b2a32bc16f
by j82liangUpdate test expect for x86
|
The file was modified | tests/meta/.expect/arch.x86.txt |
The file was modified | tests/errors/.expect/completeType.x86.txt |
Commit
503c3507b4589b10d4954fb50f34abd61c4ddf32
by Peter Buhrmove overload material into background chapter
|
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
a57ad8ab3b98a4224f36f890f8ba44482861eeed
by Peter Buhrproofread C Enum chapter
|
The file was modified | doc/theses/jiada_liang_MMath/CEnum.tex |
Commit
b59c21a0b604d46b0ed033873d93f9f56b8fe822
by j82liangremove leading whitespace
|
The file was modified | tests/meta/.expect/arch.x86.txt |
Commit
5f210c08ab78098d82c19b6a8bfa3d0be728f733
by j82liangChange enum pos to signed int to avoid underflow; operator on enum will not have range check (but succ and pred still have range check
|
The file was modified | tests/ctrl-flow/.expect/loopctrl.txt |
The file was modified | src/ControlStruct/TranslateEnumRange.cpp |
The file was modified | src/Validate/ImplementEnumFunc.cpp |
The file was modified | tests/ctrl-flow/loopctrl.cfa |
The file was modified | libcfa/src/enum.hfa |
The file was modified | libcfa/src/enum.cfa |
Commit
7db4fcd41f6e480c127ac67aab54ad38567b44b9
by j82liangsmall fix
|
The file was modified | libcfa/src/enum.hfa |
Commit
2514d3d7ef96e399511360e31eade8b765af57fa
by Peter Buhrformatting
|
The file was modified | doc/theses/jiada_liang_MMath/intro.tex |
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
9464369822b752daa3680a739289ebb9f7b7665a
by Peter Buhradd discussion about partially implemented individual scoping mechanism
|
The file was modified | doc/theses/jiada_liang_MMath/CEnum.tex |
Commit
c588acbb75d8c5916e6a5ee323923484f09ba429
by Peter Buhrproofread CFA enumeration chapter
|
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
Commit
f6d2e9bbdf83657868efff287e6f2494d2a02ca5
by j82liangChange FX64 (x64) to FA64 (arm64)
|
The file was modified | tests/meta/.expect/arch.arm64.txt |
Commit
7f18438f6ced55ef03d1637ee81da566c4cbb844
by j82liangAdd "implicit case to base type" to enumerator
|
The file was modified | src/Parser/TypeData.cpp |
Commit
830edc615fda3f16d44327cfaf8827106141df2d
by j82liang1. Add implicit const to enum base type; 2. change auto initializer to +1 (rvalue addtion)
|
The file was modified | src/Parser/TypeData.cpp |
The file was modified | src/Validate/ImplementEnumFunc.cpp |
Commit
0e6cf54c9e9c06b78a7a07da28bb3f7b4a576347
by j82liangRevert change: enumerator cannot be implicitly const
|
The file was modified | src/Parser/TypeData.cpp |
Commit
4dab7e8ffa69d52964660a976601bcdb615d006e
by Peter Buhrformatting, add str conversion routines, add more combinations of ?+? routines
|
The file was modified | libcfa/src/collections/string.cfa |
The file was modified | libcfa/src/collections/string.hfa |