]> granicus.if.org Git - clang/history - include/clang/Basic/TokenKinds.def
Fix PR2041: restrict is not a keyword in c90.
[clang] / include / clang / Basic / TokenKinds.def
2008-02-15 Chris LattnerFix PR2041: restrict is not a keyword in c90.
2008-02-11 Steve NaroffMove Microsoft __declspec hack from the parser to the...
2008-02-07 Steve Naroff- Add support for fuzzy parsing line-oriented __asm...
2008-02-07 Steve NaroffMinor cleanup from yesterday's -fms-extension commit...
2008-02-07 Chris Lattnerthese aren't tokens.
2008-02-07 Steve NaroffImplement -fms-extensions. This allows us to fuzzy...
2008-01-17 Nate BegemanImplement basic overload support via a new builtin...
2008-01-14 Anders Carlsson_asm is another valid alias for asm.
2007-12-29 Chris Lattnerremove attributions from .def files.
2007-12-18 Steve NaroffAdd __private_extern__ keyword and recognize it. Added...
2007-11-15 Nate BegemanBreak out bool/true/false support into a LangOption
2007-10-07 Chris LattnerRemove the PPID bitfield from IdentifierInfo, shrinking...
2007-09-01 Fariborz JahanianPatch to parse @implementation prologue, method definit...
2007-08-22 Steve NaroffFix a misleading comment...
2007-08-22 Steve NaroffAdd support for parsing method prototypes (and other...
2007-08-21 Steve NaroffImplement parsing for objc instance variables.
2007-07-16 Chris LattnerDoug Gregor pointed out that _Complex actually isn...
2007-07-16 Chris LattnerAdd support for C++'0x keywords, patch by Doug Gregor
2007-07-11 Reid SpencerStage two of getting CFE top correct.