.. |
ARCMigrate
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
AST
|
const-qualify CXXRecordDecl::getCaptureFields.
|
2012-02-11 00:18:00 +00:00 |
Analysis
|
Tweak format string checking to work with %@ and ObjC toll-free bridging. <rdar://problem/10814120>
|
2012-02-06 21:45:29 +00:00 |
Basic
|
Set UserLabelPrefix and MCountName correctly for DragonFly BSD. Patch by Sascha Wildner.
|
2012-02-10 23:02:29 +00:00 |
CodeGen
|
Basic support for referring to captured variables from lambdas. Some simple examples seem to work. Tests coming up soon.
|
2012-02-11 02:57:39 +00:00 |
Driver
|
Begin refactoring to use the newly added triple predicates for
|
2012-02-11 03:31:12 +00:00 |
Frontend
|
[libclang] Indexing API: Fully index implict template instantiations.
|
2012-02-10 20:10:44 +00:00 |
FrontendTool
|
Make use of const-correct ParseCommandLineOptions
|
2012-02-07 19:36:38 +00:00 |
Headers
|
Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builtin_shufflevector.
|
2012-02-08 07:33:36 +00:00 |
Index
|
More dead code removal (using -Wunreachable-code)
|
2012-01-20 21:50:17 +00:00 |
Lex
|
Implement warning for non-wide string literals with an unexpected encoding. Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>.
|
2012-02-11 05:08:10 +00:00 |
Parse
|
Allow implicit capture of 'this' in a lambda even when the capture
|
2012-02-10 17:46:20 +00:00 |
Rewrite
|
objc translator: more modern metadata stuff.
|
2012-02-10 23:18:24 +00:00 |
Sema
|
Make sure to try instantiating a templated type which is used in an _Atomic
|
2012-02-11 18:03:45 +00:00 |
Serialization
|
Track whether a function type has a trailing return type as type sugar. Use this
|
2012-02-10 09:58:53 +00:00 |
StaticAnalyzer
|
[analyzer] New checker for assignment of non-0/1 values to Boolean variables.
|
2012-02-11 16:32:09 +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 |