]> granicus.if.org Git - clang/shortlog
clang
2012-01-25 Ted KremenekFix NSLog format string checking for %@.
2012-01-24 Eli FriedmanSwitch PerformImplicitConversion over to use DefaultLva...
2012-01-24 Jean-Daniel... Replace a hack to handle NSLog/NSLogv in sema by declar...
2012-01-24 Jean-Daniel... Remove trailing slash in front of header name of ObjC...
2012-01-24 Anna Zaks[analyzer] Add the HTML file to the SATest diagnostic...
2012-01-24 Anna Zaks[analyzer] Testing: make diagnostic diffs more informat...
2012-01-24 Argyrios Kyrtzidis[libclang] In clang::getCursorKindForDecl() don't retur...
2012-01-24 Ted KremenekTeach scanf/printf checking about '%Ld' and friends...
2012-01-24 Nick LewyckyForce triple on these tests to pacify the windows tester.
2012-01-24 Nick LewyckyAdd a new warning, -Wover-aligned, which detects attemp...
2012-01-24 Chandler CarruthFix one of the (larger) FIXMEs where we were misusing...
2012-01-24 Kaelyn UhrainSmall code cleanup/simplification in Sema::ClassifyName.
2012-01-24 Argyrios Kyrtzidis[libclang] When calling clang_getCursorReferenced on...
2012-01-24 Fariborz Jahanianobjc: Issue a generic diagnostic assigning to
2012-01-24 Anna Zaks[analyzer] Add more C taint sources/sinks.
2012-01-24 Chandler CarruthAddress one part of the FIXME I introduced my switching...
2012-01-24 Kostya SerebryanyThe following patch adds __attribute__((no_address_safe...
2012-01-24 Chandler CarruthAt least within these classes, consistently spell ...
2012-01-24 Chandler CarruthStart hoisting the logic for computing the target tripl...
2012-01-24 Douglas GregorPromote the extension warning for attempts to catch...
2012-01-24 Douglas GregorWhen importing a RecordDecl as a DeclContext, make...
2012-01-24 Fariborz Jahanianobjc: issue error if assigning objects in fragile-abi...
2012-01-24 Douglas GregorTeach the AST importer about redeclaration chains for...
2012-01-24 Douglas GregorOnly mark an IdentifierInfo as having changed since...
2012-01-24 Douglas GregorOn Darwin, use the system's <unwind.h> whenever it is
2012-01-24 Chandler CarruthRemove HostInfo::useDriverDriver(). This was only used...
2012-01-24 Chandler CarruthHoist the targeted triple object into an actual object...
2012-01-24 David BlaikieSupport decltype in member initializers.
2012-01-24 David BlaikieSupport decltype as a simple-type-specifier.
2012-01-24 Richard SmithAdd a test for a diagnostic special case added in r1484...
2012-01-24 David BlaikieReword/rename -Wswitch-unreachable-default.
2012-01-24 David BlaikieImprove -Wswitch-enum diagnostic message.
2012-01-24 David BlaikieRevert various template unreachability code I committed...
2012-01-24 David BlaikieMore fixes/tests.
2012-01-24 David BlaikieTest for the previous commit/crash.
2012-01-24 David BlaikieSupport undefined dependent bases.
2012-01-24 David BlaikieSimple hack to do unreachable code analysis on template...
2012-01-24 Argyrios KyrtzidisRename Sema::isNullExpr() -> Sema::isSentinelNullExpr...
2012-01-24 Chandler CarruthMake driver tests more resilient to output trees contai...
2012-01-24 Argyrios KyrtzidisIn CXXRecordDecl::isCLike(), also check for PODness.
2012-01-24 Fariborz Jahanianobjective-c: Ignore with warning forward class declarat...
2012-01-23 Akira HatanakaMake sure the integer type used to align the vaarg...
2012-01-23 Fariborz Jahanianfixes location of "availability" attribute so warning...
2012-01-23 Akira HatanakaIgnore return type if its size is zero.
2012-01-23 Bill WendlingRemove extraneous ';'.
2012-01-23 Sebastian RedlMinor fixups for auto deduction of initializer lists.
2012-01-23 Argyrios Kyrtzidis[libclang] For:
2012-01-23 Argyrios KyrtzidisIntroduce Sema::isNullExpr() that contains the checks...
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.
next