hanchenye-llvm-project/clang/lib/Lex
Richard Smith c5c27f2a1f Note that we support (and in fact have supported since the dawn of time itself)
C++1y binary literals.

llvm-svn: 179883
2013-04-19 20:47:20 +00:00
..
CMakeLists.txt
HeaderMap.cpp Remove some stray uses of <ctype.h> functions. 2013-02-09 10:09:43 +00:00
HeaderSearch.cpp <rdar://problem/13037793> Allow the names of modules to differ from the name of their subdirectory in the include path. 2013-03-21 01:08:50 +00:00
Lexer.cpp Add -Wc99-compat warning for C11 unicode string and character literals. 2013-03-11 18:01:42 +00:00
LiteralSupport.cpp Note that we support (and in fact have supported since the dawn of time itself) 2013-04-19 20:47:20 +00:00
MacroArgs.cpp Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also 2013-03-09 23:30:15 +00:00
MacroArgs.h Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
MacroInfo.cpp [preprocessor] Minor optimization following r178671. 2013-04-03 21:29:07 +00:00
Makefile
ModuleMap.cpp <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. 2013-03-20 21:10:35 +00:00
PPCaching.cpp
PPCallbacks.cpp
PPConditionalDirectiveRecord.cpp [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the 2013-02-24 00:05:14 +00:00
PPDirectives.cpp Improve the diagnostics of the number-reading preprocessor directives. 2013-04-10 01:04:18 +00:00
PPExpressions.cpp [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. 2013-03-26 17:17:01 +00:00
PPLexerChange.cpp
PPMacroExpansion.cpp C++11 support is now feature-complete. 2013-04-19 17:00:31 +00:00
PTHLexer.cpp
Pragma.cpp Fix off-by-one error in #pragma clang system_header. 2013-04-17 19:09:18 +00:00
PreprocessingRecord.cpp [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. 2013-03-26 17:17:01 +00:00
Preprocessor.cpp [Preprocessor] Remove PPMutationListener. 2013-03-27 01:25:24 +00:00
PreprocessorLexer.cpp
ScratchBuffer.cpp
TokenConcatenation.cpp Simplify logic for avoiding concatenation after numeric constants. 2013-02-08 22:30:31 +00:00
TokenLexer.cpp
UnicodeCharSets.h Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). 2013-02-09 01:10:25 +00:00