]> granicus.if.org Git - clang/shortlog
clang
2011-12-14 Anna Zaks[analyzer] Disable verification step on the failing...
2011-12-14 DeLesley HutchinsAllow empty argument lists in thread safety attributes
2011-12-14 David BlaikieMove & comment the 'decltype in declarator-id' as sugge...
2011-12-14 Anna Zaks[analyzer] Re-enable the test which was failing on...
2011-12-14 Bob WilsonFix obvious error in _mm_test_all_zeros. PR11565.
2011-12-14 Douglas GregorEliminate the vistigial ObjCClassDecl::ObjCClassRef...
2011-12-14 Douglas GregorWhen name lookup comes across a declaration that is...
2011-12-14 Matt Beaumont-Gayr146430 lost some compile-time performance on MultiSour...
2011-12-14 Bob WilsonEnable stack protectors by default for iOS. <rdar...
2011-12-14 Eli FriedmanSwitch test over to using -verify instead of using...
2011-12-14 Anna Zaks[analyzer] Revert the taint test, which is failing...
2011-12-14 Anna Zaks[analyzer] Treat stdin as a source of taint.
2011-12-14 Anna Zaks[analyzer] Minor refactor to addTaint.
2011-12-14 Anna Zaks[analyzer] Mark output of fscanf and fopen as tainted.
2011-12-14 Anna Zaks[analyzer] Mark getenv output as tainted.
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-13 Richard TrieuMake the diagnostic message more consistant. Update...
2011-12-13 Fariborz Jahanianobjc: diagnose duplicate declaration of methods
2011-12-13 Argyrios Kyrtzidis[libclang] Indexing API: Provide the protocols list...
2011-12-13 Argyrios Kyrtzidis[libclang] Indexing API: Fix indexing of missed references.
2011-12-13 Argyrios Kyrtzidis[libclang] Indexing API: Fix suppressing of references...
2011-12-13 Ted KremenekTweak ARC diagnostic categories and rename 'Automatic...
2011-12-13 Abramo BagnaraAdded an assertion about overflow in sizeof evaluation...
2011-12-13 David BlaikieDisallow decltype in qualified declarator-ids.
2011-12-13 Richard SmithAdd checks and diagnostics for many of the cases which...
2011-12-13 Nick LewyckyTestcase for LLVM commit r146475.
2011-12-13 Nick Lewyckys/%clang-cc1/%clang_cc1/ for conformity.
2011-12-12 Douglas GregorSet umbrella directory correctly when we infer a framew...
2011-12-12 Nick LewyckyFix "control may reach end of non-void function" warning.
2011-12-12 Francois PichetImplement the Microsoft __if_exists/if_not_exists exten...
2011-12-12 Kostya Serebryany[asan] update asan docs
2011-12-12 Douglas GregorTweak submodule ID handling in the AST writer
2011-12-12 Fariborz Jahanianobjc-arc: better diagnostic when block is declared
2011-12-12 Eli FriedmanMake CGRecordLayoutBuilder correctly switch over to...
2011-12-12 Chad RosierAdd frontend flags to enable bitcode verifier pass.
2011-12-12 Matt Beaumont-GaySuppress -Warray-bounds in certain cases involving...
2011-12-12 Fariborz JahanianFixes a bug in calculation of field offsets of ms_struct
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Richard SmithFurther tweaking of diagnostic text for casts performin...
2011-12-12 Douglas GregorWhen we have an umbrella directory in a module map...
2011-12-12 Richard SmithClean up diagnostic wording for disallowed casts in...
2011-12-12 Douglas GregorDon't mark include guard macros as implicitly private...
2011-12-12 Hans WennborgFix signature of vsscanf in Builtins.def
2011-12-12 Hans WennborgFix signature of sscanf in Builtins.def
2011-12-12 Richard SmithImplement C++11 constant expression cast restrictions.
2011-12-12 Hans WennborgMake fscanf, vscanf, etc. be recognized as scanf-like...
2011-12-12 Richard SmithFix some not-yet-used diagnostic code in a template...
2011-12-12 Richard SmithPrepare constant expression infrastructure for the...
2011-12-12 Chandler CarruthUpdate Clang to emit the new form of llvm.cttz and...
2011-12-12 David BlaikieFix/test decltype dtor calls with invalid base expression.
2011-12-11 Anna Zaks[analyzer] CStringChecker should not rely on the analyz...
2011-12-11 Benjamin KramerReuse forAddr to create ignored AggValueSlots.
2011-12-10 Anna Zaks[analyzer]Fixup r146336.
2011-12-10 Anna Zaks[analyzer] Introduce IntSymExpr, where the integer...
2011-12-10 Hans WennborgCheck that arguments to a scanf call match the format...
2011-12-10 NAKAMURA Takumitest/Sema/attr-availability.c: Add explicit -triple...
2011-12-10 Argyrios Kyrtzidis[libclang] Add defensive checks to make sure we don...
2011-12-10 Argyrios KyrtzidisIn ContentCache::replaceBuffer, add sanity check to...
2011-12-10 Douglas GregorMake sure that we infer __strong, etc. when we instanti...
2011-12-10 Richard SmithAdd a fast path to the constant evaluator for integer...
2011-12-10 Argyrios KyrtzidisAdd a sanity check in SourceManager::getColumnNumber...
2011-12-10 Fariborz JahanianAdd ability to supply additional message to availabilit...
2011-12-10 Douglas GregorUse the right CHECK prefix so that we actually do this...
2011-12-10 Douglas GregorWhen we manage to re-use an expression during tree...
2011-12-09 Daniel DunbarDriver: Handle -f{no-}honor-infinities, -f{no-}honor...
2011-12-09 Matt Beaumont-GayFix up doxyments (\arg vs \p).
2011-12-09 Eli FriedmanMake array new on a pointer to data member type work...
2011-12-09 Richard SmithMechanically convert static_assert_fold to static_asser...
2011-12-09 Richard SmithC++11 constant expressions: Don't use CheckICE in C...
2011-12-09 Ted KremenekAdd clang_getDiagnosticSetFromTU() to libclang. Fixes...
2011-12-09 Ted KremenekSort exports list.
2011-12-09 David BlaikieAdd notes for suppressing and (if it's a zero-arg funct...
2011-12-09 Fariborz Jahanianobjc-arc: diagnose synthesis of a 'weak unavailable...
2011-12-09 David BlaikieProvide a separate warning for weak vtables in explicit...
2011-12-09 Douglas GregorWhen performing subframework header lookup, don't searc...
2011-12-09 Douglas GregorUse llvm::sys::fs::equivalent rather than comparing...
2011-12-09 Hans WennborgRemove unnecessary braces from my previous commit.
2011-12-09 Hans WennborgMake printf warnings refer to wint_t and wchar_t by...
2011-12-09 Hans WennborgMove definition of ConversionSpecifier::toString()...
2011-12-09 Hans Wennborgfix format specifier fixit for printf("%ld", "foo");
2011-12-09 Chandler CarruthFix a blatant typo or cut/paste-o reported by users...
2011-12-09 Richard SmithTeach isConstantInitializer that numeric literals are...
2011-12-09 Chandler CarruthFix the --hash-style option when the target is MIPS...
2011-12-09 Richard SmithDocument the updated behaviour of __builtin_constant_p...
2011-12-09 Anna Zaks[analyzer] Fix inconsistency on when SValBuilder assume...
2011-12-09 Argyrios KyrtzidisIn ExprEvaluatorBase::VisitOpaqueValueExpr() add a...
2011-12-09 Richard SmithReplace the implementation of __builtin_constant_p...
2011-12-09 Douglas GregorImplement the notion of umbrella directories, which...
2011-12-09 Chandler CarruthMove ChainedIncludesSource into the Frontend library...
2011-12-09 Chandler CarruthClean up the comments for this file now that its conten...
2011-12-09 Chandler CarruthMove a free function from the Frontend library into...
2011-12-09 Fariborz Jahaniandeprecated enum should not warn when used initializing...
2011-12-09 Argyrios KyrtzidisSave category name loc in ObjCCategoryImplDecl, patch...
2011-12-09 Argyrios Kyrtzidis[libclang] Make sure we don't try to handle a CXCursor_...
2011-12-09 Argyrios Kyrtzidis[arcmt] Un-XFAIL a test.
2011-12-09 Chandler CarruthTeach the Makefile build about the new diagnostic file...
2011-12-09 Rafael EspindolaUse default visibility in the the symbols declared...
2011-12-09 Chandler CarruthSeparate the serialization library's diagnostics from...
2011-12-08 Eli FriedmanMisc Minix-specific changes to clang:
2011-12-08 Bill WendlingDon't get the exception obj from the slot more than...
next