llvm-project/clang/lib
Ismail Pazarbasi 49ff754d4b Suggest fix-it ':' when '=' used in for-range-declaration
Fix for PR19176. Clang will suggest a fix-it hint for cases like:
  int arr[] = {1, 2, 3, 4};
  for (auto i = arr)
              ^
              :

llvm-svn: 208299
2014-05-08 11:28:25 +00:00
..
ARCMigrate [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
AST Use nullptr instead of 0 for const char * value. 2014-05-07 09:53:02 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Fix handling of condition variables in the face of temp dtors. 2014-05-05 18:21:06 +00:00
Basic [C++11] Use 'nullptr'. 2014-05-08 06:41:40 +00:00
CodeGen Driver: parse -mcmodel earlier 2014-05-08 02:28:32 +00:00
Driver [mips] Pass nan2008 info to the back-end. 2014-05-07 16:16:07 +00:00
Edit [objcmt] Revert r191796, it's not needed anymore. 2014-04-28 02:38:51 +00:00
Format clang-format: [JS] support closures in container literals. 2014-05-08 09:25:39 +00:00
Frontend Let ASTReader optionally delete its ASTDeserializationListener. 2014-05-08 04:26:47 +00:00
FrontendTool [leaks] Don't leak the fake arguments we synthesize for LLVM option 2014-05-03 08:39:35 +00:00
Headers Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}. 2014-04-30 04:35:09 +00:00
Index Comment parsing: remove HTML attribute validation 2014-04-30 21:54:30 +00:00
Lex Add -Wnon-modular-include* options 2014-05-05 21:44:13 +00:00
Parse Suggest fix-it ':' when '=' used in for-range-declaration 2014-05-08 11:28:25 +00:00
Rewrite [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
Sema fmodules-search-all: Removed dead code and added some comments. 2014-05-07 22:47:08 +00:00
Serialization Let ASTReader optionally delete its ASTDeserializationListener. 2014-05-08 04:26:47 +00:00
StaticAnalyzer NSOrCFErrorDerefChecker: Don't leak bug type. Similar to r208110/r208155. Found by LSan. 2014-05-07 21:28:03 +00:00
Tooling PR19601: std::remove_if does not really remove the elements. 2014-04-30 19:59:22 +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