.. |
ARCMigrate
|
Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>.
|
2011-10-20 05:07:47 +00:00 |
AST
|
Introduce a placeholder type for "pseudo object"
|
2011-10-25 07:27:56 +00:00 |
Analysis
|
Tweak printf format string parsing to accept 'hh' conversion specifier to accept any char, not just signed char. Fixes <rdar://problem/10303638>.
|
2011-10-25 04:20:41 +00:00 |
Basic
|
Use assert(0) instead of duplicating the check, suggestion by Anna.
|
2011-10-25 00:29:44 +00:00 |
CodeGen
|
Change an int64_t to an intptr_t so that we don't end up with crashes in the back end on large classes on 32-bit.
|
2011-10-25 10:12:21 +00:00 |
Driver
|
Allow the -fno-operator-names option to be passed down to the rest
|
2011-10-25 07:13:06 +00:00 |
Frontend
|
[PCH] When visiting preprocessed entities, make it possible to avoid deserializing
|
2011-10-25 00:29:50 +00:00 |
FrontendTool
|
Parse LLVM command line arguments after plugins have been loaded
|
2011-10-10 01:23:06 +00:00 |
Headers
|
Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769.
|
2011-10-06 20:31:50 +00:00 |
Index
|
Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer.
|
2011-10-14 18:45:37 +00:00 |
Lex
|
[PCH] When visiting preprocessed entities, make it possible to avoid deserializing
|
2011-10-25 00:29:50 +00:00 |
Parse
|
Check for unexpanded parameter packs in the name that guards a
|
2011-10-25 03:44:56 +00:00 |
Rewrite
|
Introduce a placeholder type for "pseudo object"
|
2011-10-25 07:27:56 +00:00 |
Sema
|
Pull the pseudo-object stuff into its own file.
|
2011-10-25 08:42:34 +00:00 |
Serialization
|
Introduce a placeholder type for "pseudo object"
|
2011-10-25 07:27:56 +00:00 |
StaticAnalyzer
|
Implement support for dependent Microsoft __if_exists/__if_not_exists
|
2011-10-25 01:33:02 +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 |