2008-08-16 |
Argyrios Kyrtzidis | C++ casts, (static_cast. dynamic_cast, etc.) can have... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Move handling of postfix-expression suffixes out of... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Nick Lewycky | It's spelt "uninitialized". |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Nico Weber | add missing class declaration |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Set the SourceRange ending of DeclSpec, when Parser... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Argyrios Kyrtzidis | Declarator class considers DeclSpec as immutable; Decla... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Daniel Dunbar | Add NeXT runtime support for generating methods. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Daniel Dunbar | Add CodeGen support for AddrLabelExpr in initializers. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Daniel Dunbar | Change WarnUnsupported to ErrorUnsupported (in name... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Ted Kremenek | GRState: |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Ted Kremenek | Enhance null-dereference checker test. |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Daniel Dunbar | Change ObjCRuntime::LookupClass -> GetClass, and now... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Daniel Dunbar | Update Expr::{getIntegerConstantExprValue, isIntegerCon... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Daniel Dunbar | Clean up CodeGenModule interface. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Daniel Dunbar | Ident class tree in DeclBase properly. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Daniel Dunbar | Change CGObjCRuntime methods to take appropriate clang... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Daniel Dunbar | Infinite loops considered harmful. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ted Kremenek | Default initialize only pointers and integer types... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Daniel Dunbar | Change Parser & Sema to use interned "super" for compar... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ted Kremenek | Migrated retain/release checker to use the Generic... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Steve Naroff | Fix ASTContext::getObjCEncodingForType() to limit the... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Chris Lattner | Make diagnostics relating to the callee hilight just... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Daniel Dunbar | Update some isIntegerConstantExpr uses to use |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Nuno Lopes | make sure the size of constant arrays is respected |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Daniel Dunbar | Add GetAddrOfConstantCString method |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Renamed GRState::CheckerStatePrinter to GRState::Printer. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Steve Naroff | Sema::ActOnStartProtocolInterface(): Make sure the... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Update VS project file. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Rename ValueState.h -> GRState.h |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Rename ValueState -> GRState. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Added test case. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Initialize tracked local variables to undefined. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Daniel Dunbar | Implement Obj-C protocol metadata generation for NeXT. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Ted Kremenek | Fix memory leak found by Sam Bishop: delete WList in... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Daniel Dunbar | Change ObjCRuntime GenerateProtocol[Ref] methods to... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Ted Kremenek | Added GenericDataMap as a component of ValueState. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Ted Kremenek | Update VS project files. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Ted Kremenek | More cleanups. Add missing #include. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Ted Kremenek | More summary generation refactoring. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Ted Kremenek | Add variadic addInstMethSummary() and refactored addPan... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Daniel Dunbar | Emit OBJC_MODULE_INFO and OBJC_SYMBOLS metadata |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Daniel Dunbar | Drop Sender from GenerateMessageSend* |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Daniel Dunbar | Drop Sender from GenerateMessageSend* |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Daniel Dunbar | Protocol related tweaks |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Daniel Dunbar | Add @selector(...) codegen support. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Daniel Dunbar | Add NeXT support for (simple) message sends. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Mike Stump | Unbreak clang install. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Daniel Dunbar | Move some ObjC preprocessor definitions into |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Daniel Dunbar | Add ObjC constant string support for NeXT. |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Mike Stump | Fix compilation warning with help from David Chisnall. |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Chris Lattner | remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | Add LangOptions::NeXTRuntime. |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | Add test case for -fexceptions |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | Change CodeGenModule to only create ObjC runtime for... |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | Add -fexceptions to Driver |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | Update for IRBuilder template change (update LLVM!) |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | More #include cleaning |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | More #include cleaning |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | More #include cleaning |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | More #include cleaning |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | More #include cleaning |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | Minor #include cleaning |
commit | commitdiff | tree | snapshot |
2008-08-11 |
Daniel Dunbar | Add dummy Mac Objective-C runtime interface. |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Nuno Lopes | fix linking with .so files specified in cmd line (this... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Nuno Lopes | pass -R arg to linker |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Daniel Dunbar | Back out r54608 (inline string literals were getting... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Nico Weber | * Remove isInSystemHeader() from DiagClient, move it... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Steve Naroff | Forgot to modify LAST_EXPR (thanks Nuno). |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Nico Weber | Do not crash with -serialize. |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Steve Naroff | Cleanup ObjCSuperRefExpr (remove last usage and AST... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Daniel Dunbar | Add svn:ignore properties for Release-Asserts dirs |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Anders Carlsson | Remove the old evaluator code. |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Steve Naroff | InitListChecker::CheckListElementTypes(): Check for... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Steve Naroff | Cleanup from yesterday...make isTentativeDefinition... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Steve Naroff | Sema::CheckForFileScopedRedefinitions(): Make sure... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Argyrios Kyrtzidis | Allow the preprocessor to cache the lexed tokens, so... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Daniel Dunbar | Fix crash during initialization of a bitfield which... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Daniel Dunbar | Update ShuffeVectorExpr::getShuffleMaskIdx to use |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Daniel Dunbar | Bug fix, inline string literals were getting an extra... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Chris Lattner | tighten up some code and some wording on diagnostics. |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Chris Lattner | wrap some long diagnostics, make 'initializer is not... |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Chris Lattner | rename PreDefinedExpr -> PredefinedExpr |
commit | commitdiff | tree | snapshot |
2008-08-10 |
Argyrios Kyrtzidis | Add some C++ Decl statistics. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Eli Friedman | Make sure to count the struct elements correctly; here... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Eli Friedman | Fix for PR2631; make va_arg work correctly on x86-64. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nico Weber | 80 cols |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Eli Friedman | Remove the ICE pointer cast hack; the issue this was... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Eli Friedman | Turn on the new constant expression evaluator; it isn't |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nico Weber | add assert, use make_pair() instead of pair constructor |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Argyrios Kyrtzidis | Mention 'wchar_t' at the C++ status page. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Nico Weber | fix spello |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Argyrios Kyrtzidis | Handle BuiltinType::WChar inside CodeGenTypes::ConvertN... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Chris Lattner | Fix PR2400 by more graceful handling of invalid decls... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Gordon Henriksen | Expressive diagnostics-- worth their weight in gold? |
commit | commitdiff | tree | snapshot |
next |