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 |
2009-04-21 |
Daniel Dunbar | Look at the TMP environment variable as well. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Update this (non-default) test case. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Fariborz Jahanian | ObjC2's Ivar bitmap layout work. No change in functiona... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Mark TypeForDecl mutable. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | fix the second half of PR4006 and rdar://6807000 by... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Write the identifier table into the PCH file as an... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Anders Carlsson | Fix tyop in SSSE3 header (6808876). |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Also look at the TEMP environment variable as a place... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Move countInheritedIvars to within striking distance of |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Steve Naroff | Fix spelling error. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Steve Naroff | Add pch reader/writer support for ObjCContainerDecl... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | the __gnuc_inline__ attribute is actually named __gnu_i... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Devang Patel | Add test case to check line number in debug info. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Allow the Info type used in the on-disk hash table... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | If defined, use TMPDIR environment variable as location... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | clean up anonymous bitfield diagnostics, PR4017 |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Introduce the notion of a SemaConsumer, which is an... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Steve Naroff | Add pch reader/writer support for ObjCMethodDecl. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Zhongxing Xu | update the doc. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Eli Friedman | Some cleanup and bug-fixing for address-of checking... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Make the on-disk hash table usable with non-file |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Inline GetFirstIvarInRecord into sole caller. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Set a bit in IMAGE_INFO to indicate that we don't conta... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Douglas Gregor | Move the on-disk hash table code into its own header... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Lift out GetNamedIvarList. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Make FieldDecl parameter to getObjCEncodingForType... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Zhongxing Xu | Remove loc::FuncVal. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | more stuff. |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Daniel Dunbar | Don't crash in the diagnostic printer if we happen... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
Chris Lattner | add a bunch of diagnostics options, add one example... |
commit | commitdiff | tree | snapshot |
next |