summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Check column number also.Devang Patel2011-07-18
* Remember to add a has_feature macro for __underlying_type now that it isSean Hunt2011-07-18
* [arcmt] When a NSData's 'bytes' family of methods are used on a local var,Argyrios Kyrtzidis2011-07-18
* [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safeArgyrios Kyrtzidis2011-07-18
* Don't crash when codegen'ing an empty redecl of a function in C99 mode, whenNick Lewycky2011-07-18
* In C99, emit an inline function when encountering an extern redeclaration.Nick Lewycky2011-07-18
* Revert r135217, which wasn't the correct fix for PR10358. With thisChandler Carruth2011-07-16
* [analyzer] Per discussions with the Cocoa team, extend CF naming conventions ...Ted Kremenek2011-07-16
* [arcmt] It's not safe to remove the -release on "[[someivar delegate] release...Argyrios Kyrtzidis2011-07-15
* This handles the missing cases of opencl vector literals.Tanya Lattner2011-07-15
* Update retain-release.m to match updated warnings from r135310Jordy Rose2011-07-15
* Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...Jordy Rose2011-07-15
* [arcmt] Rewrite to "foo = nil;" not "foo = 0;", as suggested by Jordy.Argyrios Kyrtzidis2011-07-15
* [arcmt] For:Argyrios Kyrtzidis2011-07-15
* Don't refer to check.deps unless LLVM_INCLUDE_TESTS is enabledDouglas Gregor2011-07-15
* [analyzer] GNU __null is a pointer-sized integer, not a pointer. Fixes PR10372.Jordy Rose2011-07-15
* When creating a property in a class extension, make sure to check itsDouglas Gregor2011-07-15
* Restore the C-style cast hack for enum template arguments,John McCall2011-07-15
* Enhance the IR type lowering code to be much smarter about recursively loweringChris Lattner2011-07-15
* Remove warnings of constant operands of logical operators from template insta...Richard Trieu2011-07-15
* Fix false negative reported in PR 10358 by using 'Unknown' in -Wuninitialized...Ted Kremenek2011-07-14
* [arcmt] Don't remove retains/releases on a global variable, flag them with er...Argyrios Kyrtzidis2011-07-14
* Revert 135177 to fix PR10363.Rafael Espindola2011-07-14
* [arcmt] Allow -retain of an __unsafe_unretained receiver if the result gets u...Argyrios Kyrtzidis2011-07-14
* Teach -Wconversion, -Wsign-compare etc. about division and remainder.John McCall2011-07-14
* PR10359: Template declarations which define classes are not permitted to also...Richard Smith2011-07-14
* [arcmt] Emit an error for unused -autorelease messages.Argyrios Kyrtzidis2011-07-14
* For C++11, do more checking of initializer lists up-front, enabling some subs...Sebastian Redl2011-07-14
* Fix problems Johannes noticed, and extend test cases further.Sebastian Redl2011-07-14
* Revert r135147 and r135075. The consensus was that this wasn't the right thi...Ted Kremenek2011-07-14
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-14
* Switch the diagnostic messages about macros to use the terms 'expanded'Chandler Carruth2011-07-14
* Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ...Ted Kremenek2011-07-14
* Revert r135075, "format string checking: long and int have the same widths on...NAKAMURA Takumi2011-07-14
* Add a hackaround to avoid the crash in PR10355. However, our recoveryDouglas Gregor2011-07-14
* [arcmt] Make sure migrating to ARC works even if '-fobjc-arc' is included in ...Argyrios Kyrtzidis2011-07-14
* PR8800: When building a conversion to A& using a member operatorA&(), do not ...Richard Smith2011-07-13
* Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ...Bruno Cardoso Lopes2011-07-13
* Fix an incorrect namespace typo-correction diagnostic, from KaelynDouglas Gregor2011-07-13
* Emit debug info for extended vectors.Devang Patel2011-07-13
* format string checking: long and int have the same widths on 32-bit, so we sh...Ted Kremenek2011-07-13
* Enforce access control for the destructor in a new[] expression and markJohn McCall2011-07-13
* [arcmt] Add weak/unsafe_unretained for "@property (readonly)" when we are @sy...Argyrios Kyrtzidis2011-07-13
* [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'reta...Argyrios Kyrtzidis2011-07-13
* With -Wselector, don't warn about unimplemented optional methodFariborz Jahanian2011-07-13
* Don't crash if defining -dealloc in a category.John McCall2011-07-13
* In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall2011-07-13
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-13
* Re-relax conversion specifier checking for printf format strings and conversi...Ted Kremenek2011-07-13
* Fix inversion in argument type checking for format strings with conversion sp...Ted Kremenek2011-07-13