Revert changes from my previous refactoring - will need to fix dependencies in clang...
authorFaisal Vali <faisalv@yahoo.com>
Mon, 17 Jul 2017 02:03:21 +0000 (02:03 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Mon, 17 Jul 2017 02:03:21 +0000 (02:03 +0000)
commit0e54e5679e92951d73f9f6492c0734d8746d76a9
treef716af622bd481355d5c3f2de2447dd1240008cc
parent11746b05e576ca2a1f21b61721d0a13975ace751
Revert changes from my previous refactoring - will need to fix dependencies in clang's extra tooling (such as clang-tidy etc.).

Sorry about that.

llvm-svn: 308158
14 files changed:
clang/include/clang/Lex/MacroInfo.h
clang/include/clang/Lex/Preprocessor.h
clang/lib/CodeGen/MacroPPCallbacks.cpp
clang/lib/Frontend/PrintPreprocessedOutput.cpp
clang/lib/Lex/MacroArgs.cpp
clang/lib/Lex/MacroInfo.cpp
clang/lib/Lex/PPDirectives.cpp
clang/lib/Lex/PPMacroExpansion.cpp
clang/lib/Lex/TokenLexer.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/tools/libclang/CIndex.cpp
clang/unittests/Lex/LexerTest.cpp