1. ae2cf76 When complaining about ambiguous overload resolution for a unary or by Douglas Gregor · 14 years ago
  2. 2bb5d00 Introduce five new cast kinds for various conversions into and by John McCall · 14 years ago
  3. cf33b24 Bring UsualArithmeticConversionsType back into Sema and cast the by John McCall · 14 years ago
  4. 3e47b48 Add GRWorkList::VisitItemsInWorkList() to allow a client to introspect the contents of a worklist. by Ted Kremenek · 14 years ago
  5. 404cd16 Introduce a null-to-pointer implicit cast kind. by John McCall · 14 years ago
  6. f69eb7c Generalize ASTContext::areCompatibleVectorTypes to handle new Neon vector types. by Bob Wilson · 14 years ago
  7. cc3b946 Increase VectorTypeBitfields::VecKind field from 2 to 3 bits. by Bob Wilson · 14 years ago
  8. 491328c Add a separate NeonPolyVector kind to distinguish polynomial vector types. by Bob Wilson · 14 years ago
  9. 41bafb1 API enhancements to TypeLocBuilder. by John McCall · 14 years ago
  10. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  11. 8f0889c Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed to completely zero-initialize itself. by Ted Kremenek · 14 years ago
  12. 606f656 Remove some unnecessary reinterpret_cast. by Francois Pichet · 14 years ago
  13. 15d7d12 Extend the bitfield-truncation warning to initializations. by John McCall · 14 years ago
  14. e47be3e Improve ASTUnit's capture of diagnostics so that the by Douglas Gregor · 14 years ago
  15. e86d78c Add a variant of GCC-style vector types for ARM NEON. by Bob Wilson · 14 years ago
  16. d65587f Instantiate class member template partial specialization declarations by Douglas Gregor · 14 years ago
  17. 8113ecf Region-allocate all AttributeList objects from a factory object instead of manually managing them by Ted Kremenek · 14 years ago
  18. 826faa2 Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avoid leaking memory. by Argyrios Kyrtzidis · 14 years ago
  19. 78b8105 Diagnose attempst to template using declarations and using directives. by John McCall · 14 years ago
  20. beb22aa Add a warning for implicit truncation of constant values due to by John McCall · 14 years ago
  21. 091f23f Split out -Wconversion warnings about constant precision into their by John McCall · 14 years ago
  22. ba8bda0 Restore patch reversed in r118475. Fixes // rdar://8632525 by Fariborz Jahanian · 14 years ago
  23. ee743f9 Use the right calling convention when mangling names in the Microsoft C++ by Charles Davis · 14 years ago
  24. 19ddda8 Include System/DataTypes.h in Diagnostic.h to get intptr_t. by Rafael Espindola · 14 years ago
  25. a9b06d4 ntroduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  26. 27a31fe Revert r118492, which didn't update all of its tests accordingly by Douglas Gregor · 14 years ago
  27. b627871 Introduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  28. b2d57ae Add __nullptr as a C++0x nullptr literal, available in C++98 by Douglas Gregor · 14 years ago
  29. c8c62c4 Reverse patch for // rdar://8632525. It might has broken a build. by Fariborz Jahanian · 14 years ago
  30. c4ba51f Fix InitListExpr::getSourceRange() to work in the case of no locations for '(' and ')'. This can happen by Ted Kremenek · 14 years ago
  31. ed171b8 Provide a precise builtin declaration for objc_msgSend by Fariborz Jahanian · 14 years ago
  32. b5b38ad 1) Fix a typo in PPCallbacks: It's elif, not elfif. :-) This is by Craig Silverstein · 14 years ago
  33. 6493cc5 Improve our handling of C++ [class.copy]p3, which specifies that a by Douglas Gregor · 14 years ago
  34. 1ddb02c Clean up some of the comments in Index.h (e.g., misnamed or extra parameters in comments). by Ted Kremenek · 14 years ago
  35. 8e96043 Properly diagnose invalid casts to function references. Patch by by Douglas Gregor · 14 years ago
  36. 910f800 Remove broken support for variadic templates, along with the various by Douglas Gregor · 14 years ago
  37. dc1b76d Add support for -rdynamic. by Rafael Espindola · 14 years ago
  38. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
  39. dfdfc58 A union cannot contain static data members or data members of reference type. by Anders Carlsson · 14 years ago
  40. bdacf3c Add a comment. by Argyrios Kyrtzidis · 14 years ago
  41. bb6afcb Fix a bug where we were recursing on friend decls for friend by Craig Silverstein · 14 years ago
  42. 08985b9 Add PPCallbacks for #if/#ifdef/etc. by Craig Silverstein · 14 years ago
  43. f41d3be Read/write from/to PCH the diagnostic mappings that the user set so that e.g. #pragma clang diagnostic can be used in a PCH. by Argyrios Kyrtzidis · 14 years ago
  44. 2e57494 Initialize the array with the "C++ way". by Argyrios Kyrtzidis · 14 years ago
  45. 995aaf9 libclang: Add clang_executeOnThread, for use in c-index-test (and only there, by Daniel Dunbar · 14 years ago
  46. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  47. f141080 Fix an assertion. by Argyrios Kyrtzidis · 14 years ago
  48. 9fa8e56 Make this error less specific but also less likely to cause confusion. Fixes by Nick Lewycky · 14 years ago
  49. 3387c65 Added cursor visitor that takes a block as an argument. Tested compiling by David Chisnall · 14 years ago
  50. 8599e76 Added generating destructors for temporary objects. Two cases I know of, that are not handled properly: by Marcin Swiderski · 14 years ago
  51. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 14 years ago
  52. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 14 years ago
  53. 7533a5b Provide an error when a non-identifier name (such as an operator) is used as a by Sean Hunt · 14 years ago
  54. b8e3923 Fixes an assertion violation when bind to temporary by Fariborz Jahanian · 14 years ago
  55. ca45da0 Teach code completion to provide property results when the property by Douglas Gregor · 14 years ago
  56. bf8cafa Properly handle temporaries that are created in a AsmStmt. by Argyrios Kyrtzidis · 14 years ago
  57. 11ab790 Emit error when using a bound member function for something other than calling it. by Argyrios Kyrtzidis · 14 years ago
  58. 82aa713 Require that the types of the parameters of a block literal are complete. by Douglas Gregor · 14 years ago
  59. 4ab829c Plug a leak in the preprocessing record's handling of inclusion by Douglas Gregor · 14 years ago
  60. 7ce351d Now initializer of C++ record type is visited as block-level expr. by Zhongxing Xu · 14 years ago
  61. a14f597 Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBaseClassOffset which returns the offset in CharUnits. Do the same thing for getVBaseClassOffset. by Anders Carlsson · 14 years ago
  62. a3d4380 EmptyObjectMap now uses CharUnits wherever possible. by Anders Carlsson · 14 years ago
  63. 94ac122 Add a DenseMapInfo specializaiton for CharUnits. by Anders Carlsson · 14 years ago
  64. aa81908 Fix typo spotted by Nico Weber. by Nick Lewycky · 14 years ago
  65. 376bda9 Baby steps towards using only CharUnits for base class offsets in ASTRecordLayout. Start by storing the offsets in CharUnits in the ASTRecordLayout object. by Anders Carlsson · 14 years ago
  66. 5c5a764 Teach the constant expr evaluator about derived-to-base casts when no virtual bases are involved. Fixes PR5974. by Anders Carlsson · 14 years ago
  67. af14603 Better solution: calculate the visibility of functions and variables by John McCall · 14 years ago
  68. 295a2a6 Make the deserialization of macro definitions lazy, so that we can by Douglas Gregor · 14 years ago
  69. 1e592cb Handle Type.h a better way. by Dale Johannesen · 14 years ago
  70. 61c8d3e Improve diagnostics reporting of un-implemented by Fariborz Jahanian · 14 years ago
  71. f6e2c20 Generate bitcasts going in and out of MMX parameters by Dale Johannesen · 14 years ago
  72. 7c789c1 Make the deserialization of C++ base class specifiers lazy, improving by Douglas Gregor · 14 years ago
  73. 110e8e5 Restore r117644, this time properly ignoring -fvisibility and type visibility by John McCall · 14 years ago
  74. 4ba72a0 Added CFGTerminator class, that holds information about CFGBlock terminator statement. by Marcin Swiderski · 14 years ago
  75. b14eed0 Driver/IA: Ignore -L for now, which users shouldn't be using for semantic effect. by Daniel Dunbar · 14 years ago
  76. 213f18b Simplify ASTUnit's internal timers, by not trying to keep a pile of by Douglas Gregor · 14 years ago
  77. e09a275 Switch case IDs conflict between chained PCHs; since there is no need to be global, make them local to a decl. by Argyrios Kyrtzidis · 14 years ago
  78. 95c225d Implement an indirect-goto optimization for goto *&&lbl and respect this by John McCall · 14 years ago
  79. 100050b Use the ASTMutationListener to track when a named decl gets added to a DeclContext, by Argyrios Kyrtzidis · 14 years ago
  80. d3d0755 Fix the re-serializing decls in a chained PCH mechanism. by Argyrios Kyrtzidis · 14 years ago
  81. bef1a7b Use the ASTMutationListener to track added template specializations in a chained PCH. by Argyrios Kyrtzidis · 14 years ago
  82. 10302c0 Implement the newest status quo for method override checking. The idea now by John McCall · 14 years ago
  83. c8e5cf8 Make AST deserialization for class template specializations lazier, by by Douglas Gregor · 14 years ago
  84. 69aecc6 Lazily load the next friend in the chain of FriendDecls, to eliminate by Douglas Gregor · 14 years ago
  85. 06c9193 Lazily load the "next" namespace in the chain of NamespaceDecls, to by Douglas Gregor · 14 years ago
  86. 99ba202 Introduce libclang-level options for C++ precompiled preambles, by Douglas Gregor · 14 years ago
  87. 007a9b1 Add helper for extracting the CXXRecordDecl for the implicit argument to by Chandler Carruth · 14 years ago
  88. 90d9081 Add support for code completion on stdin. by Dan Gohman · 14 years ago
  89. 0d06e99 getOrCreateContentCache never returns null, so overrideFileContents by Dan Gohman · 14 years ago
  90. 8e6285a Optimize field space usage in CompoundStmt, LabelStmt, Expr, and CastExpr. by John McCall · 14 years ago
  91. 3fa5cae No really, we don't have a retain/release system for statements/expressions by John McCall · 14 years ago
  92. ac65c62 A couple of tweaks to the visibility rules: by John McCall · 14 years ago
  93. 1235b0e Pending further discussion, re-enable warnings for Objective C by John McCall · 14 years ago
  94. e946fc8 Patch for mis-compile of statement expressions with by Fariborz Jahanian · 14 years ago
  95. 428edaf Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 14 years ago
  96. 4846675 Implement GNU C extension: two types are compatible if they appear by Peter Collingbourne · 14 years ago
  97. b6cc0e1 Keep track in chained PCH of implicit members that were added after the definition was completed. by Argyrios Kyrtzidis · 14 years ago
  98. 565bf30 Start fleshing out ASTMutationListener; notify when a tag definition is completed. by Argyrios Kyrtzidis · 14 years ago
  99. ba901b5 Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls that will be replaced in the chained PCH. by Argyrios Kyrtzidis · 14 years ago
  100. aacdd02 Some method renaming, no functionality change. by Argyrios Kyrtzidis · 14 years ago