Changes in src/AST/porting.md [432ce7a:b69233ac]
- File:
-
- 1 edited
-
src/AST/porting.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/porting.md
r432ce7a rb69233ac 302 302 * `ExplodedActual.h` => `ExplodedArg.hpp` 303 303 304 `polyCost` 305 * switched order of `env`, `symtab` parameters for better consistency 306 307 `findMinCost` 308 * pulled out conversion cost promotion into separate `promoteCvtCost` function 309 310 `resolveAssertions` => `satisfyAssertions` 311 * `ResolveAssertions.h` => `SatisfyAssertions.hpp` 312 * `Resn*` => `Sat*` 313 304 314 [1] https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Type-Attributes.html#Type-Attributes 305 315
Note:
See TracChangeset
for help on using the changeset viewer.