hanchenye-llvm-project/clang/lib/AST
Richard Trieu b3e902f4c3 Add vtable anchor to classes.
llvm-svn: 350143
2018-12-29 02:02:30 +00:00
..
APValue.cpp Fix crash on call to __builtin_memcpy with a null pointer to an 2018-09-13 22:47:33 +00:00
ASTConsumer.cpp
ASTContext.cpp [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr. 2018-12-21 14:10:18 +00:00
ASTDiagnostic.cpp
ASTDumper.cpp [OpenCL] Add generic AS to 'this' pointer 2018-12-13 10:15:27 +00:00
ASTImporter.cpp [AST] Store the arguments of CXXConstructExpr in a trailing array 2018-12-22 14:39:30 +00:00
ASTImporterLookupTable.cpp [ASTImporter] Add importer specific lookup 2018-12-17 13:53:12 +00:00
ASTStructuralEquivalence.cpp Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
ASTTypeTraits.cpp
AttrImpl.cpp
CMakeLists.txt [ASTImporter] Add importer specific lookup 2018-12-17 13:53:12 +00:00
CXXABI.h
CXXInheritance.cpp [AST][NFC] Remove stale comment in CXXRecordDecl::is(Virtually)DerivedFrom. 2018-12-21 20:23:07 +00:00
Comment.cpp
CommentBriefParser.cpp
CommentCommandTraits.cpp
CommentLexer.cpp
CommentParser.cpp Remove spurious assertion in -Wdocumentation 2018-10-02 22:23:27 +00:00
CommentSema.cpp
ComparisonCategories.cpp
DataCollection.cpp
Decl.cpp Fix up diagnostics. 2018-12-14 03:35:10 +00:00
DeclBase.cpp [ASTImporter] Fix redecl chain of classes and class templates 2018-12-17 12:42:12 +00:00
DeclCXX.cpp Add vtable anchor to classes. 2018-12-29 02:02:30 +00:00
DeclFriend.cpp
DeclGroup.cpp
DeclObjC.cpp [Sema][ObjC] Infer availability of +new from availability of -init. 2018-09-10 22:20:09 +00:00
DeclOpenMP.cpp [OPENMP] Add support for OMP5 requires directive + unified_address clause 2018-09-26 04:28:39 +00:00
DeclPrinter.cpp Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
DeclTemplate.cpp Add vtable anchor to classes. 2018-12-29 02:02:30 +00:00
DeclarationName.cpp [AST] Various optimizations + refactoring in DeclarationName(Table) 2018-09-21 12:53:22 +00:00
Expr.cpp Ignore ConstantExpr in IgnoreParens 2018-12-26 17:44:40 +00:00
ExprCXX.cpp [AST] Store the arguments of CXXConstructExpr in a trailing array 2018-12-22 14:39:30 +00:00
ExprClassification.cpp Create ConstantExpr class 2018-10-31 03:48:47 +00:00
ExprConstant.cpp [ExprConstant] Handle compound assignment when LHS has integral type and RHS has floating point type 2018-12-18 07:38:06 +00:00
ExprObjC.cpp
ExternalASTMerger.cpp Set MustBuildLookupTable on PrimaryContext in ExternalASTMerger 2018-11-29 13:50:30 +00:00
ExternalASTSource.cpp
FormatString.cpp OpenCL: Improve vector printf warnings 2018-12-01 22:16:27 +00:00
FormatStringParsing.h OpenCL: Improve vector printf warnings 2018-12-01 22:16:27 +00:00
InheritViz.cpp
ItaniumCXXABI.cpp
ItaniumMangle.cpp [mingw] Don't mangle thiscall like fastcall etc 2018-12-21 01:40:29 +00:00
Linkage.h [AST] Squeeze some bits in LinkageComputer::QueryType 2018-09-25 13:43:25 +00:00
Mangle.cpp NFC: Remove MANGLE_CHECKER from ItaniumMangle.cpp 2018-10-23 19:55:38 +00:00
MicrosoftCXXABI.cpp
MicrosoftMangle.cpp [MS] Mangle return adjusting thunks with the public access specifier 2018-12-26 20:07:52 +00:00
NSAPI.cpp [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension 2018-11-08 11:25:41 +00:00
NestedNameSpecifier.cpp [WIP][Sema] Improve static_assert diagnostics for type traits. 2018-12-04 07:59:57 +00:00
ODRHash.cpp Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
OSLog.cpp os_log: Allow specifying mask type in format string. 2018-11-06 07:05:14 +00:00
OpenMPClause.cpp [OPENMP] parsing and sema support for 'close' map-type-modifier 2018-12-18 22:18:41 +00:00
ParentMap.cpp Create ConstantExpr class 2018-10-31 03:48:47 +00:00
PrintfFormatString.cpp OpenCL: Improve vector printf warnings 2018-12-01 22:16:27 +00:00
QualTypeNames.cpp
RawCommentList.cpp Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
RecordLayout.cpp
RecordLayoutBuilder.cpp Fix up diagnostics. 2018-12-14 03:35:10 +00:00
ScanfFormatString.cpp Reapply Logging: make os_log buffer size an integer constant expression. 2018-11-02 13:14:11 +00:00
SelectorLocationsKind.cpp
Stmt.cpp [AST] Assert that no statement/expression class is polymorphic 2018-12-04 16:04:19 +00:00
StmtCXX.cpp [cxx2a] P0614R1: Support init-statements in range-based for loops. 2018-09-28 18:44:09 +00:00
StmtIterator.cpp
StmtObjC.cpp
StmtOpenMP.cpp [OpenMP][NVPTX] Use single loops when generating code for distribute parallel for 2018-10-29 15:45:47 +00:00
StmtPrinter.cpp Create ConstantExpr class 2018-10-31 03:48:47 +00:00
StmtProfile.cpp Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
StmtViz.cpp
TemplateBase.cpp
TemplateName.cpp
TextNodeDumper.cpp NFC: Move dump of individual comment nodes to NodeDumper 2018-12-09 13:30:17 +00:00
Type.cpp [OpenCL] Add generic AS to 'this' pointer 2018-12-13 10:15:27 +00:00
TypeLoc.cpp [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension 2018-11-08 11:25:41 +00:00
TypePrinter.cpp [Sema] Better static assert diagnostics for expressions involving temporaries/casts/.... 2018-12-20 09:05:15 +00:00
VTTBuilder.cpp
VTableBuilder.cpp Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC 2018-10-20 17:53:42 +00:00