llvm-project/clang/lib/Lex
Angel Garcia Gomez b5250d3448 Apply modernize-use-default to clang.
Summary: Replace empty bodies of default constructors and destructors with '= default'.

Reviewers: bkramer, klimek

Subscribers: klimek, alexfh, cfe-commits

Differential Revision: http://reviews.llvm.org/D13890

llvm-svn: 250822
2015-10-20 12:52:55 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
HeaderMap.cpp Make VFS and FileManager match the current MemoryBuffer API. 2014-10-26 22:44:13 +00:00
HeaderSearch.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
Lexer.cpp Replace a few std::string& with StringRef. NFC. 2015-06-01 20:00:16 +00:00
LiteralSupport.cpp [Lex] A source-file new-line in a raw string literal results in a new-line 2015-09-23 16:04:47 +00:00
MacroArgs.cpp [modules] Stop trying to fake up a linear MacroDirective history. 2015-04-29 23:20:19 +00:00
MacroInfo.cpp [modules] Add a mechanism to dump information about a macro. 2015-04-30 23:10:40 +00:00
Makefile
ModuleMap.cpp [modules] Remove unnecessary deserialization of fully-external HeaderFileInfos for all files we've seen in this compilation. 2015-08-24 21:59:32 +00:00
PPCaching.cpp Fix the build break introduced by r195799 by restoring two close 2013-11-27 01:40:12 +00:00
PPCallbacks.cpp
PPConditionalDirectiveRecord.cpp 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
PPDirectives.cpp Refactor module lookup when looking up a header file, and wire through the requesting module. No functionality change. 2015-10-16 21:42:56 +00:00
PPExpressions.cpp SourceRanges are small and trivially copyable, don't them by reference. 2015-10-04 04:53:55 +00:00
PPLexerChange.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
PPMacroExpansion.cpp SourceRanges are small and trivially copyable, don't them by reference. 2015-10-04 04:53:55 +00:00
PTHLexer.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
Pragma.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
PreprocessingRecord.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
Preprocessor.cpp Apply modernize-use-default to clang. 2015-10-20 12:52:55 +00:00
PreprocessorLexer.cpp Make Preprocessor::Lex non-recursive. 2013-09-19 00:41:32 +00:00
ScratchBuffer.cpp MSan told me that we actually dump the entire scratch buffer into PCH files, initialize it. 2015-04-06 20:01:49 +00:00
TokenConcatenation.cpp [clang] Refactoring of conditions so they use isOneOf() instead of multiple is(). 2015-06-18 10:59:26 +00:00
TokenLexer.cpp [clang] Refactoring of conditions so they use isOneOf() instead of multiple is(). 2015-06-18 10:59:26 +00:00
UnicodeCharSets.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00