summaryrefslogtreecommitdiff
path: root/include/clang/Basic/TokenKinds.h
Commit message (Expand)AuthorAge
* [C++11] Drop legacy conditionals for TokenKind's underlying typeAlp Toker2014-03-02
* Prospective MSVC 2010 build fixAlp Toker2014-01-06
* Correct underlying integer type of enum TokenKindAlp Toker2014-01-06
* Support diagnostic formatting of keyword tokensAlp Toker2014-01-06
* Rename getTokenSimpleSpelling() to getPunctuatorSpelling()Alp Toker2014-01-06
* Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functionsAlp Toker2014-01-06
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith2013-03-09
* Compatibility macro detection for the -Wimplicit-fallthrough diagnostic.Alexander Kornienko2012-09-28
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Make LexOnOffSwitch a Preprocessor member functionPeter Collingbourne2011-02-14
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Clean up and document code modification hints.Douglas Gregor2009-02-27
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-26
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Modified current clients of Bitcode-Object serialization to use theTed Kremenek2007-10-24
* Implemented serialization for IdentifierInfo and IdentifierTable.Ted Kremenek2007-10-23
* Stage two of getting CFE top correct.Reid Spencer2007-07-11