hanchenye-llvm-project/clang/lib
Alexey Samsonov 2c0aac2591 Fix member function call on null pointer in Sema::FindInstantiatedDecl.
This bug was reported by UBSan.

llvm-svn: 217059
2014-09-03 18:45:45 +00:00
..
ARCMigrate Update for llvm API change. 2014-08-27 19:03:27 +00:00
AST [modules] Use DeclContext::equals rather than == on DeclContext* when 2014-09-03 02:33:22 +00:00
ASTMatchers ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a template instantiation. 2014-09-03 12:08:14 +00:00
Analysis Allow a scoped lockable object to acquire/release multiple locks. 2014-09-03 06:00:11 +00:00
Basic Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. 2014-08-30 16:55:52 +00:00
CodeGen Update for LLVM api change. 2014-09-03 17:31:52 +00:00
Driver Typo fix, no functionality change. 2014-09-01 12:35:57 +00:00
Edit Objective-C modernization. Convert -initWithUTF8String messaging 2014-08-25 20:22:25 +00:00
Format clang-format: Add an option 'SpaceAfterCStyleCast'. 2014-09-03 07:37:29 +00:00
Frontend Frontend: Reindent Opts.CoverageFile 2014-09-01 18:50:05 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers arm_acle: Fix error in ROR implementation 2014-08-28 15:25:52 +00:00
Index Overload SourceManager::overrideFileContents so that unconditionally passing ownership is explicitly done using unique_ptr. 2014-08-27 20:54:45 +00:00
Lex unique_ptrify PTHManager's PerIDCache using the newly added llvm::FreeDeleter 2014-08-29 22:04:45 +00:00
Parse Parse: Replace polymorphic functor objects with lambdas and llvm::function_ref. 2014-09-03 11:06:10 +00:00
Rewrite Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema Fix member function call on null pointer in Sema::FindInstantiatedDecl. 2014-09-03 18:45:45 +00:00
Serialization Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>. 2014-08-30 16:55:39 +00:00
StaticAnalyzer unique_ptrify clang::ento::createCheckerManager 2014-08-29 20:11:03 +00:00
Tooling Query CompilationDatabase right before running each compilation. 2014-08-27 21:36:39 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00