]> granicus.if.org Git - clang/shortlog
clang
2011-12-16 Devang PatelUpdate tests to match r146744.
2011-12-16 Douglas GregorIf there is a definition of an ObjCInterfaceDecl, make...
2011-12-16 David BlaikieSupport decltype in pseudo destructors and dependent...
2011-12-16 Fariborz Jahanianobjc: after issuing the warning on direct use of __attr...
2011-12-16 Douglas GregorFix chaining of ObjCInterfaceDecl redeclarations
2011-12-16 Sean CallananSema::RequireCompleteType currently attempts to
2011-12-15 Argyrios KyrtzidisIn SourceManager::~SourceManager do a sanity check...
2011-12-15 Douglas GregorWhen generating debug info for an ObjCInterfaceDecl...
2011-12-15 Douglas GregorMove ObjCInterfaceDecl's "EndLoc" into DefinitionData...
2011-12-15 Anna Zaks[analyzer] Address Jordy's comments for r145985.
2011-12-15 Douglas GregorWhen name lookup finds a module-private Objective-C...
2011-12-15 Douglas GregorKeep track of all declarations of an Objective-C class...
2011-12-15 Richard SmithRefactor and simplify AddInitializerToDecl.
2011-12-15 Chris Lattnerclarify that clang version number macros are marketing...
2011-12-15 Douglas GregorExtend ObjCInterfaceDecl::DefinitionData to contain...
2011-12-15 Devang PatelUpdate tests to match r146665.
2011-12-15 Douglas GregorIntroduce the core infrastructure needed to model a...
2011-12-15 Douglas Gregor"Accidentally" fixed a bug with overloading of function...
2011-12-15 Douglas GregorTwo null Decl*'s don't refer to the same declaration...
2011-12-15 Douglas GregorProvide a default constructor for ObjCInterfaceDecl...
2011-12-15 Hans WennborgFix test/Sema/format-strings-scanf.c
2011-12-15 Hans WennborgSupport the 'a' length modifier in scanf format strings...
2011-12-15 Argyrios Kyrtzidis[libclang] Give up on using write(); hopefully unbreaks...
2011-12-15 Argyrios KyrtzidisRevert r146646 that was a mistake, and make the intende...
2011-12-15 Argyrios Kyrtzidis[libclang] Try to unbreak mingw build.
2011-12-15 Douglas GregorMove the definition-specific data of ObjCInterfaceDecl...
2011-12-15 Argyrios Kyrtzidis[libclang] Install a fatal error handler that will...
2011-12-15 Eli Friedman<climits> has UINT_MAX, not <limits>.
2011-12-15 Anna ZaksAnother fixit for r146633 (to make debian-fnt bot happy...
2011-12-15 Anna ZaksFixit for r146633. Make sure UINT_MAX is defined on...
2011-12-15 Eli FriedmanEnhance the -Wsign-compare handling to suppress the...
2011-12-15 Anna ZaksAdd support for matching one or more (aka regex +)...
2011-12-15 Eli Friedmangcov-style profiling support for OpenBSD. Patch by...
2011-12-15 Anna Zaks[analyzer] Ensure that the order in which checker callb...
2011-12-15 Fariborz Jahanianobjc: do not auto synthesize properties declared in
2011-12-15 Douglas GregorIn debugger support mode, if we have a top-level messag...
2011-12-15 Richard TrieuModify how the -verify flag works. Currently, the...
2011-12-15 Douglas GregorReplace all comparisons between ObjCInterfaceDecl point...
2011-12-15 Argyrios Kyrtzidis[libclang] Indexing API: provide an attribute list...
2011-12-15 Argyrios Kyrtzidis[libclang] Suppress indexing references for occurrences...
2011-12-14 Douglas GregorReplace Decl::isSameEntityAs with a free function decla...
2011-12-14 Richard SmithProduce more detailed diagnostics when static_assert...
2011-12-14 Richard SmithHalve the constexpr recursion depth in this test in...
2011-12-14 Rafael EspindolaFix typos.
2011-12-14 Douglas GregorIntroduce Decl::isSameEntityAs(), to help compare decla...
2011-12-14 Douglas GregorDon't consider an overloaded operator& when the express...
2011-12-14 Rafael EspindolaDon't use the frame pointer on linux x86 and x86_64...
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.
next