zig/src
Andrew Kelley c9e01412a4 fix compiler crash in a nullable if after an if in...
...a switch prong of a switch with 2 prongs in an else

closes #656
2017-12-14 01:07:23 -05:00
..
all_types.hpp add higher level arg-parsing API + misc. changes 2017-12-06 18:12:05 -05:00
analyze.cpp rename @EnumTagType to @TagType in type names 2017-12-10 15:03:57 -05:00
analyze.hpp translate-c: more complex logic for translating a C cast in a macro 2017-12-08 12:28:21 -05:00
ast_render.cpp translate-c: support macros with pointer casting 2017-12-07 12:27:29 -05:00
ast_render.hpp rewrite parseh to use AST instead of direct types 2017-09-02 04:11:23 -04:00
bigfloat.cpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
bigfloat.hpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
bigint.cpp ability to set tag values of enums 2017-12-02 22:32:39 -05:00
bigint.hpp ability to set tag values of enums 2017-12-02 22:32:39 -05:00
buffer.cpp
buffer.hpp fix up msvc stuff to make it work on linux and macos too 2017-09-13 02:40:02 -04:00
c_tokenizer.cpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
c_tokenizer.hpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
codegen.cpp translate-c: more complex logic for translating a C cast in a macro 2017-12-08 12:28:21 -05:00
codegen.hpp rename "parsec" to "translate-c" 2017-11-24 14:56:05 -05:00
config.h.in remove CXX ABI workaround 2017-10-23 22:37:59 -04:00
errmsg.cpp Fix the color of compiler messages for light-themed terminal. 2017-12-04 19:22:34 +09:00
errmsg.hpp
error.cpp fix build broken by previous commit 2017-11-29 23:09:35 -05:00
error.hpp fix build broken by previous commit 2017-11-29 23:09:35 -05:00
hash_map.hpp
ir_print.cpp fix const and volatile qualifiers being dropped sometimes 2017-12-13 21:53:52 -05:00
ir_print.hpp
ir.cpp fix compiler crash in a nullable if after an if in... 2017-12-14 01:07:23 -05:00
ir.hpp rewrite parseh to use AST instead of direct types 2017-09-02 04:11:23 -04:00
link.cpp Fixed duplicate decl detection for typedefs/enums 2017-11-13 16:37:46 -06:00
link.hpp
list.hpp
main.cpp rename "parsec" to "translate-c" 2017-11-24 14:56:05 -05:00
os.cpp Fix the color of compiler messages for light-themed terminal. 2017-12-04 19:22:34 +09:00
os.hpp Fix the color of compiler messages for light-themed terminal. 2017-12-04 19:22:34 +09:00
parser.cpp rework enums and unions and their relationship to each other 2017-12-03 20:43:56 -05:00
parser.hpp fix up msvc stuff to make it work on linux and macos too 2017-09-13 02:40:02 -04:00
range_set.cpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
range_set.hpp better bigint/bigfloat implementation 2017-07-08 17:59:10 -04:00
softfloat.hpp depend on embedded SoftFloat-3d instead of __float128 2017-09-14 01:46:47 -04:00
target.cpp Add emit command-line option (#580) 2017-11-03 09:09:33 -04:00
target.hpp Add emit command-line option (#580) 2017-11-03 09:09:33 -04:00
tokenizer.cpp Improve invalid character error messages (#566) 2017-10-26 10:00:23 -04:00
tokenizer.hpp introduce align keyword 2017-08-29 07:51:34 -04:00
translate_c.cpp translate-c: more complex logic for translating a C cast in a macro 2017-12-08 12:28:21 -05:00
translate_c.hpp rename "parsec" to "translate-c" 2017-11-24 14:56:05 -05:00
util.cpp support linking against MSVC libc 2017-10-01 21:05:08 -04:00
util.hpp WIN32: Linking with the CRT at runtime. (#570) 2017-11-01 15:33:14 -04:00
windows_com.hpp WIN32: Linking with the CRT at runtime. (#570) 2017-11-01 15:33:14 -04:00
zig_llvm.cpp add higher level arg-parsing API + misc. changes 2017-12-06 18:12:05 -05:00
zig_llvm.hpp add higher level arg-parsing API + misc. changes 2017-12-06 18:12:05 -05:00