Go to file
Argyrios Kyrtzidis 52f04650ae [analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention to control whether
the prefix should be ignored.

E.g. if ignorePrefix is true, "_init" and "init" selectors will both be result in InitRule, but if
ignorePrefix is false, only "init" will return InitRule.

llvm-svn: 123262
2011-01-11 19:45:16 +00:00
clang [analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention to control whether 2011-01-11 19:45:16 +00:00
compiler-rt Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson 2011-01-07 19:09:06 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Two minor fixes: 1. Put integral_constant conversion to integral in even without constexpr support. 2. Add ios_base to <iosfwd>. The latter is being tracked by LWG 2026. 2011-01-08 20:00:48 +00:00
lldb Bumped Xcode versions to lldb-39 and debugserver-125. 2011-01-10 19:28:56 +00:00
llvm Speculatively revert the recent improvements to Dominators.h in an attempt to track down the gcc bootstrap miscompare. 2011-01-11 19:26:30 +00:00