Skip to content
Success

Changes

Summary

  1. Reorganization of Linkage::Spec. is_mangled represented two properties with is_gcc_builtin separating them in one case. The second property is_overloadable which replaces is_gcc_builtin. (details)
  2. Small bug fix in code generation. Seems to only come up while generating intermediate code. (details)
Commit c7ebbec0b2465582b53d918f1a2b2c24f69f7ef1 by ajbeach
Reorganization of Linkage::Spec. is_mangled represented two properties with is_gcc_builtin separating them in one case. The second property is_overloadable which replaces is_gcc_builtin.
The file was modifiedsrc/CodeGen/CodeGenerator.cpp
The file was modifiedsrc/AST/LinkageSpec.cpp
The file was modifiedsrc/AST/LinkageSpec.hpp
The file was modifiedsrc/AST/SymbolTable.cpp
Commit 116d7e2f7be544454d2cc0ae3848e805c371f0c8 by ajbeach
Small bug fix in code generation. Seems to only come up while generating intermediate code.
The file was modifiedsrc/CodeGen/GenType.cc