2009-02-09 |
Douglas Gregor | Implement Sebastian's idea for simplifying our handling... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ted Kremenek | CallExpr now uses ASTContext's allocate to allocate... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Anders Carlsson | Use the new cleanup infrastructure for VLAs. The next... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Anders Carlsson | Use the new cleanup infrastructure for @try/@finally |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Anders Carlsson | Replace a bunch of EmitBranch calls with EmitBranchThro... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Anders Carlsson | Save and restore the DidCallStackSave variable |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Anders Carlsson | Add DidCallStackSave variable to CodeGenFunction. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Douglas Gregor | When handling "the rest" of a designated array subobjec... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Douglas Gregor | Eliminate TemplateArg so that we only have a single... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Douglas Gregor | Start processing template-ids as types when the templat... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Sebastian Redl | Update new expression to make use of Declarator::getSou... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Sebastian Redl | Implement Declarator::getSourceRange(). |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ted Kremenek | Fix PR 2514: Do not flag dead initializations for varia... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ted Kremenek | Deallocate the StringLiteral itself in StringLiteral... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ted Kremenek | Allocate the subexpression array for OberloadExpr from... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ted Kremenek | Refine PostStmtCustom to reference a tagged data pair... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Ted Kremenek | Added a new ProgramPoint 'PostStmtCustom' to enable... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Douglas Gregor | Make Sema::getTypeName return the opaque pointer of... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Chris Lattner | spell out explicitly |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Chris Lattner | add doc |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Chris Lattner | new document. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mike Stump | Add some more documentation. Also reflowed comments... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | Reuse case destinations. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | Always check if we can remove branch fixups, even if... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | Add a simplified EmitJumpThroughFinally and use it... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | Misc fixes to the cleanup stack code. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mike Stump | When we're at the stack depth we want, there isn't... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | add another crazy idea :) |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | just remove this insane testcase :) |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Sebastian Redl | Teach the constant evaluator about C++ const integral... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Sebastian Redl | Fix redundant errors with missing default arguments... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Sebastian Redl | Fix redundant errors for redefinitions with multiple... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Sebastian Redl | Make the test cases failing due to exact diagnostic... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mike Stump | Wire up break and continue processing to the new stack... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mike Stump | Fixup expected errors. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | More cleanup stack work, PopCleanupBlock now returns... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | Split some functions up |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | CleanupScope needs to push the cleanup block in its... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | Implement support for branch fixups. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | use some references to simplify code. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | Genericize the existing logic for removing duplicate... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | More cleanup stack work. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Douglas Gregor | Add public placement-delete operators. These are automa... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Anders Carlsson | When emitting blocks, keep track of which cleanup scope... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Anders Carlsson | Emit a cleanup block for the cleanup attribute |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Anders Carlsson | Add support for emitting cleanup blocks. Make EmitCompo... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Anders Carlsson | Add a simple RAII object, to be used for pushing a... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Anders Carlsson | Improve Sema of the cleanup attribute somewhat. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Stump | Ensure we track all the stack depths for all break... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Update test case. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Fix null dereference. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Anders Carlsson | Add plumbing for the cleanup stack. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Commit header. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | For retain/release leaks, have the BugReport descriptio... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Tidy up bug descriptions. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Use BugReport::getDescription() for the compiler warnin... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | C++ really shouldn't check these #defines, thanks to... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Determining the allocation site for a leak when constru... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Split logic for 'getEndPath()' for CFRefReport and... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Convert a use of 'std::ostringstream' to 'llvm::raw_str... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Anders Carlsson | Split the exception object out into its own stack. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Anders Carlsson | Simplify the Objective-C exception handling. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Stump | Format for 80-cols. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Sebastian Redl | Move CheckPointerToMemberOperands to SemaExprCXX.cpp |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Stump | Ensure that we don't miscodegen if vlas creap into... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Sebastian Redl | Fix pretty-printing of if conditions. Patch by Ben... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Sebastian Redl | Make one expected-diag directive match exactly one... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Stump | Arrange to have the correct StackDepth for while statem... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Stump | Fit into 80-col. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Douglas Gregor | Add a test case for some Objective-C behavior that... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Sebastian Redl | Make const-initialized const integral variables I-C... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Stump | Fixup goto codegen in and around VLAs. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Sebastian Redl | Fill in C++ status table for section 7 (declarations). |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | remove two eroneous suffixes, these promote to int... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | add note, weirdness. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | fix some missing parens, thanks for Eli's review! |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | fix a typo that Sebastian noticed! |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | make sure that UINTMAX_MAX has an unsigned type. This... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | make various MAX/MIN constants be preprocessor constant... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Stump | Ensure that we assert if given an unhandled value. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Daniel Dunbar | Set load/store alignment when doing ABI coercions. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Use 'Destroy(Context)' instead of 'Context.Deallocate... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | Overhaul of Stmt allocation: |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Ted Kremenek | GRExprEngine: When processing compound assignments... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | start of tgmath, yuck. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Sebastian Redl | Add negative test cases and fix diagnostics for member... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Daniel Dunbar | When making dummy file entries, the directory name... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Sebastian Redl | Use our new snazzy stdint.h to make a testcase 64-bit... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Chris Lattner | Apparently it is important to define intptr_t and uintp... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Sebastian Redl | Implement dereferencing of pointers-to-member. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Sebastian Redl | Fix some errors in the new stdint.h. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Fariborz Jahanian | Fixed an objc2 nonfragile-abi code gen bug. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | only define MB_LEN_MAX if the system <limits.h> doesn't. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | add a stdint.h header. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | Export __INT8_TYPE__ / __INT16_TYPE__ / __INT32_TYPE__... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Douglas Gregor | Clean up an already-fixed FIXME |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Douglas Gregor | Semantic checking for class template declarations and |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Update comment. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Fariborz Jahanian | objc2's nonfragile abi API for messages sent to 'super'. |
commit | commitdiff | tree | snapshot |
next |