]> granicus.if.org Git - clang/shortlog
clang
2012-02-20 Anna Zaks[analyzer] Testing: These checkers are not experimental...
2012-02-20 Anna Zaks[analyzer] Turn on by default the Malloc Checker and...
2012-02-20 Douglas GregorMake sure that we set up the right declaration contexts...
2012-02-20 Fariborz Jahanianmodern objc translator. Finish off first cut of the
2012-02-20 Douglas GregorWhen we resolve the type of an 'auto' variable, clear...
2012-02-20 Chad RosierMake test case less sensitive to metadata numbering.
2012-02-20 Douglas GregorBasic support for name mangling of C++11 lambda express...
2012-02-20 Eric ChristopherRemove the type retaining from the clang frontend....
2012-02-20 Eric ChristopherMake forward declarations for objective-c types use...
2012-02-20 Gregory Szorc[clang.py] Format and add documention for Type
2012-02-20 Gregory Szorc[clang.py] Add tests for Type.is_volatile_qualified...
2012-02-20 Gregory Szorc[clang.py] Implement Type.argument_types()
2012-02-20 Gregory Szorc[clang.py] Implement Type.__eq__ and Type.__ne__
2012-02-20 Douglas GregorDeserialize the direct-initialization range of a "new...
2012-02-20 Aaron BallmanFixing the working-directory option so that it stores...
2012-02-20 Dylan NoblesmithBasic: import IntrusiveRefCntPtr<> into clang namespace
2012-02-20 Chandler CarruthAdd 3dNOW intrinsic header to x86intrin.h, conditioned...
2012-02-20 Benjamin KramerObjCMessageExpr: Don't leave SelLocsKind uninitialized...
2012-02-19 Benjamin KramerSet the location of the template keyword when allocatin...
2012-02-19 Chandler CarruthMake the regular expressions in this test more narrow...
2012-02-19 Fariborz Jahanianobjective-c modern translator: comment out private...
2012-02-19 Gregory Szorc[clang.py] Implement Type.is_function_variadic
2012-02-19 Sebastian RedlEmit a warning when list-initializing a std::initialize...
2012-02-19 Benjamin KramerHarden test against for operator new(unsigned int).
2012-02-19 Sebastian RedlMake heap-allocation of std::initializer_list 'work'.
2012-02-19 Sebastian RedlMake std::initializer_list member initializers 'work'.
2012-02-19 Sebastian RedlRefuse to compile global std::initializer_lists instead...
2012-02-19 Sebastian RedlGet recursive initializer lists to work and add a test...
2012-02-19 Sebastian RedlAdd a testcase for using objects with list-constructors...
2012-02-19 Sebastian RedlAdd a testcase to show that temporaries from the initia...
2012-02-19 Sebastian RedlAdd a testcase for start+end implementations of std...
2012-02-19 Sebastian RedlFix a crash for nested initializer list initialization...
2012-02-19 Ahmed CharlesRemove dead code.
2012-02-19 Rafael EspindolaDon't check for /lib and /usr/lib.
2012-02-19 Rafael EspindolaOur handling of variables in FileCheck looks really...
2012-02-19 Rafael EspindolaAdd an extra CHECK line to make sure TOOLCHAIN2 matches...
2012-02-19 Rafael EspindolaLooks like we use forward slashes for header search...
2012-02-19 Rafael EspindolaTry to match the linker being named ld.exe. Second...
2012-02-19 Rafael EspindolaDon't assume a path starts with a /. Should fix the...
2012-02-19 Rafael EspindolaImplement a -gcc-toolchain command line option that...
2012-02-18 Ted KremenekTeach analyzer that blocks with no captures are globals...
2012-02-18 Richard SmithImplement constant expression support for __real__...
2012-02-18 Ted KremenekFix crash in analyzer diagnostic generation involving...
2012-02-18 Ted KremenekTeach analyzer about NSAutoreleasePool -allocWithZone...
2012-02-18 Ted KremenekAdd analyzer test for using of C++ references with...
2012-02-18 Richard SmithFix wrong-code bug: __imag on a scalar lvalue should...
2012-02-18 Ted KremenekAdopt ExprEngine and checkers to ObjC property refactor...
2012-02-18 David ChisnallDefault to not using __cxa_atexit on Solaris.
2012-02-18 David ChisnallRemove a debugging line accidentally left in the last...
2012-02-18 David ChisnallImplement #pragma redefine_extname.
2012-02-18 Dmitri GribenkoAdd -Wstrncat-size and -Wempty-body to release notes.
2012-02-18 Benjamin KramerRemove unused but set variable.
2012-02-18 Douglas GregorRewrite variable capture within lambda expressions...
2012-02-18 Douglas GregorUnify our computation of the type of a captured referen...
2012-02-18 Richard SmithFix a problem in the GCC testsuite, exposed by r150557...
2012-02-18 Eli FriedmanAdd a bunch of missing calls to DiagnoseSentinelCalls...
2012-02-18 Ted KremenekChange wording of warning about using __bridge casts...
2012-02-18 Richard SmithDiagnose uses of deleted destructors and inaccessible...
2012-02-18 Richard SmithInitial refactoring of 'ShouldDeleteSpecialMember'...
2012-02-18 Chad RosierFix comment.
2012-02-18 Eric ChristopherAdd in a caching mechanism so that forward declarations...
2012-02-18 Eric ChristopherFormatting.
2012-02-18 Eric ChristopherRemove UpdateCompletedType from the debug info emission...
2012-02-18 Chad RosierRemove redundant check.
2012-02-17 Ted KremenekHave conjured symbols depend on LocationContext, to...
2012-02-17 Anna Zaks[analyzer] Malloc Checker more tests.
2012-02-17 Anna Zaks[analyzer] Fix another false positive in the Malloc...
2012-02-17 Anna Zaks[analyzer] Generalize function name checking in CString...
2012-02-17 Fariborz Jahanianmodern objc translator: postpone writing of class defin...
2012-02-17 Fariborz Jahanianmodern objc writer: more work for category metadata...
2012-02-17 Richard SmithDon't emit optimization-specific intrinsic at -O0.
2012-02-17 Fariborz Jahanianmodern objc translator: category metadata related
2012-02-17 David ChisnallOn Solaris, define some standard macros that the Solari...
2012-02-17 Douglas GregorDe-nest tentative parsing to disambiguate lambdas from...
2012-02-17 Sebastian RedlDon't allow non-empty ParenListExprs as array-new initi...
2012-02-17 Sebastian RedlBasic code generation support for std::initializer_list.
2012-02-17 Gregory Szorc[clang.py] Implement Type.element_count
2012-02-17 Gregory Szorc[clang.py] Implement Type.element_type
2012-02-17 Richard SmithThe clang half of r150794: after the construction of...
2012-02-17 Eric ChristopherIndex "12" holds the vtable, not "9".
2012-02-17 Richard SmithBug fix: do not emit static const local variables with...
2012-02-17 Richard SmithWhen performing IRGen on a global, emit it as a constan...
2012-02-17 Douglas GregorOnly add 'const' to the type of variables captured...
2012-02-17 Douglas GregorDisambiguate between C++11 lambda expressions and C99...
2012-02-17 Richard SmithMake sure all remaining parts of the constant evaluator...
2012-02-17 John McCallWhether an argument is required (in contrast with being an
2012-02-17 John McCallBlock expressions always have a prototyped function...
2012-02-17 John McCallAdd a castAs<U> accessor to CanQual<T>.
2012-02-17 Douglas GregorRework the Sema/AST/IRgen dance for the lambda closure...
2012-02-17 Richard SmithTests for the fixits which Doug added in r150727.
2012-02-17 Richard SmithReject continue/break statements within members of...
2012-02-17 Richard SmithPR12012: Fix a regression in r150419 where we would...
2012-02-17 Fariborz Jahanianobjective-c translator. More stuff for modern meta...
2012-02-16 Eric ChristopherReapply r150631:
2012-02-16 Eli FriedmanElide copy construction in new expressions. PR11757.
2012-02-16 Kaelyn UhrainAvoid infinite mutual recursion in DiagnoseInvalidRedec...
2012-02-16 Anna Zaks[analyzer] MallocChecker: more tests.
2012-02-16 Anna Zaks[analyzer] Malloc Checker: Clean up bug naming:
2012-02-16 Anna Zaks[analyzer] Malloc Checker: Make the diagnostic visitor...
2012-02-16 Matt Beaumont-GayPacify gcc's -Wreturn-type
next