aboutsummaryrefslogtreecommitdiff
path: root/compiler/misc.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-16Fix types and compilation warning on 32-bit ARM and x86Samuel Lidén Borell1-0/+2
2020-06-25Tests: Also run "good" test cases in one compiler process invocationSamuel Lidén Borell1-1/+2
2017-08-28Add Makefile target to run clang-tidy, and fix most warningsSamuel Lidén Borell1-4/+4
2017-08-18Update copyright yearsSamuel Lidén Borell1-1/+1
2017-08-18C backend: Don't print anonymous types twiceSamuel Lidén Borell1-0/+11
2017-08-05Misc: Fix compilation error in C99 modeSamuel Lidén Borell1-0/+2
2016-04-17Update more copyright yearsSamuel Lidén Borell1-1/+1
2016-04-13Cast to uintptr_t when comparing pointers in different objectsSamuel Lidén Borell1-0/+9
2016-02-28Update copyright years base on last modification dateSamuel Lidén Borell1-1/+1
2015-07-20Fix name clash with "noreturn" in stdnoreturn.hSamuel Lidén Borell1-1/+1
2015-07-13Fix some -Weverything warnings from ClangSamuel Lidén Borell1-4/+8
2014-05-31Tests: Implement proper testing of errors (*.bad files)Samuel Lidén Borell1-1/+1
2013-08-26Move LRLHashCode to context.h so misc.h can be made an "internal" headerSamuel Lidén Borell1-13/+2
2013-07-18Update copyright yearsSamuel Lidén Borell1-1/+1
2013-04-13Misc: Rename _str(n)dup functions to not conflict on WindowsSamuel Lidén Borell1-2/+2
2013-04-13Builtins: Replace true/false values with proper enum valuesSamuel Lidén Borell1-0/+4
2013-04-13Misc: Support 32-bit long in hash code functionsSamuel Lidén Borell1-0/+7
2013-02-19Fix errors detected with clang's scan-build toolSamuel Lidén Borell1-0/+4
2013-02-19Rename builtin str[n]dup to not use reserved "str" prefixSamuel Lidén Borell1-2/+2
2013-02-08C backend: typedef anonymous types so they can be casted tooSamuel Lidén Borell1-0/+1
2013-02-07Identifier: Move the hash function to misc.c and make it less stupidSamuel Lidén Borell1-0/+4
2013-02-04Misc: Abort instead of returning false from list_pushSamuel Lidén Borell1-3/+4
2012-04-29Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-24Replace abort() with something that's easier to debugSamuel Lidén Borell1-1/+8
2012-04-23Fix 64-bit warningsSamuel Lidén Borell1-0/+4
2012-03-16Defaults for the output filenameSamuel Lidén Borell1-0/+1
2012-02-25Remove dead code and an old commentSamuel Lidén Borell1-1/+0
2012-01-23Release everything under the MIT licenseSamuel Lidén Borell1-0/+26
2011-12-09Remove unused #include and update dependencies in MakefileSamuel Lidén Borell1-2/+0
2011-12-02Determine and create the namespace from the path nameSamuel Lidén Borell1-0/+4
2011-11-19Move some linked list code to misc.hSamuel Lidén Borell1-0/+13
2011-11-18Factor out code from main.cSamuel Lidén Borell1-0/+2
2011-11-17Prefix all header defines with LRL_Samuel Lidén Borell1-2/+2
2011-10-25Parser: Generate a root identifier based on the filenameSamuel Lidén Borell1-0/+3
2011-10-22Tokenizer: Link start/end parentheses and any commas insideSamuel Lidén Borell1-0/+8
2011-10-22Make a macro of the list growing codeSamuel Lidén Borell1-0/+24