Commit
b2ea0cddcfd03f2242eda9e8d588f2ce92daf9a7
by ajbeachFirst wave of file renaming. Rename files in src/ and update all references to them.
|
The file was modified | src/Validate/Autogen.cpp |
The file was added | src/BasicTypes-gen.cpp |
The file was added | src/MakeLibCfa.hpp |
The file was removed | src/BasicTypes-gen.cc |
The file was removed | src/main.cc |
The file was removed | src/CompilationState.cc |
The file was modified | src/CodeGen/FixNames.cc |
The file was modified | src/ResolvExpr/CandidateFinder.cpp |
The file was modified | src/ResolvExpr/Resolver.cc |
The file was modified | src/ResolvExpr/CommonType.cc |
The file was modified | src/AST/Print.cpp |
The file was modified | src/ResolvExpr/ConversionCost.cc |
The file was modified | src/AST/Type.cpp |
The file was modified | src/InitTweak/GenInit.cc |
The file was added | src/main.cpp |
The file was modified | src/AST/TypeEnvironment.cpp |
The file was modified | src/AST/BasicKind.hpp |
The file was modified | src/SymTab/ManglerCommon.cc |
The file was removed | src/MakeLibCfa.h |
The file was modified | src/MakeLibCfa.cpp |
The file was added | src/CompilationState.cpp |
The file was modified | src/Makefile.am |
The file was removed | src/CompilationState.h |
The file was added | src/CompilationState.hpp |
Commit
f5cb7c269226704242a4ae0da454d766be24093c
by Peter Buhradd gcc builtin function __builtin_dynamic_object_size for gcc-13
|
The file was modified | libcfa/prelude/builtins.def |
Commit
0f4c5139bc3ec7a3367d576eb08859758f4e8e39
by Peter Buhrgcc-13 include file problem in /usr/include/aarch64-linux-gnu/bits/math-vector.h
|
The file was modified | libcfa/src/stdhdr/math.h |
Commit
195d1d89c805c47fc486b2b8cf91431ffa3d0689
by Peter Buhrupdate search strings to raw strings for python 3.12
|
The file was modified | src/ResolvExpr/Cost.h |
The file was modified | tests/pybin/tools.py |
The file was modified | tests/test.py |
Commit
c333ed2955945a8e97424f193052311ca6b4131f
by j82liangRemove intermeidate type (enum attribute type); remove replacePseudoFunc (has been migrated to resolver)
|
The file was modified | src/ResolvExpr/CandidateFinder.cpp |
The file was modified | src/ResolvExpr/CommonType.cc |
The file was modified | src/Validate/module.mk |
The file was modified | src/ResolvExpr/CandidateFinder.hpp |
The file was modified | src/ResolvExpr/CastCost.cc |
The file was removed | src/Validate/ReplacePseudoFunc.cpp |
The file was modified | src/Validate/ImplementEnumFunc.cpp |
The file was modified | tests/enum_tests/structEnum.cfa |
The file was modified | libcfa/src/enum.cfa |
The file was modified | src/ResolvExpr/ConversionCost.cc |
The file was modified | tests/enum_tests/.expect/voidEnum.txt |
The file was modified | src/main.cc |
The file was modified | libcfa/src/enum.hfa |
Commit
6d9aa7989fd14486da164e5e2bf757e49c2096cb
by j82liangMissing produceDecl in the last commit
|
The file was modified | src/Validate/ImplementEnumFunc.cpp |
Commit
9b140bd8127b9397f28f4e77456e7bb782647207
by j82liangUpdate the test file
|
The file was modified | tests/enum_tests/voidEnum.cfa |
Commit
983f4863daeb291981defd13937616650e9e30b7
by j82liangReformat forall clause in enum.hfa
|
The file was modified | libcfa/src/enum.hfa |