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 |
2008-08-06 |
Ted Kremenek | Reorder serialization methods. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Daniel Dunbar | Fix EmitNullInitializationToLValue for bitfield lvalues. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Daniel Dunbar | Fix bitfield accesses which straddle the boundary of... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Ted Kremenek | Update xcode project to new libDriver layout. |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Daniel Dunbar | Fix CodeGen of pointer arithmetic in compound assignmen... |
commit | commitdiff | tree | snapshot |
2008-08-06 |
Daniel Dunbar | Implement GNU asm-label extension support in CodeGen... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Nico Weber | add a libDriver, for now only move the text diangostics... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Daniel Dunbar | Change CodeGen of global decls to key off of the name... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Nico Weber | remove spaces at eol to test commit access |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Ted Kremenek | Add missing "classof" methods to NonNullAttr, fixing... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Ted Kremenek | Added decl_iterator to DeclStmt to provide an abstract... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Steve Naroff | Finish fixing <rdar://problem/5929344> clang ObjC rewri... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Ted Kremenek | Remove excess #include. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Nuno Lopes | fix crash when printing diagnostics with tokens that... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Ted Kremenek | Refactored driver logic for CodeGen into LLVMCodeGenWri... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Steve Naroff | Fix <rdar://problem/6108119> clang ObjC rewriter: if... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Daniel Dunbar | Move AsmLabel into Declarator instead of just a paramet... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Daniel Dunbar | Add test case for PR2001. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Daniel Dunbar | Fix const-init test case |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Chris Lattner | Fix rdar://6124613 a crash on invalid code. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Daniel Dunbar | Add more Parser/Sema support for GCC asm-label extension. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Daniel Dunbar | Bug fix, CodeGen of (void*) - (void*) was broken. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Daniel Dunbar | Add EXTWARN Diagnostic class. |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Ted Kremenek | Nico Weber: |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Daniel Dunbar | Fix several issues in checking of address-of expressions. |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Ted Kremenek | Misc cleanups. |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Ted Kremenek | Convert remaining "open" calls to use three-argument... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Daniel Dunbar | Avoid creating dummy block when no indirect gotos are... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Ted Kremenek | Fix regression when invoking the MissingDealloc analysi... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Daniel Dunbar | Add CodeGen support for indirect goto. |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Chris Lattner | Finally fix PR2189. This makes a fairly invasive but... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Ted Kremenek | Change 'dead store (++/--)' to 'dead increment' |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Argyrios Kyrtzidis | Wherever a type is used/returned from the Action module... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Argyrios Kyrtzidis | Make the default constructor of IdentifierResolver... |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Daniel Dunbar | Add more output to clang -parse-print-callbacks |
commit | commitdiff | tree | snapshot |
next |