]> granicus.if.org Git - clang/shortlog
clang
2012-03-15 Sebastian RedlSupport deducing template arguments from nested initial...
2012-03-15 Ted KremenekSupport '%p' format specifier with block pointers.
2012-03-15 Bill WendlingIt was pointed out that a checking version of strdup...
2012-03-15 Anna Zaks[analyzer] Allow checkers to supply call stack diagnost...
2012-03-15 David BlaikieProvide the specific target type in the -Wnull-conversi...
2012-03-15 Fariborz Jahanianmodern objective-c translator: rewriting of @catch...
2012-03-15 Douglas GregorDocument RedeclarableTemplateDecl::getInstantiatedFromM...
2012-03-15 Argyrios Kyrtzidis[c-index-test] Make it C90 compliant.
2012-03-15 Argyrios Kyrtzidis[libclang] A couple of enhancements to c-index-test.
2012-03-15 Argyrios KyrtzidisMake RecursiveASTVisitor to traverse certain statements...
2012-03-15 Argyrios Kyrtzidis[Sema] Introduce a data recursive evaluator specific...
2012-03-15 Argyrios KyrtzidisRemove hacky temporary fix of r151585.
2012-03-15 Fariborz Jahanianmodern objective-c translator: please symbols generated
2012-03-15 Sean CallananWhen laying out an Objective-C object, consult
2012-03-15 Kostya Serebryanyfix link
2012-03-15 Kostya Serebryany[asan] update asan docs: mention CMake problem and...
2012-03-15 Aaron BallmanAdding in newer MinGW header paths.
2012-03-15 Bill WendlingAdd the object size checking support for a few other...
2012-03-15 James MolloyFix codegen for vld{3,4}_dup intrinsics.
2012-03-15 David BlaikieUnpluralize -Wfoo-conversions warnings for consistency.
2012-03-15 Richard SmithUnrevert r152761 (reverted in r152772) with a fix for...
2012-03-15 David BlaikieReapply r152745 (reverted in 152765) now that compiler...
2012-03-15 Daniel DunbarRevert r152761 "Minor optimization to constant evaluati...
2012-03-15 Richard SmithSmall cleanup: move trailing-return-type special-casing...
2012-03-15 Chad RosierRevert r152745 as it's breaking the internal buildbots.
2012-03-15 Richard SmithMinor optimization to constant evaluation: don't bother...
2012-03-15 Richard SmithRemove a variable rendered unused by r152750.
2012-03-15 Aaron BallmanAdding some more specific tests for enum declspec parsi...
2012-03-14 Chad Rosier[frontend] Add support for disabling the "inline" keywo...
2012-03-14 Fariborz Jahanianmodern objective-c translator: section info.
2012-03-14 Richard SmithInstantiating a class template should not instantiate...
2012-03-14 Matt Beaumont-Gay'#if 0' out a variable that's only used in other prepro...
2012-03-14 David BlaikieProvide -Wnull-conversion separately from -Wconversion.
2012-03-14 Fariborz Jahanianobjective-c modern tranaltor. More section info.
2012-03-14 Anna Zaks[analyzer] A fixup to r152734. Always initialize the...
2012-03-14 Aaron BallmanNo longer defining LP64 in 64-bit builds on platforms...
2012-03-14 Nick LewyckyWhen emitting a diagnostic about two-phase name lookup...
2012-03-14 Matt Beaumont-GayFix dereference of end iterator. Spotted by ASan.
2012-03-14 Anna Zaks[analyzer] Diagnostics: Supply Caller information even...
2012-03-14 Fariborz Jahanianobjective-c modern translator.
2012-03-14 Erik Verbruggen[Analyser] Remove unnecessary recursive visits for...
2012-03-14 Douglas GregorRemove clang-wpa example, which has been unmaintained...
2012-03-14 Douglas GregorMinor cleanup in attribute-related diagnostics, from...
2012-03-14 Sebastian RedlParse brace initializers as default arguments. PR12236.
2012-03-14 Erik Verbruggen[Analyser] Removes more recursive visitations in ExprEn...
2012-03-14 Daniel Dunbar[Basic] Change DiagnosticBuilder to use a separate...
2012-03-14 Daniel Dunbar[Sema] Fix SemaDiagnosticBuilder to be inline.
2012-03-14 Matt Beaumont-GayRemove trailing whitespace (especially after a \ which...
2012-03-14 Benjamin Kramer-arch is a darwin-only feature, use -target instead...
2012-03-14 Eric ChristopherAdd support to mangle templated member function names...
2012-03-13 Chad RosierTypo.
2012-03-13 Fariborz Jahanianobjective-c modern rewriter. Do not add _class_ro_t...
2012-03-13 Chad Rosier[driver] Clang should report an error for -faltivec...
2012-03-13 Eric ChristopherWhen adding member functions to a class add any special...
2012-03-13 David BlaikieAdd a test case for PR8385.
2012-03-13 Anna Zaks[analyser] Refactor shouldInline logic into a helper.
2012-03-13 Anna Zaks[analyzer] Call enter/exit diagnostic should refer...
2012-03-13 Daniel Dunbar[Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit...
2012-03-13 Richard SmithAllow vectors to be constructed from constexpr function...
2012-03-13 Chad RosierUpdate test case to use not tool.
2012-03-13 Chad Rosier[driver] Parse diagnostic args in the driver.
2012-03-13 Anna Zaks[analyzer] Change the order in which we analyze the...
2012-03-13 Anna Zaks[analyzer] Use BFS over call graph when analysing funct...
2012-03-13 Anna Zaks[analyzer] Refactor CallGraph to use Recursive AST...
2012-03-13 Anna Zaks[analyzer] Use recursive AST visitor to drive simple...
2012-03-13 Anna Zaks[analyzer] Minor: factor out logic for determining...
2012-03-13 Anna Zaks[analyzer] Move the check for parser errors out of...
2012-03-13 Roman DivackyFix the long double to be of width/align 64. Rename...
2012-03-13 Daniel DunbarSpelling.
2012-03-13 Daniel Dunbar[Basic] Make DiagnosticBuilder::{Clear,Emit} protected.
2012-03-13 Daniel Dunbar[Basic] Eliminate DiagnosticBuilder::Suppress and match...
2012-03-13 Daniel Dunbar[Basic] Make DiagnosticBuilder::{isActive,getLocation...
2012-03-13 Daniel Dunbar[Basic] Fix ~Diagnostic() to not call Emit() when there...
2012-03-13 Daniel Dunbar[Basic] Stop using a SmallVector<> for Diagnostic....
2012-03-13 Benjamin KramerRemove unused-but-set variable.
2012-03-13 Roman DivackyLong double is just double on FreeBSD/{PPC,PPC64}.
2012-03-13 David ChisnallTweak linkage order for solaris.
2012-03-13 James MolloyEnsure that default arguments are handled correctly...
2012-03-13 Richard SmithImplement [temp.param]p5: the top-level cv-qualifiers...
2012-03-13 Richard SmithPR11850 + duplicates: don't assume that a function...
2012-03-13 Richard SmithPR11925: A function can't have a variably-modified...
2012-03-13 Nick LewyckyIt never makes sense to do a lookup into a LinkageSpecD...
2012-03-13 Richard SmithFix PR10447: lazily building name lookup tables for...
2012-03-13 Argyrios Kyrtzidis[libclang] When there's a file error when saving the...
2012-03-13 John McCallMake the error about assigning to lambda-captured variables
2012-03-13 Argyrios Kyrtzidis[Sema] Prefer to use ObjCInterfaceDecl's protocol_begin...
2012-03-13 Argyrios KyrtzidisFix crash at @implementation with a forward reference...
2012-03-13 John McCallAlternate fix to PR12248: put Sema in charge of specia...
2012-03-13 NAKAMURA Takumi[msvc] Honor %INCLUDE%. It should know essential search...
2012-03-12 Fariborz Jahanianmodern objective-c translator. @try/@catch translation...
2012-03-12 Ted KremenekAdd new analyzer diagnostic mode where plists can have...
2012-03-12 Ted Kremenek[analyzer] Include inlining call stack depth in plist...
2012-03-12 Bill WendlingAddress some of the concerns by Chandler.
2012-03-12 Bill WendlingUpdate FIXME.
2012-03-12 Bill WendlingHave clang pay attention to the LIBRARY_PATH environmen...
2012-03-12 Douglas GregorC++11 [temp.deduct.call]p6 tweak: when given a set...
2012-03-12 Eli FriedmanMake sure we treat variables captured by reference...
2012-03-12 Argyrios Kyrtzidis[Sema] -Add an invalid objc category to the DeclContext...
2012-03-12 Jordy RoseObjCBoolLiterals (__objc_yes/__objc_no) behave like...
2012-03-12 Fariborz Jahanianobjective-c modern translator: ivar offset symbols
next