1. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  2. db52dcd Reflow comments and some minor whitespace fixups. by Mike Stump · 15 years ago
  3. 8dfb7ec Fix a thinko by Douglas Gregor · 15 years ago
  4. 9ad5513 Make BuildByRefType take a ValueDecl instead of a QualType and an alignment. by Anders Carlsson · 15 years ago
  5. 3dab34a Allow a declaration of an array to complete a prior, incomplete by Douglas Gregor · 15 years ago
  6. 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
  7. 7f4f86a More objc GC's API work for array of pointers declared as __strong. by Fariborz Jahanian · 15 years ago
  8. 7ef7f13 Change Darwin toolchain lookup to use llvm::Triple. - -2+1 FIXMEs. by Daniel Dunbar · 15 years ago
  9. 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
  10. d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
  11. fe8aa47 Delete trailing whitespace. by Daniel Dunbar · 15 years ago
  12. 3f30ddf Simplify. by Daniel Dunbar · 15 years ago
  13. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  14. a823183 Tweak & reflow comments, and delete trailing whitespace. by Daniel Dunbar · 15 years ago
  15. 9830046 Make sure to access APValue's data via a char array (rather than by Douglas Gregor · 15 years ago
  16. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  17. 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
  18. c4f1fb1 reduce indentation. by Chris Lattner · 15 years ago
  19. 6b2becf Support templateids in friend declarations. Fixes bug 4859. by John McCall · 15 years ago
  20. e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
  21. d74d414 Handle variadic constructors better. Share code between BuildCXXConstructExpr and BuildCXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  22. bcb11d0 Clean up the CXXConstructExpr constructor, add Arg getters. by Anders Carlsson · 15 years ago
  23. 4ca606e reject returning a block expr even when it has parens and casts in the way. by Chris Lattner · 15 years ago
  24. cbff0dc Remove trailing whitespace. by Daniel Dunbar · 15 years ago
  25. f47511a BuildCXXConstructExpr now takes a MultiExprArg. by Anders Carlsson · 15 years ago
  26. d851b37 Check that the destination type of a static_cast expression is a complete type. by Anders Carlsson · 15 years ago
  27. 05c73c5 More <sstream> removal. by Benjamin Kramer · 15 years ago
  28. 5fcc882 Remove unnecessary #include <sstream>. by Benjamin Kramer · 15 years ago
  29. dec025b Refine vcall offsets. Cleanups. WIP. by Mike Stump · 15 years ago
  30. 3306349 Use a SetVector for tracking some Obj-C metadata, to ensure deterministic by Daniel Dunbar · 15 years ago
  31. 21e1c4e Reapply 81096, now with a fix. Spot the bug: by Anders Carlsson · 15 years ago
  32. 4355be0 Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when by Daniel Dunbar · 15 years ago
  33. 657bff7 Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr. by Anders Carlsson · 15 years ago
  34. 0667db3 Fix buffer overflow reported in PR 4903. by Ted Kremenek · 15 years ago
  35. 98cc710 Refine overrides and thunks for virtual bases. Cleanups. WIP. by Mike Stump · 15 years ago
  36. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  37. a18df0e Cleanup. by Mike Stump · 15 years ago
  38. e45c90f Cleanups. by Mike Stump · 15 years ago
  39. 8f90f58 Cleanups. by Mike Stump · 15 years ago
  40. b4d2861 Cleanups. by Mike Stump · 15 years ago
  41. 078d778 Cleanups. by Mike Stump · 15 years ago
  42. 9bbe962 Cleanups. by Mike Stump · 15 years ago
  43. bf595a3 Cleanups. by Mike Stump · 15 years ago
  44. efe6aee Overhaul the mangler to use a visitor pattern, at least for types. We can safely by John McCall · 15 years ago
  45. 6d10eb8 Cleanups. WIP. by Mike Stump · 15 years ago
  46. ec8e5ea Pass the ConstructLoc to BuildCXXConstructExpr. by Anders Carlsson · 15 years ago
  47. 77ca8f6 Install thunks later to fixup overrides. Track space taken by vbase by Mike Stump · 15 years ago
  48. aeba284 pass the correct predecessor node. by Zhongxing Xu · 15 years ago
  49. 2191b20 Start emitting ElaboratedTypes in C++ mode. Support the effort in various by John McCall · 15 years ago
  50. a2f4ec0 Do not call FlushReports() in GRBugReporter's dtor. We already call it in by Zhongxing Xu · 15 years ago
  51. 6bc107b Report errors for member functions correctly. by Anders Carlsson · 15 years ago
  52. 25cae7f Use a separate diagnostic for default function argument expressions. by Anders Carlsson · 15 years ago
  53. 248072a Refactor builtin function evaluation code into its own function. by Zhongxing Xu · 15 years ago
  54. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  55. d0e3daf Improve the AST representation and semantic analysis for extern by Douglas Gregor · 15 years ago
  56. 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
  57. ae33f8f Merge libgcc spec changes for darwin::Link::ConstructJob. by Daniel Dunbar · 15 years ago
  58. d82f8fa Tweak darwin::Link::AddLinkArgs. by Daniel Dunbar · 15 years ago
  59. 78dbd58 Implement darwin::Link::AddDarwinArch for ARM. by Daniel Dunbar · 15 years ago
  60. 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
  61. da64141 Add -ccc-install-dir option for faking installation path. by Daniel Dunbar · 15 years ago
  62. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  63. a78c5c3 If a destructor is referenced or a pseudo-destructor expression is by Douglas Gregor · 15 years ago
  64. ed032eb Add overidding for methods for vtable building for the secondary by Mike Stump · 15 years ago
  65. 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago
  66. a71d819 Implement AST, semantics, and CodeGen for C++ pseudo-destructor by Douglas Gregor · 15 years ago
  67. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  68. d93bacf When searching for a default constructor or copy constructor, skip constructor templates by Douglas Gregor · 15 years ago
  69. 45f9655 Parse extern templates, pass that information all the way to Sema, by Douglas Gregor · 15 years ago
  70. b117a60 Introduce an egregious hack to fix PR4828. by Douglas Gregor · 15 years ago
  71. 4e71ddb move the check into MarkNoReturnFunction. by Zhongxing Xu · 15 years ago
  72. 326d617 Extract mark-no-return-function code into a function. by Zhongxing Xu · 15 years ago
  73. f1bbbb4 Correctly handle elaborated template ids. Still not handled properly for friends. by John McCall · 15 years ago
  74. 34374e6 Patch to instantiate destructors used to destruct by Fariborz Jahanian · 15 years ago
  75. 3662000 If the alignment of the chosen field in a union is greater than the alignment of the union, we need to use a packed LLVM struct. Fixes <rdar://problem/7184250>. by Anders Carlsson · 15 years ago
  76. 81499bb Implement tree transformations for DeclarationNames. Among other by Douglas Gregor · 15 years ago
  77. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  78. 9d43620 Mark constructors used in initialization of base(s) and fields by Fariborz Jahanian · 15 years ago
  79. 80545ad Issue diagnostics in variety of situations involving by Fariborz Jahanian · 15 years ago
  80. b8b844b Don't use '%ll', this doesn't workin on Win32. by Daniel Dunbar · 15 years ago
  81. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  82. a38c687 Improved handling for dependent, qualified member access expressions, e.g., by Douglas Gregor · 15 years ago
  83. 972d954 Save/load POSIXThreads flag for PCH by Douglas Gregor · 15 years ago
  84. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  85. cc31893 Revert "Remove redundant local variable (use newly created instance data).", the by Daniel Dunbar · 15 years ago
  86. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  87. e1ccccf Fix 80 column violations. by Ted Kremenek · 15 years ago
  88. 75c135a Fixed bug introduced in r79900 where FreeBSD was turned into NetBSD, transposing the ABIs and breaking both platforms. by David Chisnall · 15 years ago
  89. 970e03a Fix regression introduced in r80786 and reported in PR 4867. We should use by Ted Kremenek · 15 years ago
  90. d2a8775 remove a debug output I introduced in the last commit. by Zhongxing Xu · 15 years ago
  91. 4f711c4 Update. by Mike Stump · 15 years ago
  92. f8ec55a Add CastExpr::getCastKindName and use it in the StmtDumper. by Anders Carlsson · 15 years ago
  93. bbff699 Remove redundant local variable (use newly created instance data). by Steve Naroff · 15 years ago
  94. 16b1037 This patch does the following. by Fariborz Jahanian · 15 years ago
  95. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  96. 2700dcd Add a wicked little test-case that illustrates what we have to deal by Douglas Gregor · 15 years ago
  97. dd9967a Don't try to CodeGen using directives, from Anders Johnsen by Douglas Gregor · 15 years ago
  98. 916a5ed Minor refactoring of my last patch. by Fariborz Jahanian · 15 years ago
  99. cf1b9c7 Referenced instatiated default constructors must be defined. Fixed pr4853. by Fariborz Jahanian · 15 years ago
  100. 2dd078a Rewrite of our handling of name lookup in C++ member access expressions, e.g., by Douglas Gregor · 15 years ago