llvm-project/clang/lib/AST
Fangrui Song 6907ce2f8f Remove trailing space
sed -Ei 's/[[:space:]]+$//' include/**/*.{def,h,td} lib/**/*.{cpp,h}

llvm-svn: 338291
2018-07-30 19:24:48 +00:00
..
APValue.cpp [ExprConstant] Use an AST node and a version number as a key to create 2018-04-10 05:15:01 +00:00
ASTConsumer.cpp Move LocInfoType from Sema to AST. 2016-02-01 17:42:01 +00:00
ASTContext.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ASTDiagnostic.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ASTDumper.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ASTImporter.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ASTStructuralEquivalence.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ASTTypeTraits.cpp Teach clang-query to dump types. I couldn't find any existing tests for clang-query's dumping functionality. =( 2016-11-02 23:57:18 +00:00
AttrImpl.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
CMakeLists.txt [C++2a] Implement operator<=> CodeGen and ExprConstant 2018-05-07 21:07:10 +00:00
CXXABI.h Fix __has_unique_object_representations implementation 2017-11-30 16:37:02 +00:00
CXXInheritance.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
Comment.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
CommentBriefParser.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CommentCommandTraits.cpp
CommentLexer.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
CommentParser.cpp [cleanup] Remove excessive padding from TextTokenRetokenizer::Position 2016-09-20 18:32:48 +00:00
CommentSema.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ComparisonCategories.cpp [C++2a] Implement operator<=>: Address bugs and post-commit review comments after r331677. 2018-05-08 00:52:19 +00:00
DataCollection.cpp [analyzer] Make StmtDataCollector customizable 2017-08-23 16:28:26 +00:00
Decl.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
DeclBase.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
DeclCXX.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
DeclFriend.cpp [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC). 2018-04-03 00:11:50 +00:00
DeclGroup.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-10 00:59:22 +00:00
DeclObjC.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
DeclOpenMP.cpp [OpenCL, OpenMP] Fix crash when OpenMP used in OpenCL file 2018-06-01 13:04:26 +00:00
DeclPrinter.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
DeclTemplate.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
DeclarationName.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
Expr.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ExprCXX.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ExprClassification.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ExprConstant.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ExprObjC.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-30 22:33:48 +00:00
ExternalASTMerger.cpp [ASTImporter] Refactor Decl creation 2018-07-12 09:42:05 +00:00
ExternalASTSource.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
InheritViz.cpp
ItaniumCXXABI.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ItaniumMangle.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
Linkage.h Give external linkage and mangling to lambdas inside inline variables and variable templates. 2017-09-22 04:25:05 +00:00
Mangle.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
MicrosoftCXXABI.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
MicrosoftMangle.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
NSAPI.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
NestedNameSpecifier.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
ODRHash.cpp [ODRHash] Support hashing enums. 2018-07-25 22:52:05 +00:00
OpenMPClause.cpp [OPENMP] Code cleanup and code improvements. 2018-04-18 15:57:46 +00:00
ParentMap.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
QualTypeNames.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
RawCommentList.cpp [AST] Added a helper to extract a user-friendly text of a comment. 2018-05-16 12:30:09 +00:00
RecordLayout.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
RecordLayoutBuilder.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
SelectorLocationsKind.cpp
Stmt.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
StmtCXX.cpp [AST] Use llvm::TrailingObjects in CXXTryStmt 2018-07-23 12:45:24 +00:00
StmtIterator.cpp [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-11-21 23:26:08 +00:00
StmtObjC.cpp Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 14:27:22 +00:00
StmtOpenMP.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
StmtPrinter.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
StmtProfile.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
StmtViz.cpp
TemplateBase.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TemplateName.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
Type.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TypeLoc.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
TypePrinter.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
VTTBuilder.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
VTableBuilder.cpp Remove trailing space 2018-07-30 19:24:48 +00:00