Age | Commit message (Expand) | Author |
2012-06-21 | If an object (such as a std::string) with an appropriate c_str() member function | Richard Smith |
2012-06-21 | Do not complain about junk on the end of a #endif in a skipped block. Such junk | Richard Smith |
2012-06-20 | [analyzer] Malloc leak false positive: Allow xpc context to escape. | Anna Zaks |
2012-06-20 | objective-c: place quotes around named items in a diagnostic. | Fariborz Jahanian |
2012-06-20 | objc: tweak my last patch to warn if class extension | Fariborz Jahanian |
2012-06-20 | objective-c: Normally, a property cannot be both 'readonly' and having a | Fariborz Jahanian |
2012-06-20 | Added test with sizeof conditions (relies on to-be-implemented functionality ... | Alexander Kornienko |
2012-06-20 | Reword -Winternal-linkage-in-inline, and rename it to -Wstatic-in-inline. | Jordan Rose |
2012-06-20 | [analyzer] Malloc: cleanup, disallow free on relinquished memory. | Anna Zaks |
2012-06-20 | Allow unqualified lookup of non-dependent member functions | Nico Weber |
2012-06-20 | Remove -Winternal-linkage-in-inline in C++. | Jordan Rose |
2012-06-20 | [ms-style asm] Change the fatal error to an extension warning. Apparently, this | Chad Rosier |
2012-06-20 | objc: improved diagnostic when property autosynthesis may cause | Fariborz Jahanian |
2012-06-20 | Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de... | Ted Kremenek |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-06-20 | [analyzer] Move failing 'new' test cases back into new.cpp instead of XFAILing. | Jordan Rose |
2012-06-20 | [analyzer] Invalidate placement args; return the pointer given to placement new | Jordan Rose |
2012-06-20 | [objcmt] Have the modern objc migration warning change from: | Argyrios Kyrtzidis |
2012-06-20 | [arcmt] When migrating to ARC disable -Werror so as to only block migration | Argyrios Kyrtzidis |
2012-06-20 | Add the PCH file name to the message about not being able to read the PCH. | Kaelyn Uhrain |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-06-19 | Do a second lookup for type_info in the global namespace in microsoft mode. P... | Nico Weber |
2012-06-19 | Do not crash when we dynamic cast a final type to void*. | Sean Hunt |
2012-06-19 | Extend the support for cl-std to include 1.2. | Tanya Lattner |
2012-06-19 | objective-c: warn when autosynthesizing a property which has same | Fariborz Jahanian |
2012-06-19 | Reapplying the changes from r158717 as they were rolled back to avoid merge c... | Aaron Ballman |
2012-06-19 | Revert r158700 and dependent patches r158716, r158717, and r158731. | Jakob Stoklund Olesen |
2012-06-19 | Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned | Richard Smith |
2012-06-19 | Enable -Wnull-conversion for non-integral target types (eg: double). | David Blaikie |
2012-06-19 | objc-arc: captured block variable accessed in its block literal | Fariborz Jahanian |
2012-06-19 | Improves parsing and semantic analysis for MS __declspec attributes. This in... | Aaron Ballman |
2012-06-19 | [analyzer] Allow pointers to escape into NSPointerArray. | Anna Zaks |
2012-06-19 | Fix the location of the fixit for -Wnewline-eof. | Jordan Rose |
2012-06-19 | [objcmt] When checking whether the subscripting methods are declared use | Argyrios Kyrtzidis |
2012-06-19 | Add a -fuse-init-array option to cc1 and map to the UseInitArray target | Rafael Espindola |
2012-06-19 | Improve the error message when a function overload candidate is rejected | Kaelyn Uhrain |
2012-06-19 | Sink definition of IBOutlet, IBOutletCollection, and IBAction into | Ted Kremenek |
2012-06-18 | Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++. | Jordan Rose |
2012-06-18 | XFAIL linker-opts.c on win32 now that it doesn't pretend that link.exe is ld. | Michael J. Spencer |
2012-06-18 | Support -Winternal-linkage-in-inline in C++ code. | Jordan Rose |
2012-06-18 | Allow internal decls in inline functions if the function is in the main file. | Jordan Rose |
2012-06-18 | [VS Toolchain] Correctly forward -l linker inputs to link.exe. | Michael J. Spencer |
2012-06-18 | fix PR13071 / rdar://problem/11634669 : | Nuno Lopes |
2012-06-18 | alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea... | Nuno Lopes |
2012-06-18 | Handle C++11 attribute namespaces automatically. | Sean Hunt |
2012-06-18 | [MSExtensions] Add support for __forceinline. | Michael J. Spencer |
2012-06-18 | Extend the error recovery for a template-argument-list terminated by '>>' to | Richard Smith |
2012-06-17 | Don't warn about address-to-member used as part of initialisation, if | Joerg Sonnenberger |
2012-06-17 | For compatibility with gcc, accept -maltivec as an alias of -faltivec. | Hal Finkel |
2012-06-16 | -Wuninitialized bugfix: when entering the scope of a variable with no | Richard Smith |