2007-10-19 |
Hartmut Kaiser | Silenced a VC++ warning. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Gabor Greif | add NL at end of file |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Fariborz Jahanian | rewrite of metadata for implemented instance methods. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Steve Naroff | Include a simple test case for the previous commit... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Steve Naroff | Fix the previous (short lived:-) FIXME. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ted Kremenek | Fixed DeclStmt::child_begin() to actually create an... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Fariborz Jahanian | Check for Nullness of value built in GetObjcProtoType. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ted Kremenek | Minor grammar fix. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Steve Naroff | Add a FIXME to an assert. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Fariborz Jahanian | Patch to rewrite ivar tables metadata for classes defined. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | remove dead #include |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Fariborz Jahanian | First patch toward rewriting of objective-c's meta... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Steve Naroff | Tweak a recent fix to UsualArithmeticConversions (made... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ted Kremenek | Added StmtIterator.cpp and StmtIterator.h to the XCode... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ted Kremenek | Refactored StmtIterator into classes StmtIteratorBase... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ted Kremenek | Replaced virtual method call to child_begin() in child_... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ted Kremenek | Fixed broken build. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Hartmut Kaiser | Silenced a couple of VC++ warnings. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Steve Naroff | Fix a bug in Sema::CheckConditionalOperands(). When... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | UsualArithmeticConversions is crashing with an assert |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Steve Naroff | Fix the following bug... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | remove extraneous space in @selector() |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | remove typedef. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ted Kremenek | Implemented 90% functionality of new child_iterator... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | Make control flow in Expr::isConstantExpr more simple and |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | Add new API to rewrite one stmt/expr with another. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | Add rewriter support for @encode expressions. For example, |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | The size returned by Rewriter::getRangeSize should... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | Fix assertion for raw lexer. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | Move token length calculation out of the diagnostics... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | wean the diagnostics machinery off the preprocessor. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | Add a new type of lexer: a raw lexer, which does not... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Steve Naroff | rename test file for builtin "id"... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ted Kremenek | Fixed includes of "clang/AST/DeclObjC.h" to work on... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | add some comments. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Steve Naroff | Predefine all the ObjC goodies from <objc/objc.h>.... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Fariborz Jahanian | Implementation of AST for @protocol expression. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Hartmut Kaiser | Updated VC++ build system. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | fix problems with test/sema/Cocoa.m etc on non-apple... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Anders Carlsson | Generate code for static variables that don't have... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Anders Carlsson | Fix the build. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Ted Kremenek | Added Driver/SerializationTest.cpp to the XCode project. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Ted Kremenek | Started work on clang object serialization. Experimental |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Fariborz Jahanian | Fix location processing of @selector: the range should... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Steve Naroff | Add Sema::CheckMessageArgumentTypes()... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | Fix location processing of @encode: the range should... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | Add a new Rewriter::getRangeSize method. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Fariborz Jahanian | Patch to diagnose duplicate method implementations. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Steve Naroff | Remove ObjcMethodDecl::getNumMethodParams/getMethodPara... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | publish location info |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Fariborz Jahanian | Steve, pointer out that getName() is available for... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | Push the rewriter forward a bit more. Now it rewrites |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | these aren't const. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Fariborz Jahanian | Fix problem dumping/printing method names with null... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Fariborz Jahanian | Patch to implement AST generation for objective-c's... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Steve Naroff | Emit diagnostics for methods not found. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Anton Korobeynikov | Unbreak mingw32. Maybe there should be something like... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | initialization of references should not do default... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Steve Naroff | Bad cast...need to use dyn_cast_or_null. Also changed... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Fariborz Jahanian | Patch to parse @selector expressions. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Steve Naroff | Change the type of ObjCStringLiteral from "struct __bui... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Steve Naroff | Fix a parser bug with message expressions - need to... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Steve Naroff | Move type compatibility predicates from Type to ASTCont... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Anders Carlsson | Add code generation and sema checking for __builtin_va_arg. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Fariborz Jahanian | Several name lookup conflict detection fixes involving... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Steve Naroff | Added ASTContext::setObjcIdType/getObjcIdType(), set... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Steve Naroff | Teach the type checker about "id". This removes the... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Anders Carlsson | Add support for Pascal strings. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Anders Carlsson | Fix a warning |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Steve Naroff | - Teach ObjcInterfaceDecl::lookupInstance/ClassMethod... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Steve Naroff | Add category lookup (removing a couple FIXME's). |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Steve Naroff | Fix -ast-dump for ObjC. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Steve Naroff | - Added Sema::AddFactoryMethodToGlobalPool and Sema... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Anders Carlsson | Fix an incorrect assertion. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | haha, my devious plot is complete: |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Anders Carlsson | Add __builtin_va_list definitions for x86_64 and ppc64. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | With this I can now insert stuff before tabs, woo. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | Woo, tab deletion now works. Next lets see if we can |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | another step forward in rewriter stuff. This still has |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Anders Carlsson | Generate code for va_start and va_end. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Fariborz Jahanian | Patch to check for duplicate method decls in protocols. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | remove dead method with bogus comment. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Fariborz Jahanian | Check and diagnose that objective-c objects may not... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Ted Kremenek | Added notion of '*' specified format width/specifiers... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | add a new SM::getDecomposedFileLoc method. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Fariborz Jahanian | Fixed typo in comment. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Fariborz Jahanian | Fixed a @compatible_alias bug. In the process, discover... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Steve Naroff | Replace one FIXME with another. We handle protocols... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Anders Carlsson | Add some more diagnostics for va_start, fix tests so... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Fariborz Jahanian | Fixed a bug whereby, struct tag name matches a typedef... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Steve Naroff | Temporary fix to test case. This area is currently... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Lattner | add comments. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Ted Kremenek | Printf argument checking now supports dynamically-passe... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Fariborz Jahanian | This patch implementa objective-c's @compatibilty-alias... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | Push the rewriting APIs along. Build a trivial client... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Fariborz Jahanian | Implemented parsing of objctive-c protocol conforming... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | add RewriterTest.cpp to xcode project. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | clarify |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Chris Lattner | slightly simplify interface |
commit | commitdiff | tree | snapshot |
next |