]> granicus.if.org Git - clang/shortlog
clang
2009-02-08 Mike StumpWhen we're at the stack depth we want, there isn't...
2009-02-08 Chris Lattneradd another crazy idea :)
2009-02-08 Chris Lattnerjust remove this insane testcase :)
2009-02-08 Sebastian RedlTeach the constant evaluator about C++ const integral...
2009-02-08 Sebastian RedlFix redundant errors with missing default arguments...
2009-02-08 Sebastian RedlFix redundant errors for redefinitions with multiple...
2009-02-08 Sebastian RedlMake the test cases failing due to exact diagnostic...
2009-02-08 Mike StumpWire up break and continue processing to the new stack...
2009-02-08 Mike StumpFixup expected errors.
2009-02-08 Anders CarlssonMore cleanup stack work, PopCleanupBlock now returns...
2009-02-08 Ted KremenekUpdated checker build.
2009-02-08 Anders CarlssonSplit some functions up
2009-02-08 Anders CarlssonCleanupScope needs to push the cleanup block in its...
2009-02-08 Anders CarlssonImplement support for branch fixups.
2009-02-08 Chris Lattneruse some references to simplify code.
2009-02-08 Chris LattnerGenericize the existing logic for removing duplicate...
2009-02-08 Anders CarlssonMore cleanup stack work.
2009-02-08 Douglas GregorAdd public placement-delete operators. These are automa...
2009-02-08 Anders CarlssonWhen emitting blocks, keep track of which cleanup scope...
2009-02-07 Anders CarlssonEmit a cleanup block for the cleanup attribute
2009-02-07 Anders CarlssonAdd support for emitting cleanup blocks. Make EmitCompo...
2009-02-07 Anders CarlssonAdd a simple RAII object, to be used for pushing a...
2009-02-07 Anders CarlssonImprove Sema of the cleanup attribute somewhat.
2009-02-07 Mike StumpEnsure we track all the stack depths for all break...
2009-02-07 Ted KremenekUpdate test case.
2009-02-07 Ted KremenekFix null dereference.
2009-02-07 Anders CarlssonAdd plumbing for the cleanup stack.
2009-02-07 Ted KremenekCommit header.
2009-02-07 Ted KremenekFor retain/release leaks, have the BugReport descriptio...
2009-02-07 Ted KremenekTidy up bug descriptions.
2009-02-07 Ted KremenekUse BugReport::getDescription() for the compiler warnin...
2009-02-07 Chris LattnerC++ really shouldn't check these #defines, thanks to...
2009-02-07 Ted KremenekDetermining the allocation site for a leak when constru...
2009-02-07 Ted KremenekSplit logic for 'getEndPath()' for CFRefReport and...
2009-02-07 Ted KremenekConvert a use of 'std::ostringstream' to 'llvm::raw_str...
2009-02-07 Anders CarlssonSplit the exception object out into its own stack.
2009-02-07 Anders CarlssonSimplify the Objective-C exception handling.
2009-02-07 Mike StumpFormat for 80-cols.
2009-02-07 Sebastian RedlMove CheckPointerToMemberOperands to SemaExprCXX.cpp
2009-02-07 Mike StumpEnsure that we don't miscodegen if vlas creap into...
2009-02-07 Sebastian RedlFix pretty-printing of if conditions. Patch by Ben...
2009-02-07 Sebastian RedlMake one expected-diag directive match exactly one...
2009-02-07 Mike StumpArrange to have the correct StackDepth for while statem...
2009-02-07 Mike StumpFit into 80-col.
2009-02-07 Douglas GregorAdd a test case for some Objective-C behavior that...
2009-02-07 Sebastian RedlMake const-initialized const integral variables I-C...
2009-02-07 Mike StumpFixup goto codegen in and around VLAs.
2009-02-07 Sebastian RedlFill in C++ status table for section 7 (declarations).
2009-02-07 Chris Lattnerremove two eroneous suffixes, these promote to int...
2009-02-07 Chris Lattneradd note, weirdness.
2009-02-07 Chris Lattnerfix some missing parens, thanks for Eli's review!
2009-02-07 Chris Lattnerfix a typo that Sebastian noticed!
2009-02-07 Chris Lattnermake sure that UINTMAX_MAX has an unsigned type. This...
2009-02-07 Chris Lattnermake various MAX/MIN constants be preprocessor constant...
2009-02-07 Mike StumpEnsure that we assert if given an unhandled value.
2009-02-07 Daniel DunbarSet load/store alignment when doing ABI coercions.
2009-02-07 Ted KremenekUse 'Destroy(Context)' instead of 'Context.Deallocate...
2009-02-07 Ted KremenekOverhaul of Stmt allocation:
2009-02-07 Ted KremenekGRExprEngine: When processing compound assignments...
2009-02-07 Chris Lattnerstart of tgmath, yuck.
2009-02-07 Sebastian RedlAdd negative test cases and fix diagnostics for member...
2009-02-07 Daniel DunbarWhen making dummy file entries, the directory name...
2009-02-07 Sebastian RedlUse our new snazzy stdint.h to make a testcase 64-bit...
2009-02-07 Chris LattnerApparently it is important to define intptr_t and uintp...
2009-02-07 Sebastian RedlImplement dereferencing of pointers-to-member.
2009-02-06 Sebastian RedlFix some errors in the new stdint.h.
2009-02-06 Fariborz JahanianFixed an objc2 nonfragile-abi code gen bug.
2009-02-06 Chris Lattneronly define MB_LEN_MAX if the system <limits.h> doesn't.
2009-02-06 Chris Lattneradd a stdint.h header.
2009-02-06 Chris LattnerExport __INT8_TYPE__ / __INT16_TYPE__ / __INT32_TYPE__...
2009-02-06 Douglas GregorClean up an already-fixed FIXME
2009-02-06 Douglas GregorSemantic checking for class template declarations and
2009-02-06 Ted KremenekUpdate comment.
2009-02-06 Fariborz Jahanianobjc2's nonfragile abi API for messages sent to 'super'.
2009-02-06 Ted KremenekMove StringLiteral to allocate its internal string...
2009-02-06 Ted KremenekAdd sub-testcase where we process Cocoa.h using --disab...
2009-02-06 Daniel Dunbarccc: Forward -dM to clang.
2009-02-06 Daniel Dunbarccc/Darwin: Add a missing Darwin argument translation...
2009-02-06 Daniel DunbarUse 'compile' instead of 'codegen' when reporting error...
2009-02-06 Ted KremenekAdded special versions of new[]/delete[] to complement...
2009-02-06 Chris Lattnercorrect description
2009-02-06 Chris Lattnerfirst hack at limits.h
2009-02-06 Chris Lattner-funsigned-char sets __CHAR_UNSIGNED__
2009-02-06 Douglas GregorDiagnose attempts to define a namespace member out...
2009-02-06 Zhongxing XuPut the region store specific test in a separate file.
2009-02-06 Zhongxing XuSymbolicRegions really have unknown sizes.
2009-02-06 Zhongxing XuCreate ElementRegion when the base is SymbolicRegion...
2009-02-06 Chris LattnerAdd an implementation of -dM that follows GCC closely...
2009-02-06 Chris Lattneradd interface for walking macro table.
2009-02-06 Chris Lattneradd support for -x c++-header, update comment.
2009-02-06 Chris Lattnerfactor some code out into a helper function.
2009-02-06 Chris Lattnerfile gone.
2009-02-06 Chris Lattnerget __WCHAR_TYPE__ from the targetinfo hook
2009-02-06 Chris Lattnersimplify and refactor a bunch of type definition code...
2009-02-06 Chris Lattnerremove some ad-hocery and use DefineTypeSize for more...
2009-02-06 Chris Lattnerrefactor some code into a DefineTypeSize function.
2009-02-06 Chris Lattnerdefault diag::err_pp_file_not_found to mapping to fatal,
2009-02-06 Chris Lattnerdon't emit any diagnostics after a fatal one.
2009-02-06 Chris Lattnerhandle fatal errors, rely on warnings to point out...
2009-02-06 Ted KremenekUse ASTContext's allocator to deallocate Stmt objects...
next