]> granicus.if.org Git - clang/shortlog
clang
2012-11-14 John McCallMove some GNUStep-specific code out of CGObjCGNU.
2012-11-14 Richard SmithPR14279: Work around this major miscompilation by treat...
2012-11-14 Richard SmithWhen we have a MemberExpr referring to an overloaded...
2012-11-14 Logan ChienCode cleanup: Remove trailing whitespace in unwind.h.
2012-11-14 David BlaikieRemove debugging assert.
2012-11-14 NAKAMURA TakumiSemaTemplateDeduction.cpp: Prune two obsolete descripti...
2012-11-14 NAKAMURA TakumiParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdTok...
2012-11-14 Eli FriedmanSuppress elided variadic macro argument extension diagn...
2012-11-14 David BlaikieProvide the correct mangling and linkage for certain...
2012-11-14 Anders CarlssonUse consistent spelling of 'behavior' in a C++ warning.
2012-11-14 Nick LewyckyThis function isn't called SaveFiles any more.
2012-11-14 Eli FriedmanFix an assertion failure printing the unused-label...
2012-11-14 Richard SmithRemove another questionable use of hasTrivial*. The...
2012-11-14 John McCallAccept and pass arguments to __unknown_anytype in argument
2012-11-14 Matt Beaumont-GayFix typo
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Eli FriedmanDon't try to save the assigned value in a Objective...
2012-11-13 Nico Weber[ms] Make mangleIntegerLiteral less aware of exact...
2012-11-13 Kaelyn UhrainFor classes that have the warn_unused_result attribute...
2012-11-13 Anna Zaks[analyzer] Address Jordan's code review for r167813.
2012-11-13 Daniel DunbarRevert r167801, "[preprocessor] When #including somethi...
2012-11-13 David BlaikieSimplify function try/catch scope handling.
2012-11-13 Daniel JasperFix AST-matcher descendant visiting for Types, TypeLocs...
2012-11-13 Benjamin KramerThis patch makes the behavior of clang consistent with...
2012-11-13 Nico WeberUCNs in char literals are done (in LiteralSupport)...
2012-11-13 Argyrios KyrtzidisCopy the decls returned by DeclContext::lookup_result...
2012-11-13 Anna ZaksAdd a test that shows that reporting a leak after failu...
2012-11-13 Anna ZaksFix a Malloc Checker FP by tracking return values from...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-11-13 Eli FriedmanFix IR generation for bool on PPC (and any other target...
2012-11-13 Argyrios Kyrtzidis[preprocessor] When #including something that contribut...
2012-11-13 Argyrios KyrtzidisIn Lexer::LexTokenInternal, avoid code duplication...
2012-11-13 Bill WendlingDisable accelerator tables when compiling with LTO.
2012-11-13 Richard SmithFix some wrong-code bugs in implicitly-defined assignme...
2012-11-13 Kaelyn UhrainA couple of small fixes to r167783
2012-11-13 Anna Zaks[analyzer] Address Jordan's feedback for r167780.
2012-11-13 Ted KremenekFix bad CFG construction bug when handling C++ 'try...
2012-11-13 Nick LewyckyWhen filtering the list of associated namespaces so...
2012-11-12 Kaelyn UhrainEnable C++11 attribute syntax for warn_unused_result...
2012-11-12 Anna Zaks[analyzer] Follow up to r167762 - precisely determine...
2012-11-12 Richard SmithFactor duplicated implicit memcpy call generation code...
2012-11-12 Eric ChristopherFinish reverting r167761, it's causing test failures.
2012-11-12 Rafael EspindolaRemove duplicated line.
2012-11-12 David BlaikieFix more try scoping bugs introduced by r167650.
2012-11-12 Bill WendlingThat's causing an error.
2012-11-12 Anna Zaks[analyzer] Fix a regression (from r 165079): compare...
2012-11-12 Bill WendlingDon't test for incomplete types.
2012-11-12 Richard SmithRemove abuse of hasTrivial*, and fix miscompile wherein...
2012-11-12 Chad RosierIf we encounter a fatal error, exit with status 70...
2012-11-12 Ted KremenekPer discussion on cfe-dev, re-enable suppression of...
2012-11-12 Bill WendlingUpdate testcase to show that we don't emit an error...
2012-11-12 Chad RosierIf we encounter a fatal error, call the interrupt handl...
2012-11-12 David Blaikie80 cols & unnecessary braces from r167736.
2012-11-12 David BlaikieCorrect printing of nested anonymous type member accesses.
2012-11-12 Bill WendlingThe register constraint could mean a 16- or 8-bit register.
2012-11-12 Bill WendlingCheck that the input size is correct for the given...
2012-11-12 Rafael EspindolaRemove calls to getMostRecentDecl. The case they were...
2012-11-12 Rafael EspindolaIn Sema::MergeVarDecl we handle merging of storage...
2012-11-12 Justin Holewinski[NVPTX] Fix const modifier on builtins
2012-11-11 Daniel JasperFix binding of nodes in case of forEach..() matchers.
2012-11-11 Nico WeberRemove unneeded includes from IdentifierTable
2012-11-11 Nico WeberDelete comment reference to non-existent method
2012-11-11 Nico Webers/BCPLComment/LineComment/
2012-11-11 Nico WeberFileCheckize test
2012-11-11 Richard SmithFix a typo which Matt pointed out.
2012-11-10 Fariborz Jahanianobjective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT...
2012-11-10 Douglas GregorRework my implementation of circular-reference finding...
2012-11-10 Michael LiaoAdd clang support of RTM from TSX
2012-11-10 Richard Smith-momit-leaf-frame-pointer is a -m option, not a -f...
2012-11-10 Ted KremenekRevert "Disable -Wimplicit-fallthrough when not using...
2012-11-10 Meador IngeAdd a few more test cases for verifying -fno-builtin.
2012-11-10 Ted KremenekDisable -Wimplicit-fallthrough when not using C++.
2012-11-10 Jordan Rose[analyzer] When invalidating symbolic offset regions...
2012-11-10 David BlaikieHandle redeclarations of catch variables in catch blocks.
2012-11-10 Douglas GregorDiagnostic circular inheritance involving dependent...
2012-11-10 David BlaikiePR14296: function parameter name collisions in function...
2012-11-10 Eli FriedmanMake __LDBL_MAX__ etc. have the correct type on targets...
2012-11-09 Jordan Rose-Wobjc-literal-compare: look through implicit casts.
2012-11-09 Justin Holewinski[NVPTX] Add __nvvm_* intrinsics as Clang builtins
2012-11-09 Richard SmithDocument -W in clang --help. Also make the help text...
2012-11-09 Richard SmithDon't include the help for -mips* in clang --help....
2012-11-09 Richard Smith-Wlarge-by-value-copy may be awesome, but it really...
2012-11-09 Richard SmithPR13788: Don't perform checks on the initializer of...
2012-11-09 Argyrios KyrtzidisRemove leftover code.
2012-11-09 Argyrios KyrtzidisAdd lldb data formatters for clang classes, starting...
2012-11-09 Richard SmithRemove --help text for deprecated sanitizer options...
2012-11-09 Richard SmithPR14303: Add a NoDriverOption flag to those options...
2012-11-09 Chad RosierAdd string to try and fix build from r167629.
2012-11-09 Argyrios KyrtzidisAdd a SourceLocation::printToString() that returns...
2012-11-09 Argyrios KyrtzidisAdd a FileCharacteristic parameter to SourceManager...
2012-11-09 Argyrios KyrtzidisTurn FrontendInputFile into an immutable class and...
2012-11-09 Argyrios KyrtzidisMake CompilerInstance::InitializeSourceManager accept...
2012-11-09 Rafael EspindolaDon't use so many bits.
2012-11-09 Chad RosierImplement -mstrict-align using '-backend-option -arm...
2012-11-09 Chad RosierAdd test case for r167619.
2012-11-09 Chad Rosier[driver] Add a -mstrict-align compiler option for ARM...
2012-11-09 Andy GibbsImproved support for removing the comma preceding __VA_...
2012-11-09 Nico WeberUse isInvalidDecl() instead of isStatic() as suggested...
2012-11-09 Nico WeberDon't crash on calling static member overloaded operato...
2012-11-09 Bob WilsonRemove old driver code to grab the iOS simulator versio...
next