- c211218 Non-pointer objects are none gc'able regardles of the attribute set on them. by Fariborz Jahanian · 16 years ago
- c0c0ef0 Fixup copy/dispose helpers for Objective-C. Radar 6756504 by Mike Stump · 16 years ago
- 38ac063 Force driver triple. by Daniel Dunbar · 16 years ago
- 0a9217f Fix another fallout from defining __weak unconditionally. by Fariborz Jahanian · 16 years ago
- 64c2e07 Don't set both readnone and readonly. by Daniel Dunbar · 16 years ago
- 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 16 years ago
- 4789282 Fixed the test. by Fariborz Jahanian · 16 years ago
- 2b93986 Add a test case for my last patch. by Fariborz Jahanian · 16 years ago
- 02022f4 Force triple for a number of tests that rely on __weak. by Daniel Dunbar · 16 years ago
- f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 16 years ago
- 7e714cd Internal variables could mistakenly have "hidden" visibility when by Daniel Dunbar · 16 years ago
- c7a4ba5 Test case for -miphoneos-version-min, also part of Shantonu's patch! by Daniel Dunbar · 16 years ago
- b7477cf Fixup codegen for nested blocks that use copy/dispose in the inner by Mike Stump · 16 years ago
- 960cd06 Patch to generate meta-data for prtocol used in @protocol expression. by Fariborz Jahanian · 16 years ago
- 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 16 years ago
- 4fa37ac use doug's new %S thing to make this work when run from different locations. by Chris Lattner · 16 years ago
- 3a0fd13 Split failing test case from misc-ps.m to misc-ps-ranges.m (which tests by Ted Kremenek · 16 years ago
- 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
- 52e5602 Fix: <rdar://problem/6776949> Branch condition evaluates to an uninitialized value (argc is guaranteed to be >= 1) by Ted Kremenek · 16 years ago
- b725232 Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows by Ted Kremenek · 16 years ago
- 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
- c612f7b Add @encode support for complex types. by Anders Carlsson · 16 years ago
- 7a0048b Add more builtin definitions, including strcmp. - PR3964. by Daniel Dunbar · 16 years ago
- fe630b9 GRExprEngine: Don't try to reason about the size of 'void' for the return type by Ted Kremenek · 16 years ago
- c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 16 years ago
- a0c3e9c Fix <rdar://problem/6770998> make cast of super illegal (again:-) by Steve Naroff · 16 years ago
- 748dd20 Force triple for these tests. by Daniel Dunbar · 16 years ago
- fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 16 years ago
- e9918d2 We weren't generating correct code for calls to variadic member functions. by Anders Carlsson · 16 years ago
- d286992 Fixed a problem using property syntax on a 'super' used as receiver. by Fariborz Jahanian · 16 years ago
- da9ae60 Enhance analyzer reasoning about sending messages to nil. A nil receiver returns 0 for scalars of size <= sizeof(void*). by Ted Kremenek · 16 years ago
- 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
- 9158804 Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning. by Steve Naroff · 16 years ago
- 2c2d9dc -Wmissing-prototypes shouldn't complain about main() missing a prototype. by Douglas Gregor · 16 years ago
- 8158a2f Implementation definition of interfaces with __objc_exception attribute. by Daniel Dunbar · 16 years ago
- 899b3de New static analyzer check by Nikita Zhuk! by Ted Kremenek · 16 years ago
- 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
- a17d7cc Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. by Anders Carlsson · 16 years ago
- 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 16 years ago
- 93a2595 Fix <rdar://problem/6764172> [sema] crash on invalid. by Steve Naroff · 16 years ago
- 03abc9e Visibility attributes should only be set on definition. by Daniel Dunbar · 16 years ago
- d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
- c8bafd7 Now that we have __weak defined as attribute in all modes, by Fariborz Jahanian · 16 years ago
- 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago
- cf71dd4 Propagte -fvisibility to objc2's class symbols. by Fariborz Jahanian · 16 years ago
- 85a5319 Diagnose uses of function specifiers on declarations which don't declare by Eli Friedman · 16 years ago
- ef79bc9 Fixes method name lookup when method appears in by Fariborz Jahanian · 16 years ago
- ef88e58 Fix broken test case. I have no idea why this ever worked. by Anders Carlsson · 16 years ago
- 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 16 years ago
- 82fc0cb Use %s in test, not hard coded name. by Daniel Dunbar · 16 years ago
- 1a31ad8 XFAIL a failing test by Douglas Gregor · 16 years ago
- ebaa768 Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing with qualified id's. This change is motivated by our desire to not support the "Class<foo>" idiom. Note that the change makes perfect sense (since all ObjC classes are also id/instances). by Steve Naroff · 16 years ago
- 939ab47 Fix typo in newly added test case. by Steve Naroff · 16 years ago
- d9fd764 Change the type of ObjC @ string constants (from NSConstantString->NSString). by Steve Naroff · 16 years ago
- 7e075cb Handle use side of __objc_exception__ attribute; when using an by Daniel Dunbar · 16 years ago
- 7f48c6e *everyone* knows that __weak is not defined on linux :) by Chris Lattner · 16 years ago
- 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 16 years ago
- 6ab187a Various fixes to symbols used for Obj-C x86_64 metadata. by Daniel Dunbar · 16 years ago
- e82e13a Add test case. by Ted Kremenek · 16 years ago
- 590230d Fix test (triple wasn't passed correctly, the driver doesn't accept -mtriple). by Daniel Dunbar · 16 years ago
- 0002d23 Implement __sync_{add,sub,and,or,xor}_and_fetch and by Daniel Dunbar · 16 years ago
- e2573e5 Warn instead of error on duplicate protocol definitions. by Fariborz Jahanian · 16 years ago
- fc479d7 Make casting 'super' a deprecated warning (instead of a hard error). by Steve Naroff · 16 years ago
- a86b832 Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! by Douglas Gregor · 16 years ago
- 77c9fd2 Fixed visibility issues related to objc2's synthesized ivars. by Fariborz Jahanian · 16 years ago
- 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 16 years ago
- 3f41976 Daniel convinced me that accepting "const va_list" arguments to va_arg is by Chris Lattner · 16 years ago
- 50efe04 writable property in a category of class's superclass by Fariborz Jahanian · 16 years ago
- b02e53b Fix a couple of cases where Constant* pointers can dangle in by Chris Lattner · 16 years ago
- 0d20b8a in va_arg diagnostics, print out the unpromoted type. This makes the by Chris Lattner · 16 years ago
- ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 16 years ago
- 9dc8f19 Add a warning for questionable va_args usage. by Chris Lattner · 16 years ago
- f502691 GCC compatibility: gcc allows applying va_args to const by Chris Lattner · 16 years ago
- ead616c fix rdar://6757323, where an escaped newline in a // comment by Chris Lattner · 16 years ago
- 2b77ba8 Add some basic support for generating C++ member functions. by Anders Carlsson · 16 years ago
- 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 16 years ago
- 980d60a Testcase for regparm codegen by Anton Korobeynikov · 16 years ago
- b072b71 Real corener case of a method declared in a protocol by Fariborz Jahanian · 16 years ago
- 95f49fb improve the string literal comparison warning to not call @encode's "string literals". by Chris Lattner · 16 years ago
- 99d0269 retain/release checker: don't track NSPanel until we have better reasoning about by Ted Kremenek · 16 years ago
- 75e3606 add fixit advice to an archiac ObjC issue. by Chris Lattner · 16 years ago
- ec91dab Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908. by Anders Carlsson · 16 years ago
- 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 16 years ago
- 2d06612 Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed). by Steve Naroff · 16 years ago
- a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 16 years ago
- 81048aa Move the rest of the fixit tests to the FixIt area. by Mike Stump · 16 years ago
- 8e7ec66 Update wording. by Mike Stump · 16 years ago
- 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
- d09a456 Fix up lookup rules for properties declared in objc's continuation class. by Fariborz Jahanian · 16 years ago
- ed91f90 Fix http://llvm.org/bugs/show_bug.cgi?id=3907. by Steve Naroff · 16 years ago
- 035cf89 Remove -ftrapu. by Mike Stump · 16 years ago
- ef77d54 Add a few more analyzer test cases. by Ted Kremenek · 16 years ago
- dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 16 years ago
- 1b42c79 Implement mangling of declarations inside functions. by Anders Carlsson · 16 years ago
- 329749c Mangle VarDecls correctly. by Anders Carlsson · 16 years ago
- 74734d5 When calling a function without a prototype for which we have a by Douglas Gregor · 16 years ago
- 91e20dd Emit code for linkage specifications. by Anders Carlsson · 16 years ago
- ef5cc75 Make darned sure that the -fixit tests are testing what we want them to test by Douglas Gregor · 16 years ago
- fe057ac Update comments in fixit tests by Douglas Gregor · 16 years ago
- b8adaf9 Update expected warning in test case. by Ted Kremenek · 16 years ago