]> granicus.if.org Git - clang/shortlog
clang
2012-02-22 Hans WennborgWarn about non-standard format strings (pr12017)
2012-02-22 Bill WendlingMore ArrayRef-ification of methods.
2012-02-22 Bill WendlingArrayRef-icize the function arguments.
2012-02-22 Bill WendlingUse an ArrayRef when we can instead of passing in a...
2012-02-22 Sebastian RedlThrow away stray CXXDefaultArgExprs. Fixes PR12061.
2012-02-22 Francois PichetIn -fdelayed-template-parsing mode, reenter every scope...
2012-02-22 Richard SmithAccept braced-init-lists in conditions, and, in passing...
2012-02-22 Eli FriedmanMake sure null initialization in arrays works correctly...
2012-02-22 Douglas GregorGenerate an AST for the conversion from a lambda closur...
2012-02-22 Eli FriedmanImprove diagnostics a bit for bad member initializers...
2012-02-22 NAKAMURA Takumitest/CodeGenCXX/thiscall-struct-return.cpp: Relax expre...
2012-02-22 Anna Zaks[analyzer] Malloc checker: mark 'strdup' and 'strndup...
2012-02-22 Aaron BallmanAdding support for Microsoft's thiscall calling convent...
2012-02-22 Anna Zaks[analyzer] Malloc: fix another false positive.
2012-02-22 Anna Zaks[analyzer] Change naming in bug reports "tainted" ...
2012-02-22 Argyrios Kyrtzidis[libclang] Index the field references of a designated...
2012-02-22 Richard SmithImplement C++11 [expr.call]p11: If the operand to a...
2012-02-22 Kaelyn UhrainFix typo correction of template arguments to once again...
2012-02-22 Chad RosierProvide a way to disable auto-generation of preprocesse...
2012-02-21 Fariborz Jahanianmodern objc translator: fixes a bug where a class decla...
2012-02-21 Fariborz Jahanianobjective-c modern translator. accessing ivars using...
2012-02-21 Argyrios KyrtzidisMake sure Stmt::dump() is included in libclang.
2012-02-21 Douglas GregorIn the conflict between C++11 [expr.prim.general]p4...
2012-02-21 Eli FriedmanFix a crash in the diangostic code in EvalConstant...
2012-02-21 Eric ChristopherNo need to go to object file, -emit-llvm is sufficient...
2012-02-21 Chandler CarruthSkip testing the crtbegin.o, and resume using a single...
2012-02-21 Chandler CarruthClean up, add some documentation, and make this test...
2012-02-21 John McCallDon't crash on attempts to synthesize an invalid property.
2012-02-21 Richard TrieuRedirect the output to /dev/null. This prevents the...
2012-02-21 Douglas GregorOnly pop the expression evaluation context correspondin...
2012-02-21 Richard SmithDon't assume that a valid expression for the first...
2012-02-21 Jean-Daniel... When calling a non variadic format function(vprintf...
2012-02-21 Douglas GregorImprove our handling of lambda expressions that occur...
2012-02-21 Jeffrey YasskinAllow linux builds to take advantage of libunwind to...
2012-02-21 Argyrios KyrtzidisAlso mark Type's dump() as 'used' to make it available...
2012-02-21 Craig TopperRemove comma from end of enum to silence build warning.
2012-02-21 Argyrios KyrtzidisMark a few 'dump' methods as 'used' to make sure they...
2012-02-21 Douglas GregorImplement non-internal linkage for lambda closure types...
2012-02-21 Nico WeberRemove svn:eol-style on the test I just added.
2012-02-21 Nico WeberAdd a test case for r150976.
2012-02-21 Douglas GregorImplement name mangling for lambda expressions that...
2012-02-21 Aaron BallmanAdding a test case for the working-directory fix
2012-02-21 Ted KremenekHave ScanReachableSymbols reported reachable regions...
2012-02-21 Douglas GregorImplement name mangling for lambda expressions that...
2012-02-21 Nick LewyckyEmit the exact size for the invariant intrinsics.
2012-02-21 Anna Zaks[analyzer] + a couple more malloc tests.
2012-02-21 Anna Zaks[analyzer] Make KeyChainAPI checker inlining-aware.
2012-02-20 Eli FriedmanMake RequireLiteralType work correctly with incomplete...
2012-02-20 Argyrios Kyrtzidis[PCH] Recover gracefully if the ASTReader detects that...
2012-02-20 Richard SmithFix a constexpr FIXME: When implicitly instantiating...
2012-02-20 Eric ChristopherFormatting.
2012-02-20 Argyrios KyrtzidisMake PreprocessorOptions::DetailedRecordIncludesNestedM...
2012-02-20 Fariborz Jahanianobjc IRGen: force CSE of load of ivar offsets by setting
2012-02-20 Anna Zaks[analyzer] Make Malloc aware of inter-procedural execut...
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...
next