1. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  2. 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
  3. 40e1775 Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation. by Francois Pichet · 14 years ago
  4. c66b516 Add missing "s32" and "u32" variants of Neon vzip intrinsic. Radar 8446277. by Bob Wilson · 14 years ago
  5. 327ce70 Add missing "p16" type variants for the Neon VREV32 intrinsics. Radar 8446277. by Bob Wilson · 14 years ago
  6. 5a82119 Fix another unnecessary-struct-padding issue. by Argyrios Kyrtzidis · 14 years ago
  7. e8b3de0 Fix build. by Anders Carlsson · 14 years ago
  8. 43ddd9f Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, by Argyrios Kyrtzidis · 14 years ago
  9. da6fb69 Remove extra namespace specifier. by Ted Kremenek · 14 years ago
  10. 170cef3 Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace(). by Devang Patel · 14 years ago
  11. 344ff5d Remove unused parameter. by Devang Patel · 14 years ago
  12. 048b905 Test case for r121323. by Devang Patel · 14 years ago
  13. d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
  14. 9915539 DenseMapInfo is a 'struct', not a 'class'. by Ted Kremenek · 14 years ago
  15. eca099b Add new libclang hooks for CXCursorSet, a by Ted Kremenek · 14 years ago
  16. 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
  17. db3d4d0 Stop using builtins for the "_lane" variants of saturating multiply intrinsics. by Bob Wilson · 14 years ago
  18. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  19. 259461d Put the "'typename' occurs outside of a template" and "'template' by Douglas Gregor · 14 years ago
  20. a4cc799 Stop using clang builtins for Neon vabdl and vabal intrinsics. by Bob Wilson · 14 years ago
  21. 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
  22. a8b988f Stop using clang builtins for Neon vaba intrinsics. by Bob Wilson · 14 years ago
  23. dc7b2ce Make this test resilient to whether or not the Linux toolchain renders the by Chandler Carruth · 14 years ago
  24. c46233d Fix BinaryOperator dispatch for RecursiveASTVisitor, from Benoit Perrot! by Douglas Gregor · 14 years ago
  25. cad2c59 Fix two thinkos and add a test for importing the AST of a category by Douglas Gregor · 14 years ago
  26. 0a03a3f Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  27. 2346789 Fix test that didn't really test anything. by Francois Pichet · 14 years ago
  28. 346af03 Handle parameter attributes when tentative parsing for function/variable disambiguation. by Argyrios Kyrtzidis · 14 years ago
  29. 9d8231a Silence an unused variable warning. by Chandler Carruth · 14 years ago
  30. f203344 Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics. by Bob Wilson · 14 years ago
  31. 4064127 Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}. by Bob Wilson · 14 years ago
  32. d50187d Test case. by John McCall · 14 years ago
  33. 241d558 Bump up property conversion earlier in the initialization process. Fixes by John McCall · 14 years ago
  34. cf55652 Stop using a clang builtin for Neon vdup_lane intrinsics. by Bob Wilson · 14 years ago
  35. c92b772 Stop using a clang builtin for Neon vmull_lane intrinsic. by Bob Wilson · 14 years ago
  36. ad698dd Add a missing parameter, without which clang crashes for vqshlu_n intrinsics. by Bob Wilson · 14 years ago
  37. 468acf9 Implement vmull and vmull_n intrinsics without using clang builtins. by Bob Wilson · 14 years ago
  38. 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
  39. 56ed792 Cast CachedLinkage to linkage to avoid "comparison between signed and unsigned integer" warnings. by Benjamin Kramer · 14 years ago
  40. 3daef29 Implement ASTImporter support for Objective-C category implementations. by Douglas Gregor · 14 years ago
  41. f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
  42. 9f71a8f PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  43. dd182ff Extern the ASTImporter to import @implementation declarations. by Douglas Gregor · 14 years ago
  44. 9407444 Add Neon vreinterpret intrinsics. Radar 8681774. by Bob Wilson · 14 years ago
  45. 0d3f3ff Make whitespace more consistent. by Bob Wilson · 14 years ago
  46. 38c2b73 Fix enumerator not handled in switch warnings. by Francois Pichet · 14 years ago
  47. 6f18fca Kill FullExpr, as it was not, in fact, used anywhere in the code base. by John McCall · 14 years ago
  48. 53c374f Use Sema::MaybeCreateExprWithCleanups() only after we've checked for a NULL/invalid expression by Douglas Gregor · 14 years ago
  49. 7ee90d0 Fix compile error: comma at end of enumerator list. by Francois Pichet · 14 years ago
  50. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  51. 1fd9e0d Use atomic operations for libclang's object count tracking. by Douglas Gregor · 14 years ago
  52. 143c7ac Objective-C pointer conversions to 'id' or qualified 'id' subsume by Douglas Gregor · 14 years ago
  53. 409fa9a Split out a function to do lvalue conversion on objects; this is basically by John McCall · 14 years ago
  54. 1ba14c6 c/objc/c++'98 are basically done, but we want '0x support. by Chris Lattner · 14 years ago
  55. 7e112c0 Remove a fixme which was fixed in a previous commit. by Argyrios Kyrtzidis · 14 years ago
  56. 89d63e5 Use the unused merge() function, fixing an minor, unintended change I by Douglas Gregor · 14 years ago
  57. 381d34e Re-implement caching for the linkage calculation of declarations. by Douglas Gregor · 14 years ago
  58. 40c2913 Do unary conversions on vararg arguments and *then* special-case float. by John McCall · 14 years ago
  59. 223ae5c Use Sema's MarkDeclarationReferenced, which takes care of templates, instead of calling Decl's setUsed directly. by Argyrios Kyrtzidis · 14 years ago
  60. f0b0ccc Use the source location of the parameter, when it makes sense, for diagnostics in HandleCleanupAttr. by Argyrios Kyrtzidis · 14 years ago
  61. b5f35ba Revert r120808, my previous implementation of caching for the linkage by Douglas Gregor · 14 years ago
  62. d016ec2 Add BlocksAttr assert on __block specific routines. by Fariborz Jahanian · 14 years ago
  63. 894aed9 Un-templatetize this method. It's definition is out of line in the .cpp file, by Chandler Carruth · 14 years ago
  64. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  65. cd940a1 __block variables require us to evaluate the RHS of an assignment before by John McCall · 14 years ago
  66. 01b2e4e Clarify the logic for when to build an overloaded binop. In particular, by John McCall · 14 years ago
  67. 0074b48 Mark SVal constructors 'explicit'. by Ted Kremenek · 14 years ago
  68. 4658463 Rename Environment::LookupExpr() to by Ted Kremenek · 14 years ago
  69. d7365e1 Remove unused method GRState::LookupExpr(). by Ted Kremenek · 14 years ago
  70. 2a41637 Fix a bug in the emission of __real/__imag l-values on scalar operands. by John McCall · 14 years ago
  71. 560bf12 Put each test in class-layout.cpp into a separate namespace. by Anders Carlsson · 14 years ago
  72. 860453c Add a LayoutBase member function. No functionality change. by Anders Carlsson · 14 years ago
  73. 57d2d23 Replace calls to AppendBytes with calls to AppendPadding when the bytes appended are padding. by Anders Carlsson · 14 years ago
  74. 3cd1ea3 Fix rewriter to match recent changes in property ref AST. by Fariborz Jahanian · 14 years ago
  75. fd56900 Silly special case: never load when dereferencing void*. by John McCall · 14 years ago
  76. 85515d6 First pass at implementing the intent of ANSI C DR106. by John McCall · 14 years ago
  77. 9ec9445 dyn_cast else unreachable -> cast by John McCall · 14 years ago
  78. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  79. 74e40b7 Don't crash when initializing a subaggregate in C from a property r-value. by John McCall · 14 years ago
  80. 9c5d70c Make IgnoreParenLValueCasts skip __extension__ nodes like IgnoreParens(). by John McCall · 14 years ago
  81. ec276bf Silence "comparison between signed and unsigned integer expressions" warnings. by Benjamin Kramer · 14 years ago
  82. 0e800c9 Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't by John McCall · 14 years ago
  83. abc56c7 When deciding whether to complain about the type of a boolean condition, use by John McCall · 14 years ago
  84. e7c6849 Apparently properties.m does not always fail; make it. by John McCall · 14 years ago
  85. 3144b72 Fix this test case on no-asserts builds by not trying to match the basic by John McCall · 14 years ago
  86. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  87. e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
  88. 119a1c6 Kill the KVC l-value kind and calculate the base expression when emitting by John McCall · 14 years ago
  89. 91252d1 Implement -cl-std= by Peter Collingbourne · 14 years ago
  90. 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 14 years ago
  91. f084082 Implement -cl-fast-relaxed-math by Peter Collingbourne · 14 years ago
  92. 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 14 years ago
  93. 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 14 years ago
  94. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
  95. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
  96. 0a3c03c Refactor optimisation level code by Peter Collingbourne · 14 years ago
  97. 53c92be Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 14 years ago
  98. 640ccf0 Minor refactoring; have BugReport::getRanges return a pair of iterator, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  99. ae3038c Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 by Argyrios Kyrtzidis · 14 years ago
  100. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago