summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TokenKinds.h
Commit message (Expand)AuthorAgeFilesLines
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-12/+12
* [c++1z] Support for u8 character literals.Richard Smith2014-11-081-3/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Drop legacy conditionals for TokenKind's underlying typeAlp Toker2014-03-021-1/+1
* Prospective MSVC 2010 build fixAlp Toker2014-01-061-3/+3
* Correct underlying integer type of enum TokenKindAlp Toker2014-01-061-1/+1
* Support diagnostic formatting of keyword tokensAlp Toker2014-01-061-0/+4
* Rename getTokenSimpleSpelling() to getPunctuatorSpelling()Alp Toker2014-01-061-1/+1
* Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functionsAlp Toker2014-01-061-2/+2
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-1/+3
* Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith2013-03-091-6/+12
* Compatibility macro detection for the -Wimplicit-fallthrough diagnostic.Alexander Kornienko2012-09-281-0/+25
* Documentation cleanup:James Dennett2012-07-021-8/+6
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-3/+4
* Make LexOnOffSwitch a Preprocessor member functionPeter Collingbourne2011-02-141-0/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Clean up and document code modification hints.Douglas Gregor2009-02-271-1/+13
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-261-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Modified current clients of Bitcode-Object serialization to use theTed Kremenek2007-10-241-29/+0
* Implemented serialization for IdentifierInfo and IdentifierTable.Ted Kremenek2007-10-231-0/+29
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+51