aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-21Link 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-20objective-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] ConstifyAnna Zaks
2012-04-20Update doxygen comment to match changes in r155218.Richard Smith
2012-04-20In r135308, -save-temps was modified to prevent a temporary file fromChad Rosier
2012-04-20Fix bug where a class's (deleted) copy constructor would be implicitly given aRichard Smith
2012-04-20c++11 status: Replace references to "SVN" with "3.1" to avoid confusion when ...Benjamin Kramer
2012-04-20When generating the clang crash diagnostic script, strip out the -o flag.Chad Rosier
2012-04-20Add a little hack to emulate a clang crash, so the diagnostics generator can beChad Rosier
2012-04-20minor improvement to couple of tests.Fariborz Jahanian
2012-04-20No need to put the SourceManager in with the ASTContext, as the ASTContextManuel Klimek
2012-04-20Pass -mfloat-abi= to linuxtools assembler.Evgeniy Stepanov
2012-04-20Fix bug 12574 - Avoid infinite recursion in constructors and destructors when...Timur Iskhodzhanov
2012-04-20Replace r155185 with a better fix, which also addresses PR12557. When lookingRichard Smith
2012-04-20Fix a bug which creduce found reducing PR12585.Richard Smith
2012-04-20When generating the clang crash diagnostic script, strip out the -D, -F, and -IChad Rosier
2012-04-19objective-arc: Retune my previous patch so warningFariborz Jahanian
2012-04-19Re-add the closing '}' for the namespace I accidentally deleted whenKaelyn Uhrain
2012-04-19In Parser::isCXXDeclarationSpecifier, consider a non-type identifierKaelyn Uhrain
2012-04-19In an attempt to reduce confusion, mark 'Strong compare exchange' as done, sinceRichard Smith
2012-04-19objective-c arc: Issue warning under -Wreceiver-is-weak Fariborz Jahanian
2012-04-19Added equivalent method calls in examples.Patrick Beard
2012-04-19Formatting fix.Richard Smith
2012-04-19Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic.David Blaikie
2012-04-19Fix a broken link. Patch by Nikola Smiljanic.David Blaikie
2012-04-19Refactor the thread safety analysis so that it is easier to doDeLesley Hutchins
2012-04-19objective-c modern translator: Further improving the lastFariborz Jahanian
2012-04-19Thread safety analysis: split warnings into two groups: attribute warningsDeLesley Hutchins
2012-04-19Clarified encoding of boxed C strings, balanced all <p> with </p>.Patrick Beard
2012-04-19Adds a unit test for the RecursiveASTVisitor.Manuel Klimek
2012-04-19Fix a comment.Francois Pichet
2012-04-19Add missing -Wc++98-compat warnings for initializer list initializations whichRichard Smith
2012-04-19In mergeVisibility, if we already have an explicit visibility, keep it.Rafael Espindola
2012-04-19In mergeVisibilityWithMin, let an implicit hidden symbol take precedence overRafael Espindola
2012-04-19Now that we check visibility attributes in an appropriate order,Rafael Espindola
2012-04-19Check ConsiderGlobalVisibility before using -fvisibility.Rafael Espindola
2012-04-19The explicit bit in LV already tracks exactly the same information asRafael Espindola
2012-04-19Move the point in the code where we handle -fvisibility=hidden. WithRafael Espindola
2012-04-19Make setVisibility private and change users to mergeVisibility. This isRafael Espindola
2012-04-19Changed title.Patrick Beard
2012-04-19Changed wording of availability.Patrick Beard
2012-04-19modern objective-c translator: Fix writing a spurious 'static'Fariborz Jahanian
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-19PR 12586: Fix assert while running libc++ testsuite: deal with exceptionRichard Smith
2012-04-18Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth
2012-04-18objective-c: Issue diagnostic when an implicitFariborz Jahanian
2012-04-18Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay