2008-07-25 |
Chris Lattner | Comma does not perform unary promotions, rdar://6095180 |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Chris Lattner | gcc requires a semicolon at the end of an interface... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Steve Naroff | Cleaunup Sema::ActOnClassMessage(). This commit: |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Chris Lattner | Reject typedef redefinitions when the underlying types... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Chris Lattner | update this testcase. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Daniel Dunbar | Add test case for hex floating point constants in ... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Chris Lattner | In c89 mode accept hex fp constants as an extension: |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Ted Kremenek | Remove call to isSEL and isSEL itself since the call... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Chris Lattner | Add support for __extension__ as an lvalue. rdar:... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Steve Naroff | Move fix in r54013 from the parser to sema. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Ted Kremenek | Only warn about missing/incomplete -dealloc implementat... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Chris Lattner | comment out #pragma mark and #warning directives. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Chris Lattner | rewrite handling of the raw token stream in -rewrite... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Chris Lattner | alphabeticalize |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Steve Naroff | Fix RewriteObjC::RewriteObjCThrowStmt() to respect... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Steve Naroff | Fix Parser::ParseObjCMethodDefinition(). Only call... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Ted Kremenek | Don't emit 'dead initialization' warnings for variables... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Ted Kremenek | Implemented Sema support for attribute "unused". |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Daniel Dunbar | Rework codegen of case ranges |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Daniel Dunbar | Allow CLANG env variable to override "clang" command... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Use ASTContext::isObjCObjectPointerType() to check... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Move isObjCObjectPointerType() from Sema to ASTContext. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Update VS project. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Steve Naroff | Fix Sema::ActOnClassMessage() to pass through the ident... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Correctly handle NSAssertionHandle -handleFailureInMeth... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Don't issue a missing +dealloc warning for classes... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Daniel Dunbar | Fix comment |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Rename test case file. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Issue dead store warnings for preincrements involved... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | Ignore -MT and -MF. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Ted Kremenek | "This patch adds paths for Fedora 9 in clang.cpp and... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Daniel Dunbar | Fix EmitCaseStmtRange to ignore empty ranges |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Daniel Dunbar | Add Expr::getIntegerConstantExprValue helper method |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Added dead stores test case. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Modified HTMLDiagnostics to also perform syntax highlig... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Don't flag dead stores when the result of a preincremen... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Added UnaryOperator::isPrefix(). |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Use typedef range_iterator instead of SourceRange*... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Further refine dead store checking to distinguish betwe... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Properly skip IBOutlets when checking for unused ivars. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Initialize instance variable DeclAccess in ctor for... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | When constructing an ObjCIvarDecl object in Sema, provi... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Updated comment for class ObjCIvarDecl: it turns out... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Ivar access mode ObjCIvarDecl::None == ObjCIvarDecl... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | don't depend on the result of CreateNeg to be a binop |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | Fix rdar://6094010 various asserts happening with wide... |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Chris Lattner | Fix a codegen crash on: |
commit | commitdiff | tree | snapshot |
2008-07-23 |
Ted Kremenek | Add prototype implementation of unused ivar check. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Argyrios Kyrtzidis | Fix compilation error on GCC 4.3.0 ('memcpy' was not... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Daniel Dunbar | Add note to check what __alignof__ a function type... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Anders Carlsson | Always define __SIZE_TYPE__ as long unsigned int. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Update VS project. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Use llvm::utostr_32 instead of ostringstream. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Update VS project. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Moved registration of basic path-sensitive checks from... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Rename file. |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Daniel Dunbar | Prevent codegen crash on sizeof(<function type>), a... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Daniel Dunbar | Add svn:ignore for cscope.{out,files} in top level... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Ted Kremenek | Added path-sensitive checking for null pointer values... |
commit | commitdiff | tree | snapshot |
2008-07-22 |
Daniel Dunbar | Implement bzero, memset, memmove builtins. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Implement nans, prefetch, and trap builtins. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | minor cleanup to the actions interface to pass around... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Ted Kremenek | Add test case for nonnull attribute. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Ted Kremenek | Added sema support for the nonnull attribute. Will... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Kill an unused variable warning |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | unindent this function by using an early exit, not... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | move two more lists of protocols over to use ObjCList... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Add svn:ignore property for test Output directories |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Add __builtin_powi[fl] support |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Fix a test RUN line to not generate '=-' in test directory |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | add forward definition protocols to the protocol list... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | references to completely undeclared protocols should... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Steve Naroff | RewriteObjC::RewriteObjCForCollectionStmt() needs to... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | introduce a new ObjCList templated class and start... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | rename setReferencedProtocolList -> addReferencedProtoc... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Daniel Dunbar | Implement ffs, parity, and popcount builtins. |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Argyrios Kyrtzidis | Change 'MDecl' to 'MD' to fix redefinition compiler... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | Switch initialization of the protocol list for an inter... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | when in the context of an @implementation, look for... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | don't pass in null as the Name for GenerateClassStructure, |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve diagnostics about problems with receivers to... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | continue cleaning up code, and disable sending a messag... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | simplify control flow a bit, reducing indentation.... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | tighten up some checks, don't allow sending a message... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | update diagnostic to include string |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve invalid member reference diagnostics to print... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | merge a bunch of code that is now common between qual... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | rename getProtocols -> getProtocol, as it only returns... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | use iterators instead of direct access to protocol... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | improve documentation of ObjCInterfaceType significantl... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | Fix a bunch of crashes that occur in (attempted) handli... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Chris Lattner | right, the error is when the itf *doesn't* have the... |
commit | commitdiff | tree | snapshot |
next |