llvm-project/clang/lib/Lex
Sebastian Redl c17003c66b Create __has_feature(cxx_noexcept) and mark it as working.
Find out that our C++0x status has only one field for noexcept expression and specification together, and that it was accidentally already marked as fully implemented.
This completes noexcept specification work.

llvm-svn: 127701
2011-03-15 21:17:12 +00:00
..
CMakeLists.txt Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +00:00
HeaderMap.cpp Add missing standard includes. Patch by Joerg Sonnenberger! 2010-12-19 20:49:25 +00:00
HeaderSearch.cpp Implement two related optimizations that make de-serialization of 2011-02-10 17:09:37 +00:00
Lexer.cpp Fix my earlier commit to work with escaped newlines and leave breadcrumbs 2011-03-08 07:59:04 +00:00
LiteralSupport.cpp Microsoft integer suffix changes: 2011-01-11 11:57:53 +00:00
MacroArgs.cpp Audit all Preprocessor::getSpelling() callers, improving failure 2010-03-16 22:30:13 +00:00
MacroArgs.h The PreExpArgTokens array is indexed with an argument #, 2009-12-28 06:17:16 +00:00
MacroInfo.cpp Fix diagnostic pragmas. 2010-12-15 18:44:22 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
PPCaching.cpp Remove the check for repeated tok::eofs, we are not supposed to go past eof so this code is 2010-07-12 21:41:41 +00:00
PPDirectives.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
PPExpressions.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
PPLexerChange.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
PPMacroExpansion.cpp Create __has_feature(cxx_noexcept) and mark it as working. 2011-03-15 21:17:12 +00:00
PTHLexer.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
Pragma.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
PreprocessingRecord.cpp Several PPCallbacks take an SourceLocation + IdentifierInfo, rather 2010-11-19 21:33:15 +00:00
Preprocessor.cpp Fix my earlier commit to work with escaped newlines and leave breadcrumbs 2011-03-08 07:59:04 +00:00
PreprocessorLexer.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
ScratchBuffer.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
TokenConcatenation.cpp Introduced raw_identifier token kind. 2010-12-22 08:23:18 +00:00
TokenLexer.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00