llvm-project/clang/include/clang/Lex
Vassil Vassilev 73e5d89de5 Add missing include. White space.
llvm-svn: 280827
2016-09-07 17:30:50 +00:00
..
CodeCompletionHandler.h Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
DirectoryLookup.h Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths. 2016-06-13 20:40:21 +00:00
ExternalPreprocessorSource.h [modules] Before checking whether the controlling macro of a header is defined, 2015-07-01 02:29:35 +00:00
HeaderMap.h Lex: Return "" when HeaderMap::lookupFilename fails 2016-02-23 00:48:16 +00:00
HeaderMapTypes.h Lex: Add some unit tests for corrupt header maps 2016-02-20 20:39:51 +00:00
HeaderSearch.h Module: add -fprebuilt-module-path to support loading prebuilt modules. 2016-08-18 17:42:15 +00:00
HeaderSearchOptions.h Module: add -fprebuilt-module-path to support loading prebuilt modules. 2016-08-18 17:42:15 +00:00
LexDiagnostic.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Lexer.h Fix -Wnull-conversion for long macros. 2016-01-26 02:51:55 +00:00
LiteralSupport.h Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
MacroArgs.h Make headers self-contained. 2016-02-02 11:06:57 +00:00
MacroInfo.h Windows: Shrink sizeof(MacroInfo) from 256 to 248, MacroDirective 24 to 16 2016-03-28 17:28:06 +00:00
ModuleLoader.h Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
ModuleMap.h Add missing include. White space. 2016-09-07 17:30:50 +00:00
MultipleIncludeOpt.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
PPCallbacks.h [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
PPConditionalDirectiveRecord.h Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion. 2015-05-04 03:15:40 +00:00
PTHLexer.h Roll-back r250822. 2015-10-20 13:23:58 +00:00
PTHManager.h Fix modules self-host: add missing include and forward-decl. 2016-07-20 18:28:19 +00:00
Pragma.h Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138) 2015-10-12 20:47:58 +00:00
PreprocessingRecord.h [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Preprocessor.h PR28438: Update the information on an identifier with local definitions before 2016-08-18 01:16:55 +00:00
PreprocessorLexer.h Roll-back r250822. 2015-10-20 13:23:58 +00:00
PreprocessorOptions.h [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
ScratchBuffer.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Token.h Fix some Clang-tidy readability-simplify-boolean-expr and Include What You Use warnings. 2016-05-05 20:15:31 +00:00
TokenConcatenation.h Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
TokenLexer.h Emit a -Wmicrosoft warning when pasting /##/ into a comment token in MS mode. 2015-12-29 23:06:17 +00:00