Age | Commit message (Expand) | Author |
2012-04-21 | Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> | Bob Wilson |
2012-04-20 | [libclang] Don't set dylib load address to 0xe000000. | Argyrios Kyrtzidis |
2012-04-20 | objective-c arc: With currnt documentation, | Fariborz Jahanian |
2012-04-20 | [analyzer] Run remove dead bindings right before leaving a function. | Anna Zaks |
2012-04-20 | [analyzer] Remove unused method. | Anna Zaks |
2012-04-20 | [analyzer] Constify | Anna Zaks |
2012-04-20 | Update doxygen comment to match changes in r155218. | Richard Smith |
2012-04-20 | In r135308, -save-temps was modified to prevent a temporary file from | Chad Rosier |
2012-04-20 | Fix bug where a class's (deleted) copy constructor would be implicitly given a | Richard Smith |
2012-04-20 | c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when ... | Benjamin Kramer |
2012-04-20 | When generating the clang crash diagnostic script, strip out the -o flag. | Chad Rosier |
2012-04-20 | Add a little hack to emulate a clang crash, so the diagnostics generator can be | Chad Rosier |
2012-04-20 | minor improvement to couple of tests. | Fariborz Jahanian |
2012-04-20 | No need to put the SourceManager in with the ASTContext, as the ASTContext | Manuel Klimek |
2012-04-20 | Pass -mfloat-abi= to linuxtools assembler. | Evgeniy Stepanov |
2012-04-20 | Fix bug 12574 - Avoid infinite recursion in constructors and destructors when... | Timur Iskhodzhanov |
2012-04-20 | Replace r155185 with a better fix, which also addresses PR12557. When looking | Richard Smith |
2012-04-20 | Fix a bug which creduce found reducing PR12585. | Richard Smith |
2012-04-20 | When generating the clang crash diagnostic script, strip out the -D, -F, and -I | Chad Rosier |
2012-04-19 | objective-arc: Retune my previous patch so warning | Fariborz Jahanian |
2012-04-19 | Re-add the closing '}' for the namespace I accidentally deleted when | Kaelyn Uhrain |
2012-04-19 | In Parser::isCXXDeclarationSpecifier, consider a non-type identifier | Kaelyn Uhrain |
2012-04-19 | In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since | Richard Smith |
2012-04-19 | objective-c arc: Issue warning under -Wreceiver-is-weak | Fariborz Jahanian |
2012-04-19 | Added equivalent method calls in examples. | Patrick Beard |
2012-04-19 | Formatting fix. | Richard Smith |
2012-04-19 | Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic. | David Blaikie |
2012-04-19 | Fix a broken link. Patch by Nikola Smiljanic. | David Blaikie |
2012-04-19 | Refactor the thread safety analysis so that it is easier to do | DeLesley Hutchins |
2012-04-19 | objective-c modern translator: Further improving the last | Fariborz Jahanian |
2012-04-19 | Thread safety analysis: split warnings into two groups: attribute warnings | DeLesley Hutchins |
2012-04-19 | Clarified encoding of boxed C strings, balanced all <p> with </p>. | Patrick Beard |
2012-04-19 | Adds a unit test for the RecursiveASTVisitor. | Manuel Klimek |
2012-04-19 | Fix a comment. | Francois Pichet |
2012-04-19 | Add missing -Wc++98-compat warnings for initializer list initializations which | Richard Smith |
2012-04-19 | In mergeVisibility, if we already have an explicit visibility, keep it. | Rafael Espindola |
2012-04-19 | In mergeVisibilityWithMin, let an implicit hidden symbol take precedence over | Rafael Espindola |
2012-04-19 | Now that we check visibility attributes in an appropriate order, | Rafael Espindola |
2012-04-19 | Check ConsiderGlobalVisibility before using -fvisibility. | Rafael Espindola |
2012-04-19 | The explicit bit in LV already tracks exactly the same information as | Rafael Espindola |
2012-04-19 | Move the point in the code where we handle -fvisibility=hidden. With | Rafael Espindola |
2012-04-19 | Make setVisibility private and change users to mergeVisibility. This is | Rafael Espindola |
2012-04-19 | Changed title. | Patrick Beard |
2012-04-19 | Changed wording of availability. | Patrick Beard |
2012-04-19 | modern objective-c translator: Fix writing a spurious 'static' | Fariborz Jahanian |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-19 | PR 12586: Fix assert while running libc++ testsuite: deal with exception | Richard Smith |
2012-04-18 | Revert some Hexagon builtin commits to match reverts done to LLVM in | Chandler Carruth |
2012-04-18 | objective-c: Issue diagnostic when an implicit | Fariborz Jahanian |
2012-04-18 | Suppress -Wunused-variable warning in -Asserts build | Matt Beaumont-Gay |