]> granicus.if.org Git - clang/shortlog
clang
2012-01-21 Eli FriedmanAdd an assertion that our use-marking actually covers...
2012-01-21 Eli FriedmanFix some comments relating to ExpressionEvaluationConte...
2012-01-21 Richard TrieuFix code so that a SkipUntil will ignore semicolons...
2012-01-21 Anna Zaks[analyzer] Unbreak the static analyzer bot. Regression...
2012-01-21 Eli FriedmanAdd obvious missing call to MarkDeclarationReferenced.
2012-01-21 Eli FriedmanMake clang's AST model sizeof and typeof with potential...
2012-01-21 Fariborz Jahanianarg migrator: change all "assign" of object properties
2012-01-21 Douglas GregorFix the code completion string for variadic macros...
2012-01-21 Seth Cantrelladd tests for wide character encodings
2012-01-20 DeLesley HutchinsHandle thread safety attributes on functions with separ...
2012-01-20 DeLesley HutchinsDelayed template instantiation of late-parsed attributes.
2012-01-20 DeLesley HutchinsInstantiate dependent attributes when instantiating...
2012-01-20 Ted KremenekThe 'l' length modifier makes sense with the scanlist...
2012-01-20 Eric ChristopherTestcase for PR11345.
2012-01-20 Eric ChristopherWhen adding types to the context chain for record types...
2012-01-20 Bob WilsonRemove unnecessary and incorrect redirection of stderr.
2012-01-20 Sebastian Poprename -ccc-host-triple into -target
2012-01-20 Ted KremenekTighten format string diagnostic and make it a bit...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Ted KremenekAdd ability to specifiy 'restrict' on parameters of...
2012-01-20 Ted KremenekPer PR 11814, use Monospace instead of Andale Mono.
2012-01-20 Anna Zaks[analyzer] Add taint awareness to DivZeroChecker.
2012-01-20 Fariborz Jahanianarc migrator: replace "retain" attribute with "strong"
2012-01-20 Anna Zaks[analyzer] Tweak the buildbot script to include the...
2012-01-20 Kostya Serebryanyuse llvm:Attributes instead of unsigned
2012-01-20 Argyrios KyrtzidisEnhance Lexer::makeFileCharRange to check for ranges...
2012-01-20 Benjamin KramerReplace a dubious use of SmallVectorImpl with a proper...
2012-01-20 Douglas GregorFix broken unit test
2012-01-20 Douglas GregorExtract the (InputKind, std::string) pair used to descr...
2012-01-20 Benjamin KramerLocalize variable, remove unused assignment.
2012-01-20 Benjamin KramerRemove unused variables.
2012-01-20 Ted KremenekReenable DeadStoresChecker under --analyze, and move...
2012-01-20 Ted KremenekImplement checker that looks for calls to mktemps and...
2012-01-20 Ted KremenekTurn 'SecuritySyntaxChecker' into a "meta" security...
2012-01-20 Argyrios Kyrtzidis[libclang] Fix crash when indexing attributes, rdar...
2012-01-20 Eli FriedmanRemove PotentiallyPotentiallyEvaluated, and replace...
2012-01-20 Anna Zaks[analyzer] Add socket API as a source of taint.
2012-01-20 Anna Zaks[analyzer] Skip casts when determining taint dependenci...
2012-01-20 Anna Zaks[analyzer] Add a utility method that allows to find...
2012-01-20 Anna Zaks[analyzer] Cleanup of Symbol dump methods.
2012-01-20 Anna Zaks[analyzer] www: A minor cleanup to the dev manual.
2012-01-19 Richard SmithFurther testing for instantiation of out-of-line conste...
2012-01-19 Richard SmithAn instantiation of a constexpr static data member...
2012-01-19 Richard TrieuExtend the error of invalid token after declarations...
2012-01-19 Benjamin KramerSilence set-but-unused warning.
2012-01-19 Argyrios KyrtzidisIntroduce Lexer::getSourceText() that returns a string...
2012-01-19 Argyrios KyrtzidisIntroduce Lexer::makeFileCharRange() that accepts a...
2012-01-19 Argyrios KyrtzidisFor Lexer's isAt[Start/End]OfMacroExpansion add an...
2012-01-19 Argyrios KyrtzidisAdd unit testing for Lexer.
2012-01-19 Evgeniy StepanovExtend unwind.h with the ARM unwinder interface.
2012-01-19 Tanya LattnerA few style changes.
2012-01-19 Kaelyn UhrainRemove the now-unused CorrectTypoContext enum.
2012-01-18 Richard Smithconstexpr: converted constant expression handling for...
2012-01-18 Richard TrieuChange the error when a '+=' follows a declaration...
2012-01-18 Fariborz JahanianUse -Wdeprecated-objc-isa-usage for option to issue
2012-01-18 Kaelyn UhrainConvert SemaDecl.cpp to pass callback objects to Correc...
2012-01-18 Douglas GregorOptimize unqualified/global name lookup in modules...
2012-01-18 Anna ZaksRefactor: Pull getImmediateMacroName() out of Diagnosti...
2012-01-18 Fariborz Jahanianobjc: deprecate direct usage of 'isa' of objc objects
2012-01-18 Douglas GregorIn the driver, -fmodules enables modules for C/Objectiv...
2012-01-18 Seth CantrellAdd and update tests for character literals
2012-01-18 Seth Cantrellstop claiming unicode escape sequences are too long...
2012-01-18 Seth CantrellFix char literal types in C
2012-01-18 Seth CantrellImproves support for Unicode in character literals
2012-01-18 Seth Cantrelltest svn commit access
2012-01-18 Kaelyn UhrainConvert DiagnoseEmptyLookup to use correction callbacks.
2012-01-18 Richard SmithMove narrowing conversion detection code from SemaInit...
2012-01-18 Nick LewyckyAdd testcase for r148375!
2012-01-18 Eli FriedmanMake PotentiallyPotentiallyEvaluated contexts work...
2012-01-18 Nick LewyckyFix a string over-run detected by ASAN.
2012-01-18 Richard SmithA call to strlen is not a constant expression, even...
2012-01-18 Eli FriedmanThe value of a case statement is a potentially evaluate...
2012-01-18 Anna Zaks[analyzer] Refactor: prePropagateTaint ->
2012-01-18 Anna Zaks[analyzer] Taint: warn when tainted data is used to...
2012-01-18 Anna Zaks[analyzer] Taint: add taint propagation rules for strin...
2012-01-18 Anna ZaksConstify FunctionDecl::getmemoryFunctionKind().
2012-01-18 Nick LewyckyFix special king of typo.
2012-01-18 Eli FriedmanFix a couple issues where we didn't correctly delay...
2012-01-17 Fariborz Jahanianoutput body of folded case again.
2012-01-17 Fariborz JahanianFolding away unreachable case statement.
2012-01-17 Douglas GregorMake sure to initialize ExternalProtocolPtrTy
2012-01-17 Fariborz Jahanianobjc-arc: when 'assign' attribute is unspecified,
2012-01-17 Sebastian RedlAdd Sema::isInitListConstructor. This will be needed...
2012-01-17 Sebastian RedlAuto deduction support for std::initializer_list, inclu...
2012-01-17 Sebastian RedlTemplate argument deduction for std::initializer_list...
2012-01-17 Sebastian RedlRename the first of 11 DeduceTemplateArguments overloads.
2012-01-17 Sebastian RedlBasic overloading support for std::initializer_list.
2012-01-17 Sebastian RedlSema support for initialization of std::initializer_lis...
2012-01-17 Sebastian RedlAdd Sema::isStdInitializerList, which will be necessary...
2012-01-17 Anton Yartsevfix for PR11655
2012-01-17 Bob WilsonDisable -Wduplicate-method-match by default. <rdar...
2012-01-17 Eli FriedmanAdd __builtin_labs and __builtin_llabs, to complete...
2012-01-17 Richard SmithRemove constant member pointer support from Expr-based...
2012-01-17 Eli FriedmanCorrectly resolve an overload set passed to an overload...
2012-01-17 Richard SmithEnable constant evaluation of implicit calls to constex...
2012-01-17 Dan GohmanEnable the new ObjC ARC autorelease pool elimination...
2012-01-17 John McCallWhen initializing a catch variable in ARC, be sure...
2012-01-17 Jean-Daniel... Fix a couples of issues in format strings checking.
2012-01-17 Douglas GregorRework the way in which we (de-)serialize the declarations
2012-01-17 Fariborz Jahanianobjc: fixes a bug where struct used inside an
next