1. bdfa85f Fix PR7218. Patch by Jordy Rose. by Zhongxing Xu · 14 years ago
  2. 616d436 More PowerPC paths on Darwin by Douglas Gregor · 14 years ago
  3. 582c301 Add C++ include paths for Darwin PowerPC by Douglas Gregor · 14 years ago
  4. 4336e19 add fedora 13 paths, patch by Hendrik Richter. by Chris Lattner · 14 years ago
  5. 4e44983 Copy source information for the inner type of an elaborated type; fixes some by John McCall · 14 years ago
  6. f88f63f Implement remaining items in neon td file. Still need to modify emitter to generate a proper header. by Nate Begeman · 14 years ago
  7. 2a480e3 Changed text of 'empty enum' diagnostics to say so. by Fariborz Jahanian · 14 years ago
  8. 0511552 Empty enum in c is now error to match gcc's behavior. (radar 8040068). by Fariborz Jahanian · 14 years ago
  9. 16834e8 Only provide a source location for an anonymous tag if the location is valid by Douglas Gregor · 14 years ago
  10. ea2f41c Rename BaseInfo to BaseSubobjectInfo. by Anders Carlsson · 14 years ago
  11. 4a25799 Move BaseInfo outside of the EmptySubobject class. by Anders Carlsson · 14 years ago
  12. d6b305d Sema: Fix comment, apparently #pragma options align=power is just the same as by Daniel Dunbar · 14 years ago
  13. 8019c45 Fix personality function name when using SjLj exceptions. by Daniel Dunbar · 14 years ago
  14. 450f793 Sema: Just ignore '#pragma options align=power' for now, this is no worse than by Daniel Dunbar · 14 years ago
  15. 9484968 Update "users manual", PR2461 has been fixed. by Daniel Dunbar · 14 years ago
  16. 64a8034 Fix a miscompile of wchar pascal strings. (radar 8020384) by Fariborz Jahanian · 14 years ago
  17. c7e04da A more minimal fix for PR6762. by John McCall · 14 years ago
  18. 2b7baf0 Roll back r104941. by John McCall · 14 years ago
  19. be2e9a8 Let the backend decide which scheduler and register allocator to use. by Jakob Stoklund Olesen · 14 years ago
  20. 69677ea zero-cost exception API for NeXt runtime. by Fariborz Jahanian · 14 years ago
  21. 469d40e Driver: Spell -relax-all correctly when calling the cc1as tool. by Daniel Dunbar · 14 years ago
  22. 811d0be Disable exception-spec compatibility checking under -fno-exceptions. by John McCall · 14 years ago
  23. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 14 years ago
  24. 42a4f66 Don't just skip over the entire tag definition if the parser action didn't by John McCall · 14 years ago
  25. de09ed5 Test case for r104938. by John McCall · 14 years ago
  26. fa4edcf Optimize and complete associated-class-and-namespace collection from a type. by John McCall · 14 years ago
  27. 76ef658 When we complain about a member being inaccessible due to a constraint by Douglas Gregor · 14 years ago
  28. c302f00 Add CMake goop to get arm_neon.h generated by Douglas Gregor · 14 years ago
  29. c90b32e Convert arm_neon.h into arm_neon.td, from which arm_neon.h will be built by Nate Begeman · 14 years ago
  30. f2070b3 Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add x86 by Daniel Dunbar · 14 years ago
  31. 7103e36 Add an svn:ignore. by Dan Gohman · 14 years ago
  32. 0140d92 This cast is no longer needed; the FIXME is fixed. by Dan Gohman · 14 years ago
  33. 9da9cdf When filtering out previous declarations of friend functions, consider the by John McCall · 14 years ago
  34. 707bef3 This cast is no longer required. by Dan Gohman · 14 years ago
  35. 447107d Don't put method bodies into code completions unless code patterns are by Douglas Gregor · 14 years ago
  36. 4710e5b Do not produce types as valid code completions when we're in an by Douglas Gregor · 14 years ago
  37. cfeac34 Add several more predefines from modern versions of GCC. by Dan Gohman · 14 years ago
  38. c8bddde Make -code-completion-patterns only cover multi-line code by Douglas Gregor · 14 years ago
  39. 6d172e2 Update __builtin_setjmp codegen to match llvmCore changes in r104900. by Jim Grosbach · 14 years ago
  40. 8ee411e Fix typo. by Nick Lewycky · 14 years ago
  41. 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 14 years ago
  42. aeb4a28 Tweak the fix-it for a copy constructor declared to take its argument by Douglas Gregor · 14 years ago
  43. 690c2e2 Add a comment to mention the memory ownership situation. by Dan Gohman · 14 years ago
  44. ebaf257 When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 14 years ago
  45. 0a87b37 When null-initializing bases with data member pointers, don't assert on virtual bases. Just initialize them to null. by Anders Carlsson · 14 years ago
  46. 78673d9 Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all by John McCall · 14 years ago
  47. 6f73914 Parse/Sema: Add support for '#pragma options align=packed', which, it should be by Daniel Dunbar · 14 years ago
  48. 638e7cf Parse/Sema: Add support for '#pragma options align=native'. by Daniel Dunbar · 14 years ago
  49. a2ace58 Silence warning about "enumeral and non-enumeral type in conditional by Bill Wendling · 14 years ago
  50. 812a345 More work on the empty subobject map. This code is not yet used. by Anders Carlsson · 14 years ago
  51. 6f11897 MemoryBuffer::getSTDIN may return a null pointer if an error occurs. by Dan Gohman · 14 years ago
  52. a7f1c00 Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics, and we shouldn't by Ted Kremenek · 14 years ago
  53. 81148e9 Fix 80-column. by Fariborz Jahanian · 14 years ago
  54. bff9eb7 Another empty class layout test. by Anders Carlsson · 14 years ago
  55. 1a8d151 Add more empty class layout tests. by Anders Carlsson · 14 years ago
  56. 38c9ab8 Objective-c++ IR gen. by Fariborz Jahanian · 14 years ago
  57. 9f716e4 When we've parsed a nested-name-specifier in a member access by Douglas Gregor · 14 years ago
  58. 25a0fe2 Fixed missing initialization of member. Should we enable unused argument warning?. by Abramo Bagnara · 14 years ago
  59. 350b9f3 Darwin/ARM seems to support mac68k align as well. by Daniel Dunbar · 14 years ago
  60. 473916c Driver: Update -O -> -O2 replacement for addition of -O0 option. by Daniel Dunbar · 14 years ago
  61. 5613876 Require a complete type when performing the qualified lookup during by John McCall · 14 years ago
  62. 1ca3bd8 Update checker build. by Ted Kremenek · 14 years ago
  63. aeeb701 Implement __builtin_init_dwarf_reg_size_table and __builtin_dwarf_sp_column by John McCall · 14 years ago
  64. 9929800 Driver: Add support for -m[no-]relax-all, and make it the default at -O0. by Daniel Dunbar · 14 years ago
  65. c6082fe Sema: Add initial support for '#pragma options align=mac68k'. by Daniel Dunbar · 14 years ago
  66. 58b16b6 More work on the new empty subobject map. by Anders Carlsson · 14 years ago
  67. 4ecc9b7 Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instructions when using -integrated-as. by Daniel Dunbar · 14 years ago
  68. 0aa7edb Strip trailing whitespace. by Daniel Dunbar · 14 years ago
  69. 4e9255f AST: Add AlignMac68kAttr, not yet used. by Daniel Dunbar · 14 years ago
  70. ae2232b Sema: Factor out struct for alignment stack entries. by Daniel Dunbar · 14 years ago
  71. e03d992 Give this test a triple. by John McCall · 14 years ago
  72. 9f21f89 Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which by Daniel Dunbar · 14 years ago
  73. c76702c When deciding whether a deferred declaration has already been emitted, by John McCall · 14 years ago
  74. 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 14 years ago
  75. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  76. 32f9010 Discard qualifiers for ElementRegions so that a 'const' doesn't change the lookup semantics by Ted Kremenek · 14 years ago
  77. 261febd More work on the empty subobjects map. by Anders Carlsson · 14 years ago
  78. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 14 years ago
  79. 861800c Parse: Add support for '#pragma options align'. by Daniel Dunbar · 14 years ago
  80. 2736071 Correctly pass aggregates by reference when emitting thunks. by John McCall · 14 years ago
  81. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  82. 77561e5 Grammar fix: s/it's/its/g in by Nick Lewycky · 14 years ago
  83. 4c464b9 Patch to fix a irgen crash accessing an initialized local static by Fariborz Jahanian · 14 years ago
  84. f0af777 Predefine the '__clang_analyzer__' macro when using '-analyze'. by Ted Kremenek · 14 years ago
  85. 2c0a540 Improve on flexible array diagnostics (PR7029). by Fariborz Jahanian · 14 years ago
  86. 4142ceb Fixes misc. flexible array bugs in c++ (PR7029). by Fariborz Jahanian · 14 years ago
  87. 9d5e5d4 Update .xcodeproj file. by Anders Carlsson · 14 years ago
  88. 685b1d9 Extract the ObjC and blocks manglers into their own class. No functionality by Charles Davis · 14 years ago
  89. e935fdb Fixed comment. by Abramo Bagnara · 14 years ago
  90. a0af3b4 Added source order to CXXBaseOrMemberInitializer. by Abramo Bagnara · 14 years ago
  91. 0c54fc9 Move ComputeEmptySubobjectSizes to EmptySubobjectMap. by Anders Carlsson · 14 years ago
  92. 6a91c03 Stub out the EmptySubobjectsMap class. by Anders Carlsson · 14 years ago
  93. 0efac25 Inline the RecordLayoutBuilder constructor. by Anders Carlsson · 14 years ago
  94. c6cab68 Add a Layout overload that takes a CXXRecordDecl. by Anders Carlsson · 14 years ago
  95. 7e22028 Move RecordLayoutBuilder into an anonymous namespace. by Benjamin Kramer · 14 years ago
  96. ff2e4f4 When transforming a C++ "new" expression's constructor arguments, drop by Douglas Gregor · 14 years ago
  97. 7d0918a Rename ASTRecordLayoutBuilder to RecordLayoutBuilder. by Anders Carlsson · 14 years ago
  98. c49a7d5 Remove RecordLayoutBuilder.h by Anders Carlsson · 14 years ago
  99. 9392fa6 Move the ASTRecordLayoutBuilder class declaration into the .cpp file. by Anders Carlsson · 14 years ago
  100. 1a97299 ASTRecordLayoutBuilder is no longer a friend of ASTRecordLayout. by Anders Carlsson · 14 years ago