Summary
- 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)
- Small bug fix in code generation. Seems to only come up while generating intermediate code. (details)
The file was modified | src/CodeGen/CodeGenerator.cpp |
The file was modified | src/AST/LinkageSpec.cpp |
The file was modified | src/AST/LinkageSpec.hpp |
The file was modified | src/AST/SymbolTable.cpp |
The file was modified | src/CodeGen/GenType.cc |