- 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 16 years ago
- 6a3b29e Add a test case for a somewhat obscure scenario. by Daniel Dunbar · 16 years ago
- 38ee7ff We don't accept this test anymore in a non-fragile ABI. by Daniel Dunbar · 16 years ago
- 1efaa95 Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode by Chris Lattner · 16 years ago
- 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 16 years ago
- 319ac89 PCH support for all of the predefined Objective-C types, such as id, by Douglas Gregor · 16 years ago
- 97d095f Further cleanups to isTrackedObjectType(). by Ted Kremenek · 16 years ago
- 77a6be4 Diagnose if an implementation implements a forward class by Fariborz Jahanian · 16 years ago
- f9df136 retain/release checker: Don't call isTrackedObject() with the canonical type. by Ted Kremenek · 16 years ago
- 829bf50 Temporarily remove expected warnings. by Ted Kremenek · 16 years ago
- e87450e Per discussions with Ken Ferry and Paul Marks (<rdar://problem/6815234>) greatly by Ted Kremenek · 16 years ago
- b3efa98 Fix handling of C99 "extern inline" semantics when dealing with by Douglas Gregor · 16 years ago
- 87de649 Handle corner case where clang-cc is invoked directly to compile preprocessed source file without -main-file-name. In this case, CDDebugInfo is not able identify correct main source file becase SM.isFromMainFile() returns true for locations from header files as well as locations from main source file. by Devang Patel · 16 years ago
- b3cfd58 Fix PR 4033: the analyzer shouldn't crash on computed gotos involving symbolic by Ted Kremenek · 16 years ago
- 8f06f84 More PushOnScopeChain() FIXME's. by Steve Naroff · 16 years ago
- a7503a7 Sema::ActOnStartClassInterface(): Use PushOnScopeChains(). by Steve Naroff · 16 years ago
- 90cd1bb Add PCH read/write support for Objective-C Selectors. by Steve Naroff · 16 years ago
- 9396dcf Add implicit definition of objc_msgSend. by Daniel Dunbar · 16 years ago
- 70e5a14 PCH support for Objective-C property declarations (UNTESTED!) by Douglas Gregor · 16 years ago
- 14c22f2 Support locally-declared external declarations in PCH files by Douglas Gregor · 16 years ago
- 0838ba6 Clean up and de-XFAIL-ify PCH test for external definitions by Douglas Gregor · 16 years ago
- e24f27f remove obsolete tests. by Chris Lattner · 16 years ago
- 4c0e86b Support tentative definitions in precompiled headers. This isn't likely by Douglas Gregor · 16 years ago
- 1725f68 Add handling for complex->int, int->complex float, and float->complex by Eli Friedman · 16 years ago
- a80a0f6 Reapply r69771, with updates & fixes: by Daniel Dunbar · 16 years ago
- d2977bc Make sure this test runs on all 3 Objective-C implementations. by Daniel Dunbar · 16 years ago
- c6fa445 deserialization support for qualified interfaces by Chris Lattner · 16 years ago
- d7a3fcd pch support for protocol qualified id's. by Chris Lattner · 16 years ago
- 3a57a37 add three new objc expression types. @selector doesn't work because we have no by Chris Lattner · 16 years ago
- 4dcf151a implement serialization support for @encode, by Chris Lattner · 16 years ago
- f7830b6 rename methods.* -> objc_methods.* by Chris Lattner · 16 years ago
- 3f84ad2 change implicit int warnings to point to the identifier, not the by Chris Lattner · 16 years ago
- d4ae6c0 Revert r69771, I missed some (obvious) details. :/ by Daniel Dunbar · 16 years ago
- 0c45793 Rework the shadow struct that is layed out for Objective-C classes. by Daniel Dunbar · 16 years ago
- 3936024 Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean, by Chris Lattner · 16 years ago
- f09f03c rename test by Chris Lattner · 16 years ago
- 4d00f2a Fix a problem with objc foreach loop. It turns out that objc mode changes by Chris Lattner · 16 years ago
- ba48d05 Test PCH support for VLAs by Douglas Gregor · 16 years ago
- 0c8c455 Eliminate a FIXME in one of the PCH test cases by Douglas Gregor · 16 years ago
- d55a71d Fix some mishandling of the attr(gnu_inline) mode when used with by Chris Lattner · 16 years ago
- 868210e Fix crash reported in PR 3991. The analyzer doesn't reason about ObjCKVCExpr. by Ted Kremenek · 16 years ago
- e1614bb apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! by Chris Lattner · 16 years ago
- 914d3db Resolve merge conflict better. by Mike Stump · 16 years ago
- f0a990c fix PR4026: Clang can't codegen __func__ without implicit cast by Chris Lattner · 16 years ago
- 25efa10 Tighten up blocks type checking. This was discussed back in the by Mike Stump · 16 years ago
- c474152 Lazy deserialization of identifiers in PCH files fixed a problem with by Douglas Gregor · 16 years ago
- 5c59e2b Fix rdar://6814047, a crash on invalid in blocks code I noticed when by Chris Lattner · 16 years ago
- af48fdd Fix: <rdar://problem/6777209> false Dereference of null pointer in loop: pointer increment/decrement preserves non-nullness by Ted Kremenek · 16 years ago
- 17f3a6d fix marking of nested blocks with the "hasBlockDeclRefExprs" to by Chris Lattner · 16 years ago
- 668c1a4 Lazy deserialization of the declaration chains associated with by Douglas Gregor · 16 years ago
- 293b4d6 force a 32-bit triple. by Chris Lattner · 16 years ago
- 5bd0939 Force triple (test case fails for platforms with the non-fragile ABI). by Daniel Dunbar · 16 years ago
- bd5e5a5 We no longer accept @defs with the non-fragile ABI. by Daniel Dunbar · 16 years ago
- f365d5b temporarily downgrade to a warning. by Chris Lattner · 16 years ago
- 0468fb9 Patch to diagnose use of objc's @defs in nonfragile abi. by Fariborz Jahanian · 16 years ago
- 09f1419 Added over-release test case. by Ted Kremenek · 16 years ago
- ca79092 reject sizeof(itf) when itf is a forward declared interface, or when by Chris Lattner · 16 years ago
- b6c8c8b Explictly track tentative definitions within Sema, then hand those by Douglas Gregor · 16 years ago
- 69667a0 Fix test typo. by Daniel Dunbar · 16 years ago
- ff89666 Use an ASTRecordLayout to compute the sizeof an interface, not by Daniel Dunbar · 16 years ago
- a868a20 implement semantic analysis for @synchronized, fixing a crash on invalid by Chris Lattner · 16 years ago
- 46c3c4b add support for goto checking and @synchronized blocks, rdar://6810106 by Chris Lattner · 16 years ago
- 81045d8 Fix PR4027 + rdar://6808859, we were rejecting implicit casts of by Chris Lattner · 16 years ago
- f1c97eb use of predefined identifiers like __func__ at global scope warn in sema, by Chris Lattner · 16 years ago
- e7d6c3d Revert 69646, that was the precise inverse of what I wanted to commit. by Daniel Dunbar · 16 years ago
- 51a1d95 Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things by Daniel Dunbar · 16 years ago
- 75b163f Fixup codegen for write barriers for block variables. Radar 6786715 by Mike Stump · 16 years ago
- 97e2de1 fix the second half of PR4006 and rdar://6807000 by treating by Chris Lattner · 16 years ago
- cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 16 years ago
- 5994d31 Add test case to check line number in debug info. by Devang Patel · 16 years ago
- df9bcd5 clean up anonymous bitfield diagnostics, PR4017 by Chris Lattner · 16 years ago
- 53c9d8a Add pch reader/writer support for ObjCMethodDecl. by Steve Naroff · 16 years ago
- 23d58ce Some cleanup and bug-fixing for address-of checking. This causes a couple of by Eli Friedman · 16 years ago
- c7c6dc0 Set a bit in IMAGE_INFO to indicate that we don't contain any by Daniel Dunbar · 16 years ago
- 3eec8aa Don't emit ivar offsets for unnamed bit fields. by Daniel Dunbar · 16 years ago
- c62aad8 PR3247: Handle a couple of cases where we weren't emitting VLA sizes (and by Eli Friedman · 16 years ago
- 8f426fa PR3248: Make sure the evaluate the operand of a sizeof when it has a VLA type. by Eli Friedman · 16 years ago
- 5b912d9 Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo by Chris Lattner · 16 years ago
- 4d8aac3 Warn about uses of #pragma STDC FENV_ACCESS ON, since we don't by Chris Lattner · 16 years ago
- 78eb874 Conditional operator C++ checking complete. What issues remain are in more general code. by Sebastian Redl · 16 years ago
- 6c5cf4a diagnose invalid syntax of STDC pragmas. by Chris Lattner · 16 years ago
- 4fb71b0 Print an error for uses of __thread on targets which don't support it. by Eli Friedman · 16 years ago
- f545be5 reject invalid stuff in the STDC namespace. by Chris Lattner · 16 years ago
- 062f232 stub out STDC #pragmas. by Chris Lattner · 16 years ago
- 9bebfad Bring member pointer operands of the conditional operator to a common type. We're getting there ... by Sebastian Redl · 16 years ago
- af7cdf4 basic support for -Wunknown-pragmas, more coming. by Chris Lattner · 16 years ago
- 56ebe50 PR3853: Add CodeGen support for __thread. by Eli Friedman · 16 years ago
- 332ee08 move token paste poisoning diagnostics to after the instantiation loc by Chris Lattner · 16 years ago
- f22f77f Tests for __thread specifier. by Eli Friedman · 16 years ago
- 6efcef5 pick a smaller header, one that we control to test this. by Chris Lattner · 16 years ago
- 7b6dbc6 rename test for consistency with other pragma test. by Chris Lattner · 16 years ago
- bf60445 merge pragma poison tests into one file with -verify mode. by Chris Lattner · 16 years ago
- db56df6 merge two tests by Chris Lattner · 16 years ago
- d1bd7fc Another piece of the conditional operator puzzle. We'll want to use FindCompositePointerType in some other places, too. by Sebastian Redl · 16 years ago
- b5e9cb4 convert to -verify mode. by Chris Lattner · 16 years ago
- 8fde597 Fix PR4006, incorrect handling of __VA_ARGS__ when it was the first token by Chris Lattner · 16 years ago
- f5db8f8 fix rdar://6804322 by wiring up -fdollars-in-identifiers by Chris Lattner · 16 years ago
- c39c3d4 convert to -verify mode. by Chris Lattner · 16 years ago
- b7b58b1 Fix rdar://6804402 - crash on objc implementations declared with by Chris Lattner · 16 years ago
- 17a7830 run the jump checker on blocks, even though they don't have gotos, by Chris Lattner · 16 years ago