aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/LiteralSupport.cpp
AgeCommit message (Expand)Author
2008-04-20for exponent-related errors, emit the diagnostic on the 'e' or 'p'.Chris Lattner
2008-04-20when emitting diagnostics about some character in a numericChris Lattner
2008-04-04Support MS-specific integer suffixes (i8, i16, i32, i64, i128).Steve Naroff
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner