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 |
2008-08-09 |
Nico Weber | do not serialize invalid asts. this fixes bug #2637 |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Argyrios Kyrtzidis | Change 'Wchar' to 'WChar' casing, for consistency. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Argyrios Kyrtzidis | Handle WChar inside BuiltinType::getName(). |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Argyrios Kyrtzidis | Implement support for the 'wchar_t' C++ type. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Steve Naroff | Fix Sema::MergeVarDecl() to better handle type compatib... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Argyrios Kyrtzidis | When in C++, invoke ASTConsumer::HandleTagDeclDefinitio... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Ted Kremenek | Added FIXME. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Argyrios Kyrtzidis | Passing right brace location to ActOnFinishCXXClassDef... |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Ted Kremenek | Don't use Expr::isIntegerConstantExpr just to check... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Argyrios Kyrtzidis | Make RecordDecl::Destroy() public. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Ted Kremenek | Have scan-build/ccc-analyzer generate preprocessed... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Chris Lattner | update to make IRBuilder API change. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Steve Naroff | Fix issues with C "tentative" definitions. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Argyrios Kyrtzidis | Change line endings, CRLF -> LF. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Argyrios Kyrtzidis | Revert my previous commit where I replaced cast<> with... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Argyrios Kyrtzidis | Destroy and delete the FieldDecl members of a RecordDecl. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Argyrios Kyrtzidis | Add iterator access to field members for RecordDecl. |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Argyrios Kyrtzidis | Use static_cast<> instead of cast<> for CXXFieldDecl... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Ted Kremenek | Unbreak SerializationTest and the Rewriter by doing... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Ted Kremenek | ParseAST now never releases the passed ASTConsumer... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Ted Kremenek | Use DeclStmt::decl_iterator instead of walking the... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | Added AssumeSymGT, AssumeSymGE, AssumeSymLT, AssumeSymL... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | Don't flag any dead stores for variables marked unused. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Argyrios Kyrtzidis | Clear DeclSpec::AsmLabel in DeclSpec::clear(). |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Argyrios Kyrtzidis | Add CXXRecordType class. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | Fix 80 col violation |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | ParseAST now conditionally deletes the passed ASTConsumer. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | Remove unneeded #includes. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | Micro cleanups. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | Fix by Jordan Breeding: when scanning for prior runs... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | Fix --html-diags in driver by delaying the construction... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Daniel Dunbar | Add test for nested enum redefinition. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Matthijs Kooijman | Let LLVMCodeGenWriter forward all the methods defined... |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Steve Naroff | Sema::ActOnEnumBody(): handle nested enum redefinitions. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | attribute "unused" also applies to functions. |
commit | commitdiff | tree | snapshot |
2008-08-07 |
Ted Kremenek | Fix <rdar://problem/6125909>. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Ted Kremenek | Enhanced test case. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Ted Kremenek | Cleanup some processing with DeclStmt, and gradually... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Nuno Lopes | ignore build dirs |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Ted Kremenek | Always construct the BumpPtrAllocator used by CFG as... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Ted Kremenek | Fix serialization of DeclStmt. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Ted Kremenek | Added VCProj file for libDriver. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Daniel Dunbar | Add svn:ignore on test/Sema/Output |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Daniel Dunbar | Replace old bitfield test. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Steve Naroff | Fix for <rdar://problem/6113807> clang ObjC rewriter... |
commit | commitdiff | tree | snapshot |
next |