[all-commits] [llvm/llvm-project] 3caa03: AliasAnalysisSummary.h - cleanup includes and forw...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Apr 21 03:42:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3caa03ec510d77cfc1bbb00b22d72d499183f6c6
https://github.com/llvm/llvm-project/commit/3caa03ec510d77cfc1bbb00b22d72d499183f6c6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M llvm/lib/Analysis/AliasAnalysisSummary.cpp
M llvm/lib/Analysis/AliasAnalysisSummary.h
Log Message:
-----------
AliasAnalysisSummary.h - cleanup includes and forward declarations. NFC.
Push InstrTypes.h include down to AliasAnalysisSummary.cpp
Commit: 0caaf4025857144ad67ed8313fb71a7225394888
https://github.com/llvm/llvm-project/commit/0caaf4025857144ad67ed8313fb71a7225394888
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/TableGen/TGLexer.h
Log Message:
-----------
TGLexer.h - cleanup includes and forward declarations. NFC.
Replace ArrayRef.h with a forward declaration and include in ArrayRef.cpp
Remove SMLoc forward declaration as we already have to include SMLoc.h
Commit: df91a0f79a24ae4a2ee273293997262d430e4b3e
https://github.com/llvm/llvm-project/commit/df91a0f79a24ae4a2ee273293997262d430e4b3e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M llvm/lib/TableGen/TGParser.cpp
M llvm/lib/TableGen/TGParser.h
Log Message:
-----------
TGParser.h - cleanup includes and forward declarations. NFC.
Replace Twine.h/SourceMgr.h includes with forward declarations and include in TGParser.cpp
Remove forward declarations we already have to include in Record.h
Compare: https://github.com/llvm/llvm-project/compare/2eda87dfbe63...df91a0f79a24
More information about the All-commits
mailing list