hanchenye-llvm-project/clang/lib/AST
Benjamin Kramer 2dece5747a CommentLexer: When proceeding with a typo corrected name don't clobber the token.
This would crash if the token is used in another diagnostic. PR18051.

llvm-svn: 196048
2013-12-01 15:09:32 +00:00
..
APValue.cpp Pacify compilers that think you can drop off a fully covered switch. 2013-06-03 21:26:13 +00:00
ASTConsumer.cpp
ASTContext.cpp ObjectiveC ARC. Better checking of toll free briding 2013-11-20 19:01:50 +00:00
ASTDiagnostic.cpp Remove some unused locals 2013-11-26 02:52:41 +00:00
ASTDumper.cpp [-fms-extensions] Add support for __FUNCDNAME__ 2013-11-06 23:31:56 +00:00
ASTImporter.cpp Implement final resolution of DR1402: implicitly-declared move operators that 2013-11-04 01:48:18 +00:00
ASTTypeTraits.cpp Add Distance parameter to ASTNodeKind::isBaseOf. 2013-11-23 01:40:07 +00:00
AttrImpl.cpp Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required. 2013-09-11 19:47:58 +00:00
CMakeLists.txt Remove -ast-dump-xml. 2013-10-07 20:56:34 +00:00
CXXABI.h [ms-cxxabi] Implement guard variables for static initialization 2013-09-10 20:14:30 +00:00
CXXInheritance.cpp Use pop_back_val() instead of both back() and pop_back(). 2013-08-23 16:11:15 +00:00
Comment.cpp Add unused markings to suppress warnings. 2013-09-10 22:57:15 +00:00
CommentBriefParser.cpp
CommentCommandTraits.cpp Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 03:38:40 +00:00
CommentLexer.cpp CommentLexer: When proceeding with a typo corrected name don't clobber the token. 2013-12-01 15:09:32 +00:00
CommentParser.cpp Comment parsing: fix a bug where a line with whitespace between two paragraphs 2013-08-23 18:03:40 +00:00
CommentSema.cpp Avoid double StringMap lookups. No functionality change. 2013-11-10 16:55:11 +00:00
Decl.cpp Don't call getMostRecentDecl when we know we have it. 2013-11-26 16:09:08 +00:00
DeclBase.cpp Add class-specific operator new to Decl hierarchy. This guarantees that Decls 2013-11-22 09:01:48 +00:00
DeclCXX.cpp Move these virtual methods out of line. 2013-11-26 15:12:20 +00:00
DeclFriend.cpp Add class-specific operator new to Decl hierarchy. This guarantees that Decls 2013-11-22 09:01:48 +00:00
DeclGroup.cpp
DeclObjC.cpp Use specific_attr_iterator to tighten loop over ObjCSuppressProtocolAttrs. 2013-11-23 22:51:36 +00:00
DeclOpenMP.cpp Add class-specific operator new to Decl hierarchy. This guarantees that Decls 2013-11-22 09:01:48 +00:00
DeclPrinter.cpp [OPENMP] Improved variable lookup procedure for threadprivate variables. 2013-09-26 03:24:06 +00:00
DeclTemplate.cpp Add class-specific operator new to Decl hierarchy. This guarantees that Decls 2013-11-22 09:01:48 +00:00
DeclarationName.cpp Provide operator<< for stream output of DeclarationNames 2013-05-14 21:04:00 +00:00
Expr.cpp DR408: If a static data member of incomplete array type is declared in a class 2013-11-14 22:40:45 +00:00
ExprCXX.cpp ms-compat: Fix taking the address of a member of a dependent base 2013-10-15 18:38:02 +00:00
ExprClassification.cpp [OpenCL] Make sure we put string literals in the constant address space. 2013-11-14 18:26:10 +00:00
ExprConstant.cpp Modern gcc is happy to constant evaluate __builtin_strlen in various cases 2013-11-15 02:10:04 +00:00
ExternalASTSource.cpp
InheritViz.cpp Use llvm::sys::fs::createTemporaryFile. 2013-07-05 20:00:06 +00:00
ItaniumCXXABI.cpp [ms-cxxabi] Implement guard variables for static initialization 2013-09-10 20:14:30 +00:00
ItaniumMangle.cpp Test commit for the user "kromanova" to verify commit access. I removed "UNSUPPORTED" comment because unsigned __int128 type is in fact supported. 2013-11-21 22:25:24 +00:00
Makefile
Mangle.cpp On 32 bit windows, mangle stdcall and fastcall decls in clang. 2013-10-16 01:40:34 +00:00
MangleNumberingContext.cpp [ms-cxxabi] Implement guard variables for static initialization 2013-09-10 20:14:30 +00:00
MicrosoftCXXABI.cpp [ms-cxxabi] Implement guard variables for static initialization 2013-09-10 20:14:30 +00:00
MicrosoftMangle.cpp [-cxx-abi microsoft] Create backrefs for <unnamed-type-`id'> 2013-11-25 17:50:19 +00:00
NSAPI.cpp
NestedNameSpecifier.cpp Use pop_back_val() instead of both back() and pop_back(). 2013-08-23 16:11:15 +00:00
ParentMap.cpp [analyzer; new edges] Simplify edges in a C++11 for-range loop. 2013-06-06 21:53:45 +00:00
RawCommentList.cpp Refactor comment merging. 2013-09-28 15:06:27 +00:00
RecordLayout.cpp No functional change. Renaming a variable in RecordLayoutBuilder and 2013-11-13 22:16:13 +00:00
RecordLayoutBuilder.cpp Microsoft Record Layout: zero sized base after base with vbtbl fix 2013-11-19 22:11:09 +00:00
SelectorLocationsKind.cpp
Stmt.cpp [OpenMP] Added parsing and semantic analysis for firstprivate clause 2013-10-01 05:32:34 +00:00
StmtIterator.cpp Simplify StmtIterator. 2013-06-27 20:39:04 +00:00
StmtPrinter.cpp [-fms-extensions] Add support for __FUNCDNAME__ 2013-11-06 23:31:56 +00:00
StmtProfile.cpp [OpenMP] Added parsing and semantic analysis for firstprivate clause 2013-10-01 05:32:34 +00:00
StmtViz.cpp
TemplateBase.cpp Reduce sizeof(TemplateArgument) from 32 to 24. 2013-08-21 23:05:56 +00:00
TemplateName.cpp
Type.cpp volatile types are not trivially copyable. 2013-09-11 03:49:34 +00:00
TypeLoc.cpp AST: Don't treat a TemplateExpansion as a Template 2013-08-28 00:00:27 +00:00
TypePrinter.cpp ObjectiveC migrator. Introduce a new print policy for 2013-10-09 17:37:28 +00:00
VTTBuilder.cpp
VTableBuilder.cpp Make -fdump-vtable-layouts print to stdout, not stderr 2013-11-08 21:28:00 +00:00