llvm-project/clang/lib/Lex
John McCall 31168b077c Automatic Reference Counting.
Language-design credit goes to a lot of people, but I particularly want
to single out Blaine Garst and Patrick Beard for their contributions.

Compiler implementation credit goes to Argyrios, Doug, Fariborz, and myself,
in no particular order.

llvm-svn: 133103
2011-06-15 23:02:42 +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 To be able to replay compilations we need to accurately remodel how 2011-04-26 21:50:03 +00:00
HeaderSearch.cpp Make it possible for external tools to distinguish between paths that come from -I and paths that come from -system. Patch from Paul Holden! 2011-05-24 04:31:14 +00:00
Lexer.cpp Don't strlen() every file before parsing it. 2011-05-10 17:11:21 +00:00
LiteralSupport.cpp Fix a nasty bug where inside StringLiteralParser: 2011-05-17 22:09:56 +00:00
MacroArgs.cpp Silence more -Wnon-pod-memset given its current implementation. I may be 2011-04-28 08:19:45 +00:00
MacroArgs.h The PreExpArgTokens array is indexed with an argument #, 2009-12-28 06:17:16 +00:00
MacroInfo.cpp Copy IsWarnIfUnused too when making a copy of a MacroInfo. 2011-06-03 10:33:36 +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 Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes rdar://9475098. 2011-05-21 04:26:04 +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 Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
PTHLexer.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
Pragma.cpp Disable MSVC warning about runtime stack overflow for DebugOverflowStack. 2011-05-25 16:15:03 +00:00
PreprocessingRecord.cpp Introduce a new libclang parsing flag, 2011-05-06 16:33:08 +00:00
Preprocessor.cpp Introduce a new libclang parsing flag, 2011-05-06 16:33:08 +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 revert r133003 and fix the bug properly: the issue was that ## in a token 2011-06-14 18:19:37 +00:00