zig/src
Andrew Kelley 89953ec83d
character literals: allow unicode escapes
also make the documentation for character literals more clear.
closes #2089

see #2097
2019-03-23 17:35:21 -04:00
..
all_types.hpp character literals: allow unicode escapes 2019-03-23 17:35:21 -04:00
analyze.cpp c_abi: when compiling for x86_64, differenciate between system V and windows ABI 2019-03-19 22:08:19 +01:00
analyze.hpp fix inconsistent type information of optional C pointers 2019-03-10 18:02:59 -04:00
ast_render.cpp add docs for assembly and fix global assembly parsing 2019-03-20 19:00:23 -04:00
ast_render.hpp translate-c: use C pointer type everywhere 2019-02-11 14:56:59 -05:00
bigfloat.cpp float literals now parse using musl's 128 bit float code 2019-03-22 14:56:03 -04:00
bigfloat.hpp float literals now parse using musl's 128 bit float code 2019-03-22 14:56:03 -04:00
bigint.cpp Fix bigint_append_buf 2019-03-22 22:10:51 +13:00
bigint.hpp add @popCount intrinsic 2018-07-07 00:25:32 -04:00
blake2.h stage1: import blake2b implementation 2018-09-05 23:23:11 -04:00
blake2b.c stage1: build blake code with -std=c99 2018-09-11 17:29:18 -04:00
buffer.cpp the same string literal codegens to the same constant 2018-01-11 21:02:30 -05:00
buffer.hpp struct types get fully qualified names 2019-02-28 15:40:57 -05:00
c_tokenizer.cpp translate-c: add support for integer suffixes on 0 (zero) litteral inside macro definitions 2019-03-10 14:56:35 -04:00
c_tokenizer.hpp translate-c: refactor prefix and suffix op C macro parsing 2017-12-07 11:52:52 -05:00
cache_hash.cpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
cache_hash.hpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
codegen.cpp add docs for assembly and fix global assembly parsing 2019-03-20 19:00:23 -04:00
codegen.hpp breaking changes to zig build API and improved caching 2019-03-08 23:23:11 -05:00
compiler.cpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
compiler.hpp dynamic linker path is independent from libc installation 2019-03-05 16:00:28 -05:00
config.h.in avoid a string that is too long for msvc 2019-03-12 18:09:40 -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 .d file processing and use -MV to quote spaces 2019-03-07 14:30:50 -05:00
error.hpp fix .d file processing and use -MV to quote spaces 2019-03-07 14:30:50 -05:00
hash_map.hpp
ir_print.cpp add docs for assembly and fix global assembly parsing 2019-03-20 19:00:23 -04:00
ir_print.hpp
ir.cpp add docs for assembly and fix global assembly parsing 2019-03-20 19:00:23 -04:00
ir.hpp typecheck the panic function 2019-02-15 19:19:28 -05:00
libc_installation.cpp breaking: remove --static; add -dynamic 2019-03-13 19:50:41 -04:00
libc_installation.hpp dynamic linker path is independent from libc installation 2019-03-05 16:00:28 -05:00
link.cpp Merge remote-tracking branch 'origin/llvm8' 2019-03-20 13:34:07 -04:00
list.hpp
main.cpp zig targets prints the available libcs 2019-03-19 15:04:29 -04:00
os.cpp fix build on windows 2019-03-11 10:35:04 -04:00
os.hpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
parse_f128.c parse_f128.c: fix whitespace 2019-03-23 13:46:50 -04:00
parse_f128.h get rid of restrict; it's not supported by MSVC 2019-03-22 16:08:19 -04:00
parser.cpp add docs for assembly and fix global assembly parsing 2019-03-20 19:00:23 -04:00
parser.hpp remove namespace type; files are empty structs 2019-02-28 10:11:32 -05:00
range_set.cpp
range_set.hpp
softfloat.hpp
target.cpp stage1: implement get_dynamic_linker for riscv 2019-03-22 17:12:41 -04:00
target.hpp Merge remote-tracking branch 'origin/llvm8' 2019-03-20 13:34:07 -04:00
tokenizer.cpp character literals: allow unicode escapes 2019-03-23 17:35:21 -04:00
tokenizer.hpp character literals: allow unicode escapes 2019-03-23 17:35:21 -04:00
translate_c.cpp fix translate-c regression 2019-03-18 20:09:27 -04:00
translate_c.hpp breaking changes to zig build API and improved caching 2019-03-08 23:23:11 -05:00
util.cpp tier 2 support for freebsd 2018-11-27 20:56:43 -05:00
util.hpp stage1 caching system: detect problematic mtimes 2019-03-11 10:26:08 -04:00
windows_com.hpp compiling on mingw is now supported (#1542) 2018-09-18 00:13:17 -04:00
windows_sdk.cpp fixed mingw compilation 2018-10-27 11:35:01 -04:00
windows_sdk.h self-hosted: add first compare-output test 2018-07-23 00:35:53 -04:00
zig_clang_cc1_main.cpp update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
zig_clang_cc1as_main.cpp update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
zig_clang_driver.cpp update clang driver code to 8.0.0rc3 2019-02-28 09:27:07 -05:00
zig_clang.cpp updates to build with llvm 8.0.0rc3 2019-02-28 09:55:27 -05:00
zig_clang.h translate-c: 4 more functions using C decls 2019-02-16 19:48:39 -05:00
zig_llvm.cpp workaround for Ubuntu/Debian bug 2019-03-18 20:56:46 -04:00
zig_llvm.h Merge remote-tracking branch 'origin/master' into llvm8 2019-02-28 09:19:18 -05:00