]> granicus.if.org Git - clang/shortlog
clang
2010-07-14 Douglas GregorAdd lvalue-bitcast support for complex numbers.
2010-07-14 Sebastian RedlIncrease the max PCH level for declarations to 7. Add...
2010-07-14 Daniel DunbarDriver: When re'execing clang, use path to the main...
2010-07-14 Daniel DunbarDriver: Remove some unused arguments.
2010-07-14 Fariborz JahanianDon't error when doing default property synthesis
2010-07-14 Sebastian RedlMake PCHReader cope with PCH files containing more...
2010-07-14 Douglas GregorOnly filter out names reserved for the implementation...
2010-07-14 Fariborz JahanianConsider obective-c pointer arguments as valid sentinel...
2010-07-14 John McCallFix the mangling of template template arguments, which...
2010-07-14 Chandler CarruthWire up '-Wignored-qualifiers' to the warning on 'const...
2010-07-14 Douglas GregorAdd test case that was causing an infinite loop when...
2010-07-14 John McCallRemove a few mangling FIXMEs:
2010-07-14 John McCallImplement the standard mangling for array-subscript...
2010-07-14 Douglas GregorFix typo in test program
2010-07-13 Daniel DunbarDriver/Darwin: Pass -pie/-no_pie to the linker when...
2010-07-13 Douglas GregorAdd missing testcases for lvalue bitcasts
2010-07-13 John McCallWork around an obnoxious GCC warning by changing semant...
2010-07-13 Douglas GregorIntroduce a new cast kind for an "lvalue bitcast",...
2010-07-13 Nick LewyckyAdd __builtin_snprintf.
2010-07-13 John McCallSwitch the __cxa_rethrow cleanup to be lazy.
2010-07-13 John McCallAllow for the possibility that __cxa_end_catch might...
2010-07-13 Fariborz JahanianCheck on property attributes which are declared
2010-07-13 John McCallSwitch the __cxa_free_exception cleanup to be lazy.
2010-07-13 Fariborz JahanianSet DeclContext of ParamVarDecl only. No need
2010-07-13 John McCallTeach IR generation how to lazily emit cleanups. This...
2010-07-13 Sebastian RedlAdd two small utility functions to PCHReader that the...
2010-07-13 Fariborz JahanianMore block instantiation stuff. Set variable/param...
2010-07-13 Chris LattnerAdd a warning to catch a bug recently caught by code...
2010-07-13 Chris Lattner80 column issues.
2010-07-13 Douglas GregorWhenever we're creating an expression that is typically...
2010-07-13 Chandler CarruthSilence Doug's favorite GCC warning.
2010-07-13 Devang PatelAdd volatile qualifiers for "this".
2010-07-13 Douglas GregorProperly add to 32
2010-07-13 Douglas GregorDowngrade the "when type is in parentheses, array canno...
2010-07-13 Argyrios KyrtzidisModify the pragma handlers to accept and use StringRefs...
2010-07-13 Douglas GregorImprove diagnostics for the "type qualifier on return...
2010-07-13 Douglas GregorWhen computing the canonical profile of a DeclRefExpr...
2010-07-13 Douglas GregorWhen forming a function call or message send expression...
2010-07-13 Douglas GregorDiagnose typedef of an operator name. Fixes PR7462
2010-07-13 John McCallCheck in this -Wconversion C++ test case that's been...
2010-07-13 Douglas GregorComplain when an unnamed enumeration has no enumeration...
2010-07-13 Douglas GregorReinstate the optimization suppressing available_extern...
2010-07-13 Devang Patelconst qualify debug info for "this" for const methods.
2010-07-13 Fariborz JahanianInstantiate attributes when first building an instantiated
2010-07-13 Douglas GregorProvide a special diagnostic for attempts to explicitly...
2010-07-12 Douglas GregorFix a documentation paste-o and eliminate a useless...
2010-07-12 Craig SilversteinWe should not be recursing over the shadow definitions...
2010-07-12 Sebastian RedlProduce an error on encountering a pointer or reference...
2010-07-12 Devang PatelWhile collecting members for a class, always create...
2010-07-12 Sebastian RedlSplit the normal and chained PCH writing paths and...
2010-07-12 Argyrios KyrtzidisRemove the check for repeated tok::eofs, we are not...
2010-07-12 Argyrios KyrtzidisSimplify code using the new FoldingSetImpl::InsertNode...
2010-07-12 Fariborz JahanianCopy over attributes to instantiated variable.
2010-07-12 Douglas GregorSpeculatively revert r108156; it appears to be breaking...
2010-07-12 Argyrios KyrtzidisIf we are past tok::eof and in caching lex mode, avoid...
2010-07-12 Douglas GregorAdd a -code-completion-timing= mode to c-index-test...
2010-07-12 Fariborz JahanianCompute Type dependent-ness of BlockDeclRefExpr
2010-07-12 Ted KremenekAdd test case for <rdar://problem/8177927> (which trigg...
2010-07-12 Fariborz JahanianMove setting of Dependent Type to BlockDeclRefExpr's
2010-07-12 Douglas GregorDo not generate LLVM IR for available_externally functi...
2010-07-12 Chandler CarruthFix another aspect of PR7047, macro expansions. Previou...
2010-07-12 Chris Lattnerwe do in fact have to cache the EOF token returned...
2010-07-12 Chris Lattnerrevert a hunk of code that Argiris added in r106213...
2010-07-11 Chris Lattnerfix PR7280 by making the warning on code like this:
2010-07-11 Chris Lattnerchange the 'invalid token after top level declarator...
2010-07-11 Chris LattnerFix PR7617 by not entering ParseFunctionDefinition...
2010-07-11 Chris Lattneradd a const qualifier, refactor some code.
2010-07-11 Chandler CarruthSwitch to void-cast for this. Chris prefers that over...
2010-07-11 Chandler CarruthMark assert-only variables as unused.
2010-07-11 John ThompsonRename clang.dll to libclang.dll, to fix Windows build.
2010-07-10 Nick LewyckyPrintFunctionNames is a plugin, it should pull in symbo...
2010-07-10 Nick LewyckyClang do so have plugins, we can't prune exports. ...
2010-07-10 Dale JohannesenFix compile error. Per Fariborz.
2010-07-10 Chandler CarruthLay the ground work for resoving PR7047. This doesn...
2010-07-10 Argyrios KyrtzidisAdd PCH support for the remaining C++ exprs.
2010-07-09 Peter CollingbourneFix CMake build
2010-07-09 John ThompsonHack for dealing with commas until we support multiple...
2010-07-09 Fariborz JahanianBlockDeclRefExpr of a dependent type must
2010-07-09 Fariborz JahanianInstantiation of byref variable in
2010-07-09 Sebastian RedlSlightly improve the diagnostic when using a qualified...
2010-07-09 Argyrios KyrtzidisReorganize how ClassTemplate[Partial]SpecializationDecl...
2010-07-09 Argyrios KyrtzidisisMemberSpecialization -> setMemberSpecialization.
2010-07-09 Sebastian RedlWhen given the -chained-pch option and a previous PCH...
2010-07-09 Craig SilversteinFix a crashing but trying to print a TemplateTemplatePa...
2010-07-09 Eli FriedmanIgnore -Wno-main, per PR7269.
2010-07-09 Chandler CarruthRip out the floating point return type handling from...
2010-07-09 Chandler CarruthFix PR7600, and correctly convert the result of an...
2010-07-09 Fariborz JahanianInstantiation of block literal expressions. wip.
2010-07-09 Douglas GregorDocument my otherwise-inexplicable change
2010-07-09 Douglas GregorRefer to implicit "conversions" rather than implicit...
2010-07-09 Sebastian RedlCorrectly initialize Reader to null.
2010-07-09 Sebastian RedlReally respect -chained-pch.
2010-07-09 Douglas GregorIntroduce -f{no-}spell-checking options to enable/disable
2010-07-09 Douglas GregorDocument -f{no-}color-diagnostics
2010-07-09 Craig SilversteinMove traverseunqualifiedtypeloc over to the 'main'...
2010-07-09 John ThompsonRevert 107953, remove comma ignoring from PPC constraints.
2010-07-09 John ThompsonUpdating PPC target to ignore commas in asm contrains...
2010-07-09 Sebastian RedlAdd a frontend option -chained-pch and don't pass an...
2010-07-08 Jordy RoseCleanup in CStringChecker. Now properly bifurcates...
2010-07-08 Douglas GregorSupport code completion for parameter names in Objectiv...
next