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 |
2008-08-01 |
Daniel Dunbar | Support constructor and destructor attributes in CodeGen |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Daniel Dunbar | Support __attribute__(({con,de}structor)) in Parse... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Ted Kremenek | Enhanced path-sensitive return-of-stack-address check... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Ted Kremenek | Remove getCodeBody() from Decl, and hoist getBody(... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Chris Lattner | improve order |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Chris Lattner | Fix a regression I introduced in r54107: |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Mon P Wang | Updated to match new atomic names (to enable overloadin... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Daniel Dunbar | Fix implicit initialization of structures. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Ted Kremenek | Use stable sort. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Ted Kremenek | "Escape" bug names with quotes for selecting/deselectin... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Ted Kremenek | Add range highlighting for path-sensitive return-of... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Daniel Dunbar | Change CodeGenModule GlobalDeclMap to directly referenc... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Ted Kremenek | Fix regression in range highlighting in HTML output. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Daniel Dunbar | Rework codegen emission of globals |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Steve Naroff | Fix incomplete implementation for rewriting protocol... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Daniel Dunbar | Fix codegen of chained declarations |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Chris Lattner | add a crazy idea |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Chris Lattner | fix tag |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Chris Lattner | list delta and distcc. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Eli Friedman | Minor tweak plus a couple of FIXMEs. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Eli Friedman | Remove bashism; sh != bash on Ubuntu. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Ted Kremenek | Fix serialization for TypedefType by allowing TypedefTy... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Chris Lattner | make "call foo.dump()" and "call foo->dump()" work... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Chris Lattner | remove QualType::getCanonicalType. Also make |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Chris Lattner | remove two uses of getCanonicalType I missed. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Chris Lattner | clean up the footer a bit more. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Chris Lattner | remove SSIs. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Chris Lattner | Add the right path to the lines image. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
Chris Lattner | link to doxygen dox |
commit | commitdiff | tree | snapshot |
next |