..
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
ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.
2014-05-09 17:08:01 +00:00
Basic
[C++11] Use 'nullptr'.
2014-05-08 06:41:40 +00:00
CodeGen
Pacify bots again - turns out my checkout was slightly polluted when I was reverting a olista01s change, and this pollution made it upstream during the revert checkin :/ Sorryemacs -nw lib/CodeGen/CodeGenModule.cpp
2014-05-09 16:28:56 +00:00
Driver
[Driver] Range-based loop simplification.
2014-05-08 19:32:46 +00:00
Edit
[C++11] Use 'nullptr'.
2014-05-09 08:15:10 +00:00
Format
clang-format: Fix bug introduced by r208392.
2014-05-09 13:11:16 +00:00
Frontend
Switch Wmodule-build to a remark
2014-05-08 22:36:02 +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
Wrap to 80 columns, no code change.
2014-05-09 01:00:48 +00:00
Parse
Fix an outdated comment.
2014-05-08 22:32:00 +00:00
Rewrite
[C++11] Use 'nullptr'.
2014-05-07 06:21:57 +00:00
Sema
Permit duplicate explicit class instantiations if MSVCCompat is enabled
2014-05-09 09:52:13 +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