aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/TokenKinds.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2009-11-28This patch adds a PUNCTUATOR macro (specialization of TOK) in TokenKinds.def ...Kovarththanan Rajaratnam
2009-02-27Clean up and document code modification hints.Douglas Gregor
2009-02-26Introduce code modification hints into the diagnostics system. When weDouglas Gregor
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner