1. f404686 Tidy up comment. by Daniel Dunbar · 14 years ago
  2. b6a1693 Add TargetInfo::useBitfieldTypeAlignment(). by Daniel Dunbar · 14 years ago
  3. 3f87fb0 Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. by Daniel Dunbar · 14 years ago
  4. 2df2569 IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments, it is now an immutable object. by Daniel Dunbar · 14 years ago
  5. 7fb6195 IRgen: Eliminate now unused fields from CGBitFieldInfo. by Daniel Dunbar · 14 years ago
  6. 2677261 IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  7. e57aa9e Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. by Eric Christopher · 14 years ago
  8. b13c170 Teach ASTVector::append() about the case where 'NumInputs' is 0. This hopefully fixes by Ted Kremenek · 14 years ago
  9. 66cf36d Add simple python server for recording code completion timings. by Ted Kremenek · 14 years ago
  10. da7af32 Add optional timing logging for code completion results. This causes a UDP packet by Ted Kremenek · 14 years ago
  11. 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 14 years ago
  12. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  13. 4cd8494 Fix 80-cols violtaions by Sean Hunt · 14 years ago
  14. 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 14 years ago
  15. 6cd1e7c Make CXLanguage_Invalid the first enum value (with '0' as its value) in CXLanguageKind. by Ted Kremenek · 14 years ago
  16. 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 14 years ago
  17. ab866b4 improve altivec c++ support by adding casts, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  18. 1aae80b Thread a Scope pointer into BuildRecoveryCallExpr to help typo by Douglas Gregor · 14 years ago
  19. aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 14 years ago
  20. 931f98a Return the corrected DeclarationName from Sema::CorrectTypo rather by Douglas Gregor · 14 years ago
  21. f8f8eba IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the by Daniel Dunbar · 14 years ago
  22. 55b3884 When diagnosing suspicious precedence or assignments, move the fix-it by Douglas Gregor · 14 years ago
  23. 868e78d Move GRStmtNodeBuilder::MakeNode() out of line. No functionality change. by Zhongxing Xu · 14 years ago
  24. 477323d Add support for CXXBoolLiteralExpr. by Zhongxing Xu · 14 years ago
  25. 21f6d6e Use direct assignment instead of user defined conversion. by Zhongxing Xu · 14 years ago
  26. 96c250a Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself.", I think it might be breaking bootstrap. by Daniel Dunbar · 14 years ago
  27. 86d0ef7 Improve line marker directive locations, patch by Jordy Rose by Chris Lattner · 14 years ago
  28. 2700831 add builtin for __builtin_vsprintf, patch by Paul Davey by Chris Lattner · 14 years ago
  29. 89cdaa9 IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  30. e792584 IRgen: Tweak CGBitFieldInfo doxyments & add an accessor. by Daniel Dunbar · 14 years ago
  31. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 14 years ago
  32. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  33. 6be3cb8 remove some obsolete super-handling code that I forgot to zap. by Chris Lattner · 14 years ago
  34. 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 14 years ago
  35. 1dbca6e Introduce a parsing action to distinguish between class, instance, and by Douglas Gregor · 14 years ago
  36. f19de1c Mark a function declaration invalid if any of its parameter declarations by John McCall · 14 years ago
  37. 74256f5 Parse friend template ids as types instead of ending up in by John McCall · 14 years ago
  38. aa1d761 Add encoding of reference types like gcc does for objc methods and by Fariborz Jahanian · 14 years ago
  39. 709210f Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance by Ted Kremenek · 14 years ago
  40. 9c9bd84 Introduce ASTVector, which is a std::vector-like class that allocates all memory by Ted Kremenek · 14 years ago
  41. 8bd5a69 Add cursor kind for C++ methods. by Ted Kremenek · 14 years ago
  42. ecdb41e IRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  43. 21c0160 Fix an embarrasing memory error. I was apparently very tired when I wrote this by John McCall · 14 years ago
  44. ab970f9 IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "policy" with which a bit-field should be accessed. by Daniel Dunbar · 14 years ago
  45. 4895a8c Remove unnecessary cast. by Daniel Dunbar · 14 years ago
  46. 77e8b11 Support befriending members of class template specializations. by John McCall · 14 years ago
  47. c034974 Twik to radar 7839485. Do not attach weak_import attribute to class by Fariborz Jahanian · 14 years ago
  48. a50d750 Turn off warning about weak_import attribute by Fariborz Jahanian · 14 years ago
  49. 08adf32 Removes a FIXME. by Fariborz Jahanian · 14 years ago
  50. 15bd588 Variation of objc_copyStruct API generation when by Fariborz Jahanian · 14 years ago
  51. 8ce9e45 Rework the ConstStructBuilder code to emit missing initializer by Chris Lattner · 14 years ago
  52. b5e8156 unbreak tests. by Chris Lattner · 14 years ago
  53. eba3e5a move a bunch of ConstStructBuilder methods out of line. by Chris Lattner · 14 years ago
  54. 4357a82 minor cleanups by Chris Lattner · 14 years ago
  55. 363ff23 Teach HasSideEffect about InitListExprs. Not having by Chris Lattner · 14 years ago
  56. 553e583 make the rewriter add a #ifndef around the #define of __attribute__. by Chris Lattner · 14 years ago
  57. abe183d Refactor and simplify the computation of implicit conversion sequences by Douglas Gregor · 14 years ago
  58. aa0be17 When returning the result of a call to an object of class type, do not by Douglas Gregor · 14 years ago
  59. d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 14 years ago
  60. bc9ad74 Make all cases that we don't handle explicit. by Zhongxing Xu · 14 years ago
  61. 0d9d736 Dispatch all C++ cast expr to VisitCast(). by Zhongxing Xu · 14 years ago
  62. c5354a2 CFGBuilder: always add C++ member call expr as block-level expr. by Zhongxing Xu · 14 years ago
  63. 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 14 years ago
  64. c09289d Add a cc1 option to specify the max number of nodes the analyzer can explore. by Zhongxing Xu · 14 years ago
  65. ba9d853 Parse constructor names in friend declarations. Part of the fix for PR6207. by John McCall · 14 years ago
  66. b21b1c9 Remove this test for now until I can figure out by Fariborz Jahanian · 14 years ago
  67. 9ea6397 Don't try to find a scope corresponding to the search DC for an unfound by John McCall · 14 years ago
  68. 984152f Modify test to be darwin specific. by Fariborz Jahanian · 14 years ago
  69. bbea716 add frontend support for -fdata-sections and -ffunction-sections, by Chris Lattner · 14 years ago
  70. 0b2bd47 Add support for objc_copyStruct to enforce by Fariborz Jahanian · 14 years ago
  71. cd9199e Fix debug info for cleanup block. by Devang Patel · 14 years ago
  72. df72140 cache the PP's SourceManager. by Chris Lattner · 14 years ago
  73. a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 14 years ago
  74. 88aae91 make the preprocessor listen to linemarker directives in -E mode, by Chris Lattner · 14 years ago
  75. c0b53c2 Remove some dead FIXMEs by Douglas Gregor · 14 years ago
  76. c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 14 years ago
  77. 05baacb Improve source-location information for C++ conversion functions, by by Douglas Gregor · 14 years ago
  78. 515f43f fix a minor bug I noticed while work with Jordy's patch for PR6101, by Chris Lattner · 14 years ago
  79. 987aa87 Add fixit hint for missing ':' in ternary expressions. by Ted Kremenek · 14 years ago
  80. 04e4427 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic by Chris Lattner · 14 years ago
  81. 45e1dae Add 'clang_getCursorLanguage' to return the "language" of the AST element (e.g., distinguish between C and Objective-C language features). Currently this only returns results for declarations. by Ted Kremenek · 14 years ago
  82. 006c82b Sort exports file. by Ted Kremenek · 14 years ago
  83. 0eea9f9 fix PR6660/6168: emit padding as zeros instead of undef. Because by Chris Lattner · 14 years ago
  84. 9b28daf IRgen: Factor out ComputeBitFieldInfo. by Daniel Dunbar · 14 years ago
  85. 01e56ae Implement C++ [temp.local]p4, which specifies how we eliminate by Douglas Gregor · 14 years ago
  86. ec55c94 Fix null dereference in 'WriteSourceLocation' when the FileEntry is null. by Ted Kremenek · 14 years ago
  87. b846deb Prune includes. by Benjamin Kramer · 14 years ago
  88. c6f530d Update doxygen comments about lifetime requirements of CXUnsaveFile data arguments. by Ted Kremenek · 14 years ago
  89. 6cc5906 Add some API code for future work. by Fariborz Jahanian · 14 years ago
  90. 93c6296 IRgen: Add CGRecordLayout::dump, and dump (irgen) record layouts as part of -fdump-record-layouts. by Daniel Dunbar · 14 years ago
  91. a7a98c9 fix PR6819 by Chris Lattner · 14 years ago
  92. 8b9f187 tighten the check for cast of super to avoid rejecting valid code, by Chris Lattner · 14 years ago
  93. 6275e0c When creating the implicitly-declared special member functions, be by Douglas Gregor · 14 years ago
  94. 454006d fix rdar://7852959 - Use of super within a block is actually ok. by Chris Lattner · 14 years ago
  95. 3be1794 Issue warning when 'weak_import' attribute is applied on a class only by Fariborz Jahanian · 14 years ago
  96. 15f2e72 Remove the blanket statement about Clang not supporting access control. It does now by Douglas Gregor · 14 years ago
  97. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 14 years ago
  98. 7683a3f Add another test case for r101029, which verifies that we now by Douglas Gregor · 14 years ago
  99. cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 14 years ago
  100. 1e46136 fix a bug I noticed by inspection, correcting two reject-valid bugs. by Chris Lattner · 14 years ago