1. dab2894 No need to put the SourceManager in with the ASTContext, as the ASTContext by Manuel Klimek · 12 years ago
  2. 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  3. 8560791 Fix bug 12574 - Avoid infinite recursion in constructors and destructors when using Microsoft C++ ABI by Timur Iskhodzhanov · 12 years ago
  4. c93e014 Replace r155185 with a better fix, which also addresses PR12557. When looking by Richard Smith · 12 years ago
  5. b2f245e Fix a bug which creduce found reducing PR12585. by Richard Smith · 12 years ago
  6. cc66b08 When generating the clang crash diagnostic script, strip out the -D, -F, and -I by Chad Rosier · 12 years ago
  7. 9879556 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 12 years ago
  8. 1e77b65 Re-add the closing '}' for the namespace I accidentally deleted when by Kaelyn Uhrain · 12 years ago
  9. 434ed26 In Parser::isCXXDeclarationSpecifier, consider a non-type identifier by Kaelyn Uhrain · 12 years ago
  10. 0c5d0a8 In an attempt to reduce confusion, mark 'Strong compare exchange' as done, since by Richard Smith · 12 years ago
  11. 289677d objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 12 years ago
  12. 16c111b Added equivalent method calls in examples. by Patrick Beard · 12 years ago
  13. c495e60 Formatting fix. by Richard Smith · 12 years ago
  14. 789acdd Add SmallVectorImpl Visual Studio visualizer. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  15. a963962 Fix a broken link. Patch by Nikola Smiljanic. by David Blaikie · 12 years ago
  16. 54c350a Refactor the thread safety analysis so that it is easier to do by DeLesley Hutchins · 12 years ago
  17. b5863da objective-c modern translator: Further improving the last by Fariborz Jahanian · 12 years ago
  18. ae519c4 Thread safety analysis: split warnings into two groups: attribute warnings by DeLesley Hutchins · 12 years ago
  19. dd9fe59 Clarified encoding of boxed C strings, balanced all <p> with </p>. by Patrick Beard · 12 years ago
  20. fad7f85 Adds a unit test for the RecursiveASTVisitor. by Manuel Klimek · 12 years ago
  21. b414347 Fix a comment. by Francois Pichet · 12 years ago
  22. 03544fc Add missing -Wc++98-compat warnings for initializer list initializations which by Richard Smith · 12 years ago
  23. c7e6060 In mergeVisibility, if we already have an explicit visibility, keep it. by Rafael Espindola · 12 years ago
  24. 1c7eed7 In mergeVisibilityWithMin, let an implicit hidden symbol take precedence over by Rafael Espindola · 12 years ago
  25. d70d20a Now that we check visibility attributes in an appropriate order, by Rafael Espindola · 12 years ago
  26. 4fc1490 Check ConsiderGlobalVisibility before using -fvisibility. by Rafael Espindola · 12 years ago
  27. 4157454 The explicit bit in LV already tracks exactly the same information as by Rafael Espindola · 12 years ago
  28. ff25798 Move the point in the code where we handle -fvisibility=hidden. With by Rafael Espindola · 12 years ago
  29. 5727cf5 Make setVisibility private and change users to mergeVisibility. This is by Rafael Espindola · 12 years ago
  30. ab8f4da Changed title. by Patrick Beard · 12 years ago
  31. f7736ea Changed wording of availability. by Patrick Beard · 12 years ago
  32. b75f8de modern objective-c translator: Fix writing a spurious 'static' by Fariborz Jahanian · 12 years ago
  33. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  34. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  35. 103f41d Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 12 years ago
  36. a2c91e7 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 12 years ago
  37. 0ddb097 Suppress -Wunused-variable warning in -Asserts build by Matt Beaumont-Gay · 12 years ago
  38. d448ce0 VerifyICE: Pass PartialDiagnostics by reference. by Benjamin Kramer · 12 years ago
  39. 8b2a5d2 MIPS: Followup to r154606. Expand list of accepted MIPS target features in the MipsTargetInfoBase::setFeatureEnabled() routine. by Simon Atanasyan · 12 years ago
  40. 241cbe4 fix GCC version comparison wrt. equal patch suffices (and squash two typos) by Gabor Greif · 12 years ago
  41. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  42. 6403683 Fix bad typo reported by I-Jui Sung. by Ted Kremenek · 12 years ago
  43. 2d01f2c As per John McCall comment: by Francois Pichet · 12 years ago
  44. 3acf764 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  45. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  46. 074c191 Calling setVisibility directly only makes (some) sense when the visibility is by Rafael Espindola · 12 years ago
  47. 87162c2 PR12569: Instantiate exception specifications of explicit instantiations by Richard Smith · 12 years ago
  48. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  49. e1a6eac add missing parameter index to diag by Matt Beaumont-Gay · 12 years ago
  50. 70712b2 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  51. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  52. 54881cb Simplify calls to mergeVisibility* by passing in the LinkageInfo. No by Rafael Espindola · 12 years ago
  53. 76a98be objective-c modern translation. Correct rewriting of by Fariborz Jahanian · 12 years ago
  54. e1430e9 Typo fix. by Sirish Pande · 12 years ago
  55. c661f14 Switches the JSONCompilationDatabase to use the YAML parser. by Manuel Klimek · 12 years ago
  56. 82a9478 Fix to avoid warning. Also add header, and lincense information. by Sirish Pande · 12 years ago
  57. b2d899e Emulate a MSVC bug where the creation of pointer-to-member to protected member of base class is allowed but only from a static function. by Francois Pichet · 12 years ago
  58. 0407a04 fix a typo by Gabor Greif · 12 years ago
  59. 49a110d Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. Unfortunately, these instructions have behavior that can't be modeled with shuffle vector. by Craig Topper · 12 years ago
  60. 7d6c8a1 Attempt to fix test. by Eli Friedman · 12 years ago
  61. 01561d1 Change ExprEngine::shouldInlineDecl() to be defensive in checking if the CFG of the callee is valid. Fixes <rdar://problem/11257631>. by Ted Kremenek · 12 years ago
  62. 26397ed Fix case where the alignment is overaligned, per Eli's suggestion. by Chad Rosier · 12 years ago
  63. 07d2f56 Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issues by Richard Smith · 12 years ago
  64. e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 12 years ago
  65. 7fea7c8 Make sure EmitMoveFromReturnSlot is passing the correct alignment to by Chad Rosier · 12 years ago
  66. 0ff258b Typo. by Eric Christopher · 12 years ago
  67. 0e97681 Modern objective-c translator:'self' used inside by Fariborz Jahanian · 12 years ago
  68. a9d45a3 [libclang] Make sure that when we have multiple @class references in the same line, by Argyrios Kyrtzidis · 12 years ago
  69. 43aa1c3 modern objective-c translator: translation of implicit by Fariborz Jahanian · 12 years ago
  70. 9a70cdd [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991). by Anna Zaks · 12 years ago
  71. ffce11b [analyzer] +comments by Anna Zaks · 12 years ago
  72. 5a389f1 [analyzer] Fixup for a test case. by Anna Zaks · 12 years ago
  73. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  74. 9482a18 [libclang] Spelling range for a objc category should the category name range, not the class one. by Argyrios Kyrtzidis · 12 years ago
  75. 3c6ed1b Remove support for -fast-math metadata for the moment. by Duncan Sands · 12 years ago
  76. 2850376 Per Richard's comments on r154794, add the checks necessary to handle constant-folding relational comparisons safely in case the user is using -fwrapv or equivalent. by Eli Friedman · 12 years ago
  77. e9836a2 Revert r154749 for now at John McCall's request. by Rafael Espindola · 12 years ago
  78. 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 12 years ago
  79. 0f90590 Use ordering and the explicit visibility bit instead of modifying by Rafael Espindola · 12 years ago
  80. 2b5949e Readd lost "undef BUILTIN" to fix the build. by David Blaikie · 12 years ago
  81. 10e675d Generate fpmath metadata when -ffast-math. Note that no optimizations are hooked by Duncan Sands · 12 years ago
  82. 7ac715f Hexagon V5(Floating Point) support. by Sirish Pande · 12 years ago
  83. 48c2407 Remove unused method. by Rafael Espindola · 12 years ago
  84. 60c7707 Adjust for LLVM name tweaks requested by Chandler. by Duncan Sands · 12 years ago
  85. 62d9f11 Add another constructor to LVFlags and use it to simplify the code a bit. by Rafael Espindola · 12 years ago
  86. cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 12 years ago
  87. 275a850 Add note to hacking.html that running the test harness directly from the command-line requires making sure the relevant files are generated first. Patch by Matt Fowles, with some minor modifications. by Eli Friedman · 12 years ago
  88. a316988 Make constant evaluation for pointer comparisons work correctly for some uncommon cases. <rdar://problem/10962435>. by Eli Friedman · 12 years ago
  89. 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 12 years ago
  90. e275a18 The result of the Microsoft __uuidof operator must be considered a global lvalue during constant expression evaluation. by Francois Pichet · 12 years ago
  91. 377ecc7 Propagate alignment on lvalues through EmitLValueForField. PR12395. by Eli Friedman · 12 years ago
  92. c5086f0 Add 'env' in hopes of making this test pass on Windows. by Nick Lewycky · 12 years ago
  93. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  94. 0740a25 Like for LLVM / shlib, we also provide a SONAME to libclang.so by Sylvestre Ledru · 12 years ago
  95. b5491f3 Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. by Craig Topper · 12 years ago
  96. 030c7e9 Fix tests that weren't actually verifying anything. by David Blaikie · 12 years ago
  97. 6c22939 Correct indentation by David Blaikie · 12 years ago
  98. 6e67eed [clang.py] Implement TypeKind.spelling by Gregory Szorc · 12 years ago
  99. 2d7cb06 Use MDBuilder to help with metadata creation. by Duncan Sands · 12 years ago
  100. b1758c6 Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete. by Benjamin Kramer · 12 years ago