llvm-project/clang/lib
Richard Smith d7b2a9ebd1 PR19249: Don't forget to DiagnoseUseOfDecl for the implicit use of a variable
in a lambda capture.

llvm-svn: 204757
2014-03-25 21:11:32 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST MS ABI: Mark direct virtual bases as visted when building vtable paths 2014-03-25 18:33:27 +00:00
ASTMatchers Remove unused typedef as pointed out by a GCC warning. 2014-03-14 10:15:44 +00:00
Analysis remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
Basic [PPC64LE] Add a CALL_ELF macro to indicate use of the ELFv2 ABI. 2014-03-24 17:27:03 +00:00
CodeGen Proper handling of static local variables with address space qualifiers. 2014-03-24 22:05:38 +00:00
Driver Use an option alias to implement -gmlt 2014-03-25 20:42:27 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format clang-format: Fix incorrect &/* detection. 2014-03-25 10:52:45 +00:00
Frontend [msan] -fsanitize-memory-track-origins=[level] flag and docs. 2014-03-20 14:58:36 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers MS intrinsics: __interlockedbittestandset(64) (PR19054) 2014-03-13 17:05:09 +00:00
Index remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
Lex Prevent lookup of subframework modules by name without parent framework 2014-03-20 18:27:26 +00:00
Parse Cleanup dead assignments reported by scan-build 2014-03-23 20:28:07 +00:00
Rewrite [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_type_end() with iterator_range param_types(). Updating all of the usages of the iterators with range-based for loops. 2014-03-17 15:23:01 +00:00
Sema PR19249: Don't forget to DiagnoseUseOfDecl for the implicit use of a variable 2014-03-25 21:11:32 +00:00
Serialization Remove redundant and misleading check. This could also lead to painful cyclic 2014-03-25 01:22:22 +00:00
StaticAnalyzer [analyzer] Don't track retain counts of objects directly accessed through ivars. 2014-03-25 17:10:58 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00