2008-08-26 |
Daniel Dunbar | NeXT: Emit correct properties for category. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Ted Kremenek | Remove default value for 'Pred' argument to GRCoreEngin... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | NeXT: Emit metadata for synthetsized properties. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Nico Weber | make www less outdated |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Nico Weber | update documentation |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Cedric Venet | Update VS project. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | Objective-C @synthesize support. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | Add ObjCPropertyDecl::isReadOnly. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | constify ObjC*::getClassMethod,getInstanceMethod |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | Missed a file; part of: |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | Move implicit Obj-C param creation into ObjCMethodDecl. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | Rename ObjCPropertyImplDecl::PropertyImplKind (consistency) |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | Fix return type for setter method. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | Synthesize property setter method as we do for getter. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Daniel Dunbar | In incompatible pointer-typed ?: expressions, add impli... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Eli Friedman | Do typechecking and codegen for K&R-style function... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Eli Friedman | Fix for PR2720; be a little bit more permissive in... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | Support __PRETTY_FUNCTION__ and friends in Obj-C methods. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Ted Kremenek | Use path information from .info files when computing... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Ted Kremenek | Use the same 'cc' for generated preprocessed crash... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Ted Kremenek | ccc-analyzer now correctly reports the exit code from... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | Add test case for function-pointer-cast-of-global as... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Ted Kremenek | Added 'extents' for Regions. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Anders Carlsson | Objective-C foreach selector elements must be lvalues. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | Change another is-a-pointer check to check in terms... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | Do is-a-pointer checks in terms of LLVM types in |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | Stop asserting in TargetInfo::validateInputConstraint |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | Fix Obj-C super sends inside class methods. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | Name struct types generated for Obj-C classes. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | Use DenseMap on IdentifierInfo instead of StringMap. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Daniel Dunbar | NeXT: Emit symbols used to manage linking of Obj-C... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Anders Carlsson | Handle emitting __builtin_huge_valf as a constant expr. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Anders Carlsson | Make code generation of ivar ref exprs more like member... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Anders Carlsson | Handle static variables inside obj-c methods. |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Anders Carlsson | Convert qualified interface types correctly. |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Anders Carlsson | Fix silly bug in objc_gc attribute parsing and add... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Argyrios Kyrtzidis | Pass SourceRanges by reference to the various Diag... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Argyrios Kyrtzidis | Add a Parser::Diag overload that can receive a custom... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Argyrios Kyrtzidis | Rename Preprocessor::DisableBacktrack -> Preprocessor... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Cedric Venet | Update VS projects. |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Chris Lattner | other updates |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Chris Lattner | link to c++ status page |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Chris Lattner | codegen is still not 'finished', but in a better state... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Zhongxing Xu | Moved HTMLDiagnostics to lib/Driver. |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Daniel Dunbar | Add svn:ignore for docs/{doxygen,doxygen.tar.gz} |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Chris Lattner | Comment tweak. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Add support for parsing the objc_gc attribute. Tests... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | adjust to changes in various APIs from LLVM. We can... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Add carbon.cpp and cocoa.mm tests |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Make sure to create CXX record decls for the implicit... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Update ccc driver |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | treat bool literals as constatnt expressions. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Handle Objective-C++ tests. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Reserved C++ words are valid selectors in Objective-C++ |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Handle static initializers in Objective-C++ methods. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | Add CodeGen support for CXXZeroInitValueExpr. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | Add a null pointer test in the type-convert-construct... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Handle AddrLabelExprs in Expr::isConstantExpr |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Drop a dead call to isConstantExpr() |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Clean up constant CFString handling. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | Add header search paths for dragonfly, patch by Sascha... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | Add dragonfly target support, patch by Sascha Wildner |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Anders Carlsson | Tweak the indentation for a couple of files |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | CXXFunctionalCastExpr is a subclass of CastExpr. Make... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | Add a safety check. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Argyrios Kyrtzidis | Change line endings: CRLF -> LF |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Implement Obj-C ivar references to aggregates. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Fix message sends which return structures. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Add TargetInfo::useNeXTRuntimeAsDefault |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Implement super message sends. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Trim CGObjCRuntime::GenerateMessageSend[Super] |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | make sure that ParseAST invokes the action for end... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | Move [LR]Value into CGValue.h |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | add action to know about end of translation unit. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | we already have a handle on the 'in' keyword, don't... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | minor cleanup, remove finalize method. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Chris Lattner | Fix a FIXME by not creating an invalid AST on erroneous... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Ted Kremenek | Simplify interface to Store::AddDecl |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Ted Kremenek | Added Regions.h: Regions define abstract memory locatio... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Daniel Dunbar | NeXT: Emit property metadata (classes, protocols, categ... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Use isa instead of dyn_cast. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Allow nested backtracks. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Daniel Dunbar | NeXT: Emit category metadata. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Daniel Dunbar | Add some QA related example clang projects. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Add preliminary (and probably broken) codegen support... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Move the rest of the Sema C++ tests into the SemaCXX... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Argyrios Kyrtzidis | Add support for C++'s "type-specifier ( expression... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Nico Weber | make test fails if llvm is checked out to llvm-svn... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Nico Weber | Move most of HeaderSearch initialization to libDriver. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Chris Lattner | improve pretty printing of objc method declaration, |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Anders Carlsson | Initial sema support for C++ static initializers. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Fix some issues with array type merging. (No visible... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Minor const cleanup. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Rewrite type compatibility testing to do type merging... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Eli Friedman | Initial implementation of floats in Expr::tryEvaluate... |
commit | commitdiff | tree | snapshot |
next |