]> granicus.if.org Git - clang/shortlog
clang
2008-11-26 Douglas GregorMove the overloading logic of Sema::ActOnCallExpr to...
2008-11-26 Zhongxing XuAdd plugin loading for clang. This will be used to...
2008-11-26 Devang PatelDisable -loop-index-split for now.
2008-11-26 Ted KremenekRe-apply r60071 now that raw_fd_ostream::tell has been...
2008-11-26 Daniel DunbarRevert 60071, depends on uncommitted LLVM changes.
2008-11-26 Ted KremenekMigrate token-cache generation logic from dummy harness...
2008-11-26 Ted KremenekAdd setter method PreprocessorLexer::setParsingPreproce...
2008-11-26 Nuno Lopesremove debug-only assertion in the complex float evalua...
2008-11-25 Daniel DunbarOnly call TryAnnotateScopeToken when parsing C++.
2008-11-25 Anders CarlssonHandle returning complex types that get coerced. Fixes...
2008-11-25 Sebastian RedlUse RAII objects to ensure proper destruction of expres...
2008-11-25 Daniel DunbarFix 80-col violations.
2008-11-25 Fariborz JahanianRefactored checking on readonly property into a method.
2008-11-25 Fariborz JahanianPatch to allow over-riding of readonly property to
2008-11-25 Anders CarlssonRemove more #ifdeffed code
2008-11-25 Anders CarlssonRemove the #ifdeffed out code.
2008-11-25 Nuno Lopesadd note about running the test suite with valgrind
2008-11-25 Nuno Lopesremove unused var
2008-11-25 Douglas GregorTest another error message, make sure to verify C+...
2008-11-25 Douglas GregorSimple parsing of exception specifications, with no...
2008-11-25 Zhongxing XuAdd documentation for test.
2008-11-25 Daniel DunbarComment fix.
2008-11-24 Zhongxing XuAdd no-warning to test case.
2008-11-24 Fariborz JahanianPatch to remove bogus waring when a property declaration
2008-11-24 Sebastian RedlRemove an empty if and add a reminder for when we imple...
2008-11-24 Ted KremenekDisplay the function we are analyzing before running...
2008-11-24 Ted KremenekFix CFG bug where the 'increment' block for a 'for...
2008-11-24 Sebastian RedlRemove some bad characters from comment.
2008-11-24 Sebastian RedlFix the fix of revision 59974. Now array-struct.c passe...
2008-11-24 Sebastian RedlFix crash of array bounds checking under 64-bit.
2008-11-24 Ted KremenekRemove FIXME comment.
2008-11-24 Zhongxing XuAdd support for AllocaRegion extent with GDM.
2008-11-24 Zhongxing XuAdd utility methods.
2008-11-24 Zhongxing XuFix 80-col violation.
2008-11-24 Zhongxing XuCleanup code with utility method.
2008-11-24 Chris LattnerChange a whole lot of diagnostics to take QualType...
2008-11-24 Chris LattnerRename NamedDecl::getName() to getNameAsString(). ...
2008-11-24 Anders CarlssonReimplement Expr::isConstantExpr in terms of Expr:...
2008-11-24 Anders Carlsson__builtin_constant_p takes an argument that can have...
2008-11-24 Zhongxing XuStrings are NULL terminated. So the region size should...
2008-11-24 Anders CarlssonForgot the newline :)
2008-11-24 Anders CarlssonAdd test case for bug that's been fixed.
2008-11-24 Anders CarlssonThe address of a variable is only constant if the varia...
2008-11-24 Anders CarlssonFix bug in the constant evaluator. Fixes PR3115.
2008-11-24 Chris LattnerMigrate some stuff from NamedDecl::getName() to
2008-11-24 Chris LattnerRename NamedDecl::getIdentifierName() to ::getNameAsCSt...
2008-11-24 Chris Lattnersimplify this code.
2008-11-24 Chris LattnerRename Selector::getName() to Selector::getAsString...
2008-11-24 Zhongxing XuAdd a comment about the signedness.
2008-11-24 Zhongxing XuAdd test case for out-of-bound memory access checking.
2008-11-24 Zhongxing XuAdd getSize() support for StringRegion.
2008-11-24 Chris LattnerRewrite FindDiagnostics to be more strict about the...
2008-11-23 Chris Lattnerclean up -verify mode output. If the expected-error...
2008-11-23 Chris Lattnerconvert some more warnings to NOTEs.
2008-11-23 Chris Lattnerremove warn_previous_declaration
2008-11-23 Chris Lattnermake the 'to match this' diagnostic a note.
2008-11-23 Chris LattnerMake all the 'redefinition' diagnostics more consistent...
2008-11-23 Chris Lattnermake some objc redefinition warnings more consistent...
2008-11-23 Chris LattnerTweak duplicate category diagnostic to work like the...
2008-11-23 Chris LattnerConvert IdentifierInfo's to be printed the same as...
2008-11-23 Chris Lattneradd support for inserting a DeclarationName into a...
2008-11-23 Chris Lattnerinserting a qualtype adds quotes implicitly
2008-11-23 Chris LattnerGenericize the qualtype formating callback to support...
2008-11-23 Chris LattnerAdd support for sending QualType's directly into diags...
2008-11-23 Chris Lattnerother minor edits.
2008-11-23 Chris Lattnerminor cleanups.
2008-11-23 Zhongxing XuAdd out-of-bound memory access warning report code.
2008-11-23 Zhongxing XuImprove test case.
2008-11-23 Zhongxing XuClean up code by using utility methods.
2008-11-23 Chris Lattnerfinish up the diagnostics documentation. We don't
2008-11-23 Chris Lattnermore updates
2008-11-22 Chris Lattnerfinish documentation of %select.
2008-11-22 Anders CarlssonReturn false if we encounter a type we can't handle.
2008-11-22 Sebastian RedlFix test cases broken by quote normalization in diagnos...
2008-11-22 Anders CarlssonAn expression is not foldable if it can't be fully...
2008-11-22 Fariborz JahanianImplemented ir-gen for 'implicit' properties using...
2008-11-22 Sebastian RedlDocumentation for the plural modifier.
2008-11-22 Anders CarlssonCase values must be evaluated
2008-11-22 Chris Lattnerstart documenting Diagnostics. Sebastian, I'd apprecia...
2008-11-22 Chris Lattnerconsistently use single quotes for quoted things.
2008-11-22 Anders CarlssonUse Expr::Evaluate for case statements. Fixes PR2525
2008-11-22 Anders CarlssonFix indentation width.
2008-11-22 Chris Lattnerremove a dead enum
2008-11-22 Fariborz JahanianSupport for implicit property assignment. Error assigni...
2008-11-22 Chris Lattneradd a silly testcase
2008-11-22 Fariborz JahanianAnd a test case for my last patch.
2008-11-22 Fariborz JahanianNew AST node to access "implicit" setter/getter using...
2008-11-22 Sebastian RedlImplement a %plural modifier for complex plural forms...
2008-11-22 Zhongxing XuRemove debug code.
2008-11-22 Zhongxing XuInitial support for checking out of bound memory access...
2008-11-22 Chris Lattnerremove some more old Diag methods, replace with a singl...
2008-11-22 Chris Lattnermove the Diag method for Sema to be inline. This shrin...
2008-11-22 Chris Lattneralphabeticalize.
2008-11-22 Chris LattnerFix a weird inconsistency with hex floats. Previously...
2008-11-22 Chris Lattnerremove the NumericLiteralParser::Diag helper method...
2008-11-22 Chris LattnerMove the Preprocessor::Diag methods inline. This has...
2008-11-22 Anders CarlssonAdd test for PR2992.
2008-11-22 Chris Lattnerinline a method into its only two call sites.
2008-11-22 Chris Lattneractually, this version isn't really needed.
2008-11-22 Chris Lattnerremove a sneaky version of Diag hiding in PreprocessorL...
next