]> granicus.if.org Git - clang/shortlog
clang
2012-01-23 Kaelyn UhrainIn CorrectTypo, use the cached correction as a starting...
2012-01-23 Kostya Serebryany[asan] document the need for -fno-optimize-sibling...
2012-01-23 Bob WilsonFix a typo: _MM_FLUSH_ZERO_OFF has the wrong value...
2012-01-23 Argyrios KyrtzidisIntroduce CXXRecordDecl::isCLike() that is true if...
2012-01-23 Argyrios Kyrtzidis[libclang] Index C++ template specializations, rdar...
2012-01-23 Argyrios Kyrtzidis[libclang] Index namespaces in C++ qualified lookup...
2012-01-23 Argyrios Kyrtzidis[libclang] Index C++ constructor initializers, rdar...
2012-01-23 Argyrios KyrtzidisImprove Lexer::getImmediateMacroName to take into accou...
2012-01-23 Douglas GregorHandle pseudo-object expressions (and any other placeholder
2012-01-23 Douglas GregorAdd -Wnarrowing as an alias for -Wc++11-narrowing,...
2012-01-23 Douglas GregorDowngrade C++11 narrowing conversion errors to warnings...
2012-01-23 Nick LewyckyAdd support for -fno-optimize-sibling-calls. Currently...
2012-01-23 Nico WeberAdd a source range to the ms path. Spotted by David...
2012-01-23 Nico WeberIn microsoft mode, downgrade pseudo-destructors on...
2012-01-23 David BlaikieRename -Wswitch-enum-redundant-default to -Wswitch...
2012-01-23 David BlaikieImplement -Wswitch-enum correctly.
2012-01-23 Nico WeberConvert file from 60% unix 40% dos line endings to...
2012-01-23 Nico WeberEli says this should check MicrosoftMode instead.
2012-01-23 Nico WeberIn ms mode, a move assignment operator shouldn't mark...
2012-01-23 Eli FriedmanMake sure the AST correctly represents lvalue-to-rvalue...
2012-01-22 David BlaikieFix -Wswitch to warn about out of bounds enum cases...
2012-01-22 David BlaikieMove -Wswitch-enum to -Wswitch
2012-01-21 Francois PichetIn Microsoft Mode, disable the C++11 strict integral...
2012-01-21 David BlaikieAdd -Wswitch-enum-redundant-default.
2012-01-21 NAKAMURA Takumilib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3.
2012-01-21 NAKAMURA Takumi[Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3...
2012-01-21 Anna Zaks[analyzer] It's possible to have a non PointerType...
2012-01-21 Bob WilsonUse the new installheaders makefile target in libcxx.
2012-01-21 Rafael EspindolaRemove redundant argument.
2012-01-21 Anna Zaks[analyzer] Make VLA checker taint aware.
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.
next