aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/TokenKinds.def
AgeCommit message (Expand)Author
2008-03-05Remove the first layer of support for "portability" warnings. This is Chris Lattner
2008-02-15Fix PR2041: restrict is not a keyword in c90.Chris Lattner
2008-02-11Move Microsoft __declspec hack from the parser to the preprocessor. Since we ...Steve Naroff
2008-02-07- Add support for fuzzy parsing line-oriented __asm's (yuck).Steve Naroff
2008-02-07Minor cleanup from yesterday's -fms-extension commit. Move __int* MS keywords...Steve Naroff
2008-02-07these aren't tokens.Chris Lattner
2008-02-07Implement -fms-extensions. This allows us to fuzzy parse non-standard MS cons...Steve Naroff
2008-01-17Implement basic overload support via a new builtin, __builtin_overload.Nate Begeman
2008-01-14_asm is another valid alias for asm.Anders Carlsson
2007-12-29remove attributions from .def files.Chris Lattner
2007-12-18Add __private_extern__ keyword and recognize it. Added a FIXME to indicate th...Steve Naroff
2007-11-15Break out bool/true/false support into a LangOptionNate Begeman
2007-10-07Remove the PPID bitfield from IdentifierInfo, shrinking it by a word Chris Lattner
2007-09-01Patch to parse @implementation prologue, method definitions,Fariborz Jahanian
2007-08-22Fix a misleading comment...Steve Naroff
2007-08-22Add support for parsing method prototypes (and other stuff required by @inter...Steve Naroff
2007-08-21Implement parsing for objc instance variables.Steve Naroff
2007-07-16Doug Gregor pointed out that _Complex actually isn't C++ at all.Chris Lattner
2007-07-16Add support for C++'0x keywords, patch by Doug GregorChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer