]> granicus.if.org Git - clang/shortlog
clang
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...
2008-11-22 Anders CarlssonUse tryEvaluate for constant exprs.
2008-11-22 Chris LattnerChange the Lexer::Diag method to not magically silence...
2008-11-22 Chris LattnerTeach tentative parsing to handle block pointers (rdar...
2008-11-22 Chris Lattnerfit in 80 cols
2008-11-22 Ted Kremenekreverting this because it breaks some blocks cases...
2008-11-22 Chris LattnerSplit the DiagnosticInfo class into two disjoint classes:
2008-11-22 Ted KremenekFix predicate: we're not in caching mode if CurPPLexer...
2008-11-21 Ted KremenekIn PTHLexer::DiscardToEndOfLine() use Lex() instead...
2008-11-21 Ted KremenekReenable the default lexer.
2008-11-21 Ted KremenekWhen creating the raw tokens for PTHLexer, make sure...
2008-11-21 Ted KremenekWhen creating raw tokens for the PTHLexer specially...
2008-11-21 Fariborz JahanianFixed bugzilla bug# 3095 related to code gen. for ...
2008-11-21 Sebastian RedlImplementation of new and delete parsing and sema.
2008-11-21 Chris Lattnerrearrange some fields.
2008-11-21 Chris Lattnermerge some simple call diagnostics.
2008-11-21 Chris Lattnerprint a type in a diagnostic.
2008-11-21 Fariborz JahanianFields of ivars of struct types are considered ivars
2008-11-21 Douglas GregorDon't turn off blocks in C++
2008-11-21 Chris Lattnerreapply the (corrected) patch to use the new llvm intri...
2008-11-21 Douglas GregorAllow redeclaration of typedefs in C++
2008-11-21 Chris Lattnertemporarily revert Sangiv's patch.
2008-11-21 Douglas GregorTiny fix to the parsing of linkage-specifications
2008-11-21 Douglas GregorFix overloading of non-static member functions that...
2008-11-21 Douglas GregorEnable some more operator overloading tests, and don...
2008-11-21 Sanjiv Guptamem[cpy,set,move] intrinsics are now overloaded.
2008-11-21 Chris Lattnermerge 3 more diagnostics into 1.
2008-11-21 Chris LattnerAdd the concept of "modifiers" to the clang diagnostic...
2008-11-21 Chris LattnerChange CheckIncrementDecrementOperand to test for commo...
2008-11-21 Chris Lattnermove the diagnostic location and ID out of DiagnosticIn...
2008-11-21 Chris Lattnermove diagnostic insertion methods to be free methods...
next