index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
TokenKinds.def
Age
Commit message (
Expand
)
Author
2008-03-05
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-02-15
Fix PR2041: restrict is not a keyword in c90.
Chris Lattner
2008-02-11
Move 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-07
Minor cleanup from yesterday's -fms-extension commit. Move __int* MS keywords...
Steve Naroff
2008-02-07
these aren't tokens.
Chris Lattner
2008-02-07
Implement -fms-extensions. This allows us to fuzzy parse non-standard MS cons...
Steve Naroff
2008-01-17
Implement 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-29
remove attributions from .def files.
Chris Lattner
2007-12-18
Add __private_extern__ keyword and recognize it. Added a FIXME to indicate th...
Steve Naroff
2007-11-15
Break out bool/true/false support into a LangOption
Nate Begeman
2007-10-07
Remove the PPID bitfield from IdentifierInfo, shrinking it by a word
Chris Lattner
2007-09-01
Patch to parse @implementation prologue, method definitions,
Fariborz Jahanian
2007-08-22
Fix a misleading comment...
Steve Naroff
2007-08-22
Add support for parsing method prototypes (and other stuff required by @inter...
Steve Naroff
2007-08-21
Implement parsing for objc instance variables.
Steve Naroff
2007-07-16
Doug Gregor pointed out that _Complex actually isn't C++ at all.
Chris Lattner
2007-07-16
Add support for C++'0x keywords, patch by Doug Gregor
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer