llvm-project/clang/lib
Chandler Carruth 1f28e6c7e3 Use ArrayRef for the fixit hint array rather than a pointer and a size.
Clean up loops over the hints to use the more idiomatic iterator form in
LLVM and Clang.

llvm-svn: 139195
2011-09-06 22:31:44 +00:00
..
ARCMigrate [arcmt] Fix test/ARCMT/remove-statements.m regression due to 2011-09-01 20:53:18 +00:00
AST When extracting the callee declaration from a call expression, be sure 2011-09-06 21:41:04 +00:00
Analysis -Wuninitialized: fix insidious bug resulting from interplay of blocks and dead code. Fixes <rdar://problem/10060250>. 2011-09-02 19:39:26 +00:00
Basic Allow the preprocessor to be constructed without performing target- 2011-09-01 23:39:15 +00:00
CodeGen When extracting the callee declaration from a call expression, be sure 2011-09-06 21:41:04 +00:00
Driver Add the resource directory to the search path for Driver::GetFilePath, 2011-09-06 02:08:31 +00:00
Frontend Use ArrayRef for the fixit hint array rather than a pointer and a size. 2011-09-06 22:31:44 +00:00
FrontendTool Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
Headers Add missing function _mm_ucomige_sd to emmintrin.h. PR10803. 2011-08-29 21:26:24 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas! 2011-09-06 18:03:41 +00:00
Parse PR10458: Last part of providing 'auto' type specifier as an extension in C++98: permit it within type-ids. 2011-09-04 20:24:20 +00:00
Rewrite Fix a rewriter bug caused by recent changes in objc's 2011-08-29 22:21:46 +00:00
Sema Rename variables in SemaExpr.cpp to give a more consistant naming scheme. 2011-09-06 21:43:51 +00:00
Serialization Finish implementing (de-)serialization of the CXXDefinitionData bits 2011-09-06 16:38:46 +00:00
StaticAnalyzer Make helpers static, remove unused variables. 2011-09-03 03:30:59 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00