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 |
2009-02-06 |
Ted Kremenek | Move StringLiteral to allocate its internal string... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Add sub-testcase where we process Cocoa.h using --disab... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Daniel Dunbar | ccc: Forward -dM to clang. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Daniel Dunbar | ccc/Darwin: Add a missing Darwin argument translation... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Daniel Dunbar | Use 'compile' instead of 'codegen' when reporting error... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Added special versions of new[]/delete[] to complement... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | correct description |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | first hack at limits.h |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | -funsigned-char sets __CHAR_UNSIGNED__ |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Douglas Gregor | Diagnose attempts to define a namespace member out... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Zhongxing Xu | Put the region store specific test in a separate file. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Zhongxing Xu | SymbolicRegions really have unknown sizes. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Zhongxing Xu | Create ElementRegion when the base is SymbolicRegion... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | Add an implementation of -dM that follows GCC closely... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | add interface for walking macro table. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | add support for -x c++-header, update comment. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | factor some code out into a helper function. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | file gone. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | get __WCHAR_TYPE__ from the targetinfo hook |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | simplify and refactor a bunch of type definition code... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | remove some ad-hocery and use DefineTypeSize for more... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | refactor some code into a DefineTypeSize function. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | default diag::err_pp_file_not_found to mapping to fatal, |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | don't emit any diagnostics after a fatal one. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | handle fatal errors, rely on warnings to point out... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ted Kremenek | Use ASTContext's allocator to deallocate Stmt objects... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Daniel Dunbar | ccc: Give explicit error on @ style argument lists... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Daniel Dunbar | ccc: Implement special language recognition handling... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Douglas Gregor | Improve the representation of template type parameters... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | allow mapping errors to fatal. |
commit | commitdiff | tree | snapshot |
next |