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.h
Age
Commit message (
Expand
)
Author
2013-03-09
Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also
Richard Smith
2012-09-28
Compatibility macro detection for the -Wimplicit-fallthrough diagnostic.
Alexander Kornienko
2012-07-02
Documentation cleanup:
James Dennett
2012-07-02
Documentation cleanup: reformatting/fixing up file comments so that they have
James Dennett
2011-02-14
Make LexOnOffSwitch a Preprocessor member function
Peter Collingbourne
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-02-27
Clean up and document code modification hints.
Douglas Gregor
2009-02-26
Introduce code modification hints into the diagnostics system. When we
Douglas Gregor
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-24
Modified current clients of Bitcode-Object serialization to use the
Ted Kremenek
2007-10-23
Implemented serialization for IdentifierInfo and IdentifierTable.
Ted Kremenek
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer