Commit History

Author SHA1 Message Date
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 year ago
  cui fliter fea2651e7c chore: fix typos (#3738) 2 years ago
  czapiga 4873160acc Parse `auto` type (#3704) 2 years ago
  Jon Ross-Perkins e343ea593c Add macro for postfix operators. (#3504) 2 years ago
  Jon Ross-Perkins 7c7afc9e32 Split out infix and prefix operators to separate node kinds. (#3481) 2 years ago
  josh11b 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 years ago
  Jon Ross-Perkins c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 years ago
  josh11b b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 years ago
  Richard Smith fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) 2 years ago
  Jon Ross-Perkins 30155dbb72 Add support for 'package' in expressions. (#3445) 2 years ago
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) 2 years ago
  Jon Ross-Perkins 161f46ed37 FloatingPointLiteral to RealLiteral fixup (#3430) 2 years ago
  Jon Ross-Perkins a204689893 Use more specific node kinds for literals. (#3419) 2 years ago
  josh11b 109e7889dd Rename files to use abbreviations (#3389) 2 years ago