]> granicus.if.org Git - clang/commit
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)
commitfa8c4ac40846278e478dfe472e74063fca3d3f1e
tree3b3765d377cf36a694feaa2e5dbcfbe571c48bdd
parentfc60afa41c22bbd3cde2075d5ade4f8698e99243
Revert changes from my previous refactoring - will need to fix dependencies in clang's extra tooling (such as clang-tidy etc.).

Sorry about that.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308158 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Lex/MacroInfo.h
include/clang/Lex/Preprocessor.h
lib/CodeGen/MacroPPCallbacks.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Lex/MacroArgs.cpp
lib/Lex/MacroInfo.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/TokenLexer.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
tools/libclang/CIndex.cpp
unittests/Lex/LexerTest.cpp