clang-1/include/clang/Lex
Chris Lattner 525a05093a Use APFloat for the representation of FP immediates, ask the target
for *which* apfloat to use for a particular type.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42234 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-22 18:29:59 +00:00
..
DirectoryLookup.h Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
HeaderSearch.h Implement a simple cache in headersearch. This speeds up 2007-07-22 07:28:00 +00:00
IdentifierTable.h Remove SelectorTable/SelectorInfo, simply store all selectors in the central IdentifierTable. 2007-09-19 16:18:46 +00:00
Lexer.h Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. 2007-07-24 06:57:14 +00:00
LiteralSupport.h Use APFloat for the representation of FP immediates, ask the target 2007-09-22 18:29:59 +00:00
MacroExpander.h Fix a really subtle bug in the macro expander caching code, where 2007-07-22 01:16:55 +00:00
MacroInfo.h At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
MultipleIncludeOpt.h Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
PPCallbacks.h Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
Pragma.h At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
Preprocessor.h refactor the interface to Preprocessor::GetIncludeFilenameSpelling, 2007-07-23 04:15:27 +00:00
ScratchBuffer.h Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
Token.h Don't rely on ADL to find this member, patch by Justin Handville 2007-09-08 01:29:20 +00:00