]> granicus.if.org Git - clang/shortlog
clang
2011-12-17 Eric ChristopherAdd a triple to this test to hopefully get it passing...
2011-12-17 Anna Zaks[analyzer] Fixup for r146793. Add tests for atol and...
2011-12-17 Anna Zaks[analyzer] Add support for taint flowing through a...
2011-12-17 Anna Zaks[analyzer] Minor: Simplify & assert.
2011-12-17 Chad RosierFix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd...
2011-12-16 Eric ChristopherWhen in a limited debug information situation if we...
2011-12-16 Eric ChristopherStart down the path of getting clang to internally...
2011-12-16 Nicola GiganteFix an inconsistency in the syntactic form of InitListE...
2011-12-16 Richard SmithDon't allow #include (and its friends #import, #include...
2011-12-16 Douglas GregorAdd missing header change
2011-12-16 Douglas GregorMake sure we're always setting the previous declaration...
2011-12-16 Nick LewyckyAdd the value of "suitably aligned" from the C++11...
2011-12-16 Nick LewyckyFix 80-column violation and whitespace. No functionalit...
2011-12-16 Eli FriedmanAdd missing flush call. This is an attempt to fix...
2011-12-16 Richard SmithReduce recursion limit on this test further to try...
2011-12-16 Chad RosierFix vinsertf128_* AVX intrinsics to use "I" (ICE) marki...
2011-12-16 Chad RosierFix vperm2f128_* AVX intrinsics to use "I" (ICE) markin...
2011-12-16 Richard SmithAdd a warning flag for ext_embedded_directive. gcc...
2011-12-16 Richard SmithPR11594: Don't blindly build a UnaryOperator UO_Minus...
2011-12-16 Richard SmithC++11 constexpr: Add note stacks containing backtraces...
2011-12-16 Anna Zaks[analyzer] Better stdin support.
2011-12-16 Anna ZaksFixup to the relaxed diagnostic verification option...
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
next