2009-04-22 |
Ted Kremenek | ccc-analyzer: Don't create preprocessed files about... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Remove lookupFieldDeclFromIvar from ObjCIvarDecl interface. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Simplify addRecordToClass, it is not legal to call... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Don't convert interface types (to structs) as part... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Add CGObjCRuntime::GetConcreteClassStruct to encapsulat... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Add another workaround for -include. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Emit meta data using the Ivar, not a looked up FieldDecl. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Use ComputeIvarBaseOffset instead of looking up by... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Merge ivar access amongst the three runtimes. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Make sure this test runs on all 3 Objective-C implement... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | implement debug info support for id<proto> and interfac... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | ObjCQualifiedClass is dead, remove it. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | deserialization support for qualified interfaces |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | pch support for protocol qualified id's. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | add three new objc expression types. @selector doesn... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | implement serialization support for @encode, |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | rename methods.* -> objc_methods.* |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | change implicit int warnings to point to the identifier... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Make ObjCInterfaceDecl's const in some more places. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Reorganize built-in initialization to separate the... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Revert r69771, I missed some (obvious) details. :/ |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Mark another TypeForDecl const and make getObjCInterfac... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Daniel Dunbar | Rework the shadow struct that is layed out for Objectiv... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | Fix rdar://6814950 - stdint.h isn't "-pedantic -std... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | move 64-bit abi functions to lazy model, everything... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | remove the last of the non-lazy objc runtime functions... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | number of non-lazy runtime functions from 9 -> 4. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | make message send functions lazy, we're down from 14... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | move more EH stuff to being lazily created. An empty... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | make try/catch objc runtime functions be lazily generated. |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | Fix a problem with objc foreach loop. It turns out... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Test PCH support for VLAs |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Douglas Gregor | Eliminate a FIXME in one of the PCH test cases |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Chris Lattner | Fix some mishandling of the attr(gnu_inline) mode when... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Douglas Gregor | Lazy deserialization of macro definitions for precompil... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Fix crash reported in PR 3991. The analyzer doesn... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Steve Naroff | Update Xcode project with recently added files. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | This patch is largely due to Zhongxing Xu. I've simply... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | apply Eli's patch to fix PR4008, with a testcase. ... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Mike Stump | Resolve merge conflict better. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | fix PR4026: Clang can't codegen __func__ without implic... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Mike Stump | Tighten up blocks type checking. This was discussed... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Douglas Gregor | Lazy deserialization of identifiers in PCH files fixed... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | Fix rdar://6814047, a crash on invalid in blocks code... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Fix: <rdar://problem/6777209> false Dereference of... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Tweak pretty-printing of constraints. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Douglas Gregor | Don't bother writing a visible-declarations record... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | fix marking of nested blocks with the "hasBlockDeclRefE... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Douglas Gregor | Lazy deserialization of the declaration chains associat... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | this is a warning now, return a well formed ast. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Refactor 'BasicStoreManager::CastRegion' and 'RegionSto... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | force a 32-bit triple. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Make sure to mark the interface as completed when we... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Force triple (test case fails for platforms with the... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | We no longer accept @defs with the non-fragile ABI. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | temporarily downgrade to a warning. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Plist diagnostics: Remove deprecated single-point locat... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Fariborz Jahanian | Patch to diagnose use of objc's @defs in nonfragile... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Added over-release test case. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Recommit 69694 but this time also include the header... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | reject sizeof(itf) when itf is a forward declared inter... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Douglas Gregor | Fix emission of static tentative definitions referenced... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Revert 69694 (use of undefined getSymbol) |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Fariborz Jahanian | More objc2's ivar layout bitmap. No change in functiona... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Add pretty-printing for CodeTextRegions. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Lexically order the implementation of MemRegion 'print... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | don't bother emitting a zero byte memset at all. We... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Use 'getAs<CodeTextRegion>' instead of 'dyn_cast<CodeTe... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Ted Kremenek | Grammar fix. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Douglas Gregor | Explictly track tentative definitions within Sema,... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Fix test typo. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Use an ASTRecordLayout to compute the sizeof an interfa... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Steve Naroff | Add pch reader/writer support for most of DeclObjC... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | implement semantic analysis for @synchronized, fixing... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | this time with more workingness. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Sanjiv Gupta | Pass and return aggregate types directly to function... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | add support for goto checking and @synchronized blocks, |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | fix massive testsuite failures from Alexei's patch... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | Split preprocessor initialization logic out of clang... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | document new form of -fdiagnostics-print-source-range-in |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | rename -fprint-source-range-info -> -fdiagnostics-print... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | Fix PR4027 + rdar://6808859, we were rejecting implicit... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | downgrade from extwarn to warning. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | improve MacroInfo to track the source range of the... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | use of predefined identifiers like __func__ at global... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | make "in included from" and "in instatiation from"... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Chris Lattner | add a preprocessor callback function for #undef, patch by |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Anders Carlsson | Add a CXXDestroyExpr. Add classof member functions... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Sanjiv Gupta | Use an APInt of target int size to detect overflow... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Anders Carlsson | Add the beginnings of a CXXTempVarDecl class. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Remove unnused variable. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Kill ASTContext::[gs]etFieldForDecl, instead we just... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Revert 69646, that was the precise inverse of what... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Kill ASTContext::[gs]etFieldForDecl, instead we just... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Mike Stump | Fixup codegen for write barriers for block variables... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Remove LateBoundIVars() runtime interface, it is unused. |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Daniel Dunbar | Assert on a few conditions that (I believe) should... |
commit | commitdiff | tree | snapshot |
next |