2009-01-13 |
Ted Kremenek | This test now passes. |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Daniel Dunbar | ccc: Darwin/CC1: Be bug compatible with gcc in a corner... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | static analyzer: Handle casts from arrays to integers... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Ted Kremenek | Invert condition on branch (was causing RegionStore... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Douglas Gregor | Add the proper restrictions on the left-hand argument... |
commit | commitdiff | tree | snapshot |
2009-01-13 |
Douglas Gregor | Make sure we don't name a constructor or destructor... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Fariborz Jahanian | Patch to implement code gen for aggrgate-valued propert... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Douglas Gregor | Cleanup DeclContext::addDecl and DeclContext::insert... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Douglas Gregor | Update C++ status and add a few more tests of overloadi... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ted Kremenek | Fix test case (incomplete "expected-warning" line) |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ted Kremenek | Patch by Roman Divacky: |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ted Kremenek | Fix crasher due to use-after-release: DeclContext now... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Douglas Gregor | Implement support for anonymous structs and unions... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Bug fix, output can be NULL. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Ted Kremenek | retain/release checker: |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Even more Darwin/cc1 argument translation support. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | (LLVM up) Match TargetData API change in LLVM TOT. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Fariborz Jahanian | Patch to supprt case of readonly property being |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Add leading space in -### output to match gcc. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) More argument translation for Darwin... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Douglas Gregor | Properly set the scope of non-fields declared within... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) More argument translation for Darwin... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) Start implementing argument translation for |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: When constructing a named output, only use base... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) Move path resolution into ToolChain. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Implement the rest of Darwin/Assembler argument... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Implement macosx-version-min conditions (including... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Generalize Darwin/Link tool based on Darwin version. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: Support arguments which behave like linker inputs. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Daniel Dunbar | ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Anders Carlsson | Handle multi-value inputs |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Anders Carlsson | Make sure to initialize the ConstraintInfo to 0 |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Chris Lattner | some more minor asqualtype bugs. |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Chris Lattner | improve some more is*Type predicates to look through... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Chris Lattner | testcase that works now with r62061 |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Chris Lattner | simplify these predicates a bit. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Nuno Lopes | make ScalarExprEmitter::EmitCompare() emit the expressi... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Daniel Dunbar | ccc: Add fairly complete argument translation for Darwi... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Daniel Dunbar | ccc: Add several convenience methods for argument trans... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Daniel Dunbar | ccc: Add and name a host of arguments. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Daniel Dunbar | ccc: Give the Host an opportunity to switch ToolChains... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Daniel Dunbar | ccc: Print -### output on stderr to match gcc. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Anders Carlsson | More inline asm fixes |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Chris Lattner | make paste avoidance avoid pasting digraphs and ::... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Anders Carlsson | Handle readwrite constraints correctly |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Anders Carlsson | Forgot to commit this |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Anders Carlsson | Use a common function for emitting asm inputs and remov... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Chris Lattner | this patch "adds support for specifying multiple depend... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Sebastian Redl | Fix operator precedence. |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Steve Naroff | Convert property implementation to DeclContext::addDecl(). |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Steve Naroff | A few property related cleanups to ObjCContainerDecl... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Sebastian Redl | Convert some more actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Steve Naroff | Fix a misleading comment. |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Fariborz Jahanian | This patch fixes the code gen failures which was a... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Fariborz Jahanian | Explicit declaration of property setters over-ride |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Zhongxing Xu | add a bunch of castToDeclContext/castFromDeclContext... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Zhongxing Xu | add castToDeclContext/castFromDeclContext methods to... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Daniel Dunbar | ccc: Introduce ToolChains for mapping Actions to Tools... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Daniel Dunbar | ccc: Add generic assembler & linker tools which effecti... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Daniel Dunbar | ccc: Add information about whether type can be user... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Douglas Gregor | Allow multiple Microsoft calling-convention keywords... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Fariborz Jahanian | assert if attempting to code gen. a property setter... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Douglas Gregor | Don't bother setting NextDeclarator for EnumConstantDec... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Douglas Gregor | When we see a reference to a struct, class, or union... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | Add utils/SummarizeErrors. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Sebastian Redl | Add some comments to the virtual work. Thanks to Doug... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | ccc: Get host information via Driver methods. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Dead stores checker: Don't flag dead stores for self... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Enhance PTH 'getSpelling' caching: |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Sebastian Redl | Prevent a segfault for vaarg expressions on unsupported... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Fariborz Jahanian | This patch removes mergeProperties and does the propert... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | Implement EmitUnsupportedRValue to generate an appropri... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Sebastian Redl | Very basic support for pure virtual functions. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Douglas Gregor | Replace DeclContext's vector of ScopedDecl pointers... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Douglas Gregor | Make sure that ScopedDecls passed to DeclContext::addDe... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Always print out SourceManager stats with 'Stats' is... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Douglas Gregor | Provide a new kind of iterator, the specific_decl_itera... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | Emit more refined "unsupported" error for block express... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | Give "unsupported" error on calls through block pointer... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Steve Naroff | Move property API's up to ObjCContainerDecl (removing... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Chris Lattner | Fix rdar://6480479 - [parser] infinite loop on invalid... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | Convert block types in IRgen. This is not the correct... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | Block pointer types are not aggregate types. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Douglas Gregor | Don't crash when our FunctionDecl has a non-identifier... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | Fix crash on null deference when searching for readwrit... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Daniel Dunbar | ccc: Start defining host information. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Douglas Gregor | Addressed the issue in <rdar://problem/6479085>, where... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Re-enable PTH testing for Cocoa.h and Carbon.h (and... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Fariborz Jahanian | Adding support for ObjC methods which have c-style |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Enable support for '-x objective-c++-header'. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Simpler solution to LiteralSupport compatibility: just... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Invert assertion condition. |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Ted Kremenek | Temporarily revert r61956 and r61957 (PTH tests failing). |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Enhance -fsyntax-only test of Carbon.h to also include... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Enhance -fsyntax-only test of Cocoa.h to also include... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | PTH: For the cached spellings of literals, store one... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Anders Carlsson | Add mm_malloc.h, patch by Sam Weinig. |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Fariborz Jahanian | Place warning about 'readonly' property attributes... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Douglas Gregor | Revert my previous, failed attempt to pretty-print... |
commit | commitdiff | tree | snapshot |
2009-01-08 |
Ted Kremenek | Fix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl... |
commit | commitdiff | tree | snapshot |
next |