1. 5250f27 Hack in some really terrible C++ record PCH support that I need right now. by John McCall · 15 years ago
  2. 8ee5939 Fix undefined behavior, noticed by GCC 4.5. Patch by Dimitry Andric! by Daniel Dunbar · 15 years ago
  3. 76bd1f3 Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 15 years ago
  4. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 15 years ago
  5. 616d436 More PowerPC paths on Darwin by Douglas Gregor · 15 years ago
  6. 582c301 Add C++ include paths for Darwin PowerPC by Douglas Gregor · 15 years ago
  7. 4336e19 add fedora 13 paths, patch by Hendrik Richter. by Chris Lattner · 15 years ago
  8. 2b7baf0 Roll back r104941. by John McCall · 15 years ago
  9. be2e9a8 Let the backend decide which scheduler and register allocator to use. by Jakob Stoklund Olesen · 15 years ago
  10. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 15 years ago
  11. f2070b3 Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add x86 by Daniel Dunbar · 15 years ago
  12. cfeac34 Add several more predefines from modern versions of GCC. by Dan Gohman · 15 years ago
  13. 6f11897 MemoryBuffer::getSTDIN may return a null pointer if an error occurs. by Dan Gohman · 15 years ago
  14. 4ecc9b7 Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instructions when using -integrated-as. by Daniel Dunbar · 15 years ago
  15. 4e9255f AST: Add AlignMac68kAttr, not yet used. by Daniel Dunbar · 15 years ago
  16. 8a2c92c AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. by Daniel Dunbar · 15 years ago
  17. f0af777 Predefine the '__clang_analyzer__' macro when using '-analyze'. by Ted Kremenek · 15 years ago
  18. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 15 years ago
  19. 32148ce Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the by Daniel Dunbar · 15 years ago
  20. 4fc8453 Refactoring of block-pointer type rewrite. by Fariborz Jahanian · 15 years ago
  21. 1f90622 Patch to rewrite block pointers as arguments to methods. (Radar 7987817). by Fariborz Jahanian · 15 years ago
  22. d342bf7 when too many errors are emitted, and we produce: by Chris Lattner · 15 years ago
  23. a5a7987 Fix a rewriting bug where a local static objective-c by Fariborz Jahanian · 15 years ago
  24. 73d1eb0 Fix an objective-c rewriter bug when pre-processed file's by Fariborz Jahanian · 15 years ago
  25. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 15 years ago
  26. 03e8ab2 Driver: Move some argument lookup utilities into driver::ArgList. by Daniel Dunbar · 15 years ago
  27. e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 15 years ago
  28. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 15 years ago
  29. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 15 years ago
  30. 80f93d9 "The attached patch allows clang to find the headers by Douglas Gregor · 15 years ago
  31. 6362b89 Add option '-analyzer-max-loop', which specifies the maximum by Zhongxing Xu · 15 years ago
  32. 506b57e Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed by John McCall · 15 years ago
  33. 79bc57c Moved clang-builtin include dir position to immediately precede C includes. by mike-m · 15 years ago
  34. a53d2cb Emit a type record for TYPE_OBJC_OBJECT in the PCH file. I'm not by John McCall · 15 years ago
  35. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 15 years ago
  36. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 15 years ago
  37. 3c9034c Recognize when the named return value optimization applies in a by Douglas Gregor · 15 years ago
  38. a63db84 Revert r103770, "Added basic source locations to Elaborated and DependentName by Daniel Dunbar · 15 years ago
  39. 5431299 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 15 years ago
  40. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 15 years ago
  41. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 15 years ago
  42. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
  43. d04ed41 Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>. by Ted Kremenek · 15 years ago
  44. 4bd98e8 Improved -ast-print-xml for C++, from Sebastien Binet! by Douglas Gregor · 15 years ago
  45. 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 15 years ago
  46. d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 15 years ago
  47. 030854b pch'ify default argument definitions and uses. by Chris Lattner · 15 years ago
  48. 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 15 years ago
  49. 14ab24f pch'ify typeid. by Chris Lattner · 15 years ago
  50. 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 15 years ago
  51. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 15 years ago
  52. d30bf2e Introduce a recursive AST visitor that makes it trivial to recursively by Douglas Gregor · 15 years ago
  53. 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 15 years ago
  54. ffb507a Add missing #include by Douglas Gregor · 15 years ago
  55. f78cc43 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 15 years ago
  56. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 15 years ago
  57. c3ec9ae Reverted part of r103177 (repositioning of clang-builtin include/) by mike-m · 15 years ago
  58. ac78b7a Reposition clang-builtin include/ to immediately precede /usr/include/, by mike-m · 15 years ago
  59. 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 15 years ago
  60. 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 15 years ago
  61. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 15 years ago
  62. a608737 Test commit. by mike-m · 15 years ago
  63. 71b1d0e Unbreak CMake build. by Douglas Gregor · 15 years ago
  64. 0e3cc05 fit in 80 cols by Chris Lattner · 15 years ago
  65. 6fbe839 add a new -fdiagnostics-show-category=none/id/name option, giving control by Chris Lattner · 15 years ago
  66. c9b8890 When -fdiagnostics-print-source-range-info is specified, by Chris Lattner · 15 years ago
  67. 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 15 years ago
  68. da5a428 Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since they don't go in by Ted Kremenek · 15 years ago
  69. 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 15 years ago
  70. e2e69ef Bump default template instantiation depth to 1024, as required by C++0x by Douglas Gregor · 15 years ago
  71. 99e8192 Don't perform AnalysisBasedWarnings in Sema or run the static analyzer when a by Ted Kremenek · 15 years ago
  72. a8b4a1e Remove unused trait. by Zhongxing Xu · 15 years ago
  73. ed8afac Refactor the AnalysisConsumer to analyze functions after the whole by Zhongxing Xu · 15 years ago
  74. 4290fbd Add Clang version inspection macros. Fixes PR6681. by Douglas Gregor · 15 years ago
  75. f80cb75 Remove a FIXME that is unlikely to be fixed (streaming code generation). by Daniel Dunbar · 15 years ago
  76. 8a5e83c Frontend: Tie backend verification passes to CodeGenOptions::VerifyModule, by Daniel Dunbar · 15 years ago
  77. cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 15 years ago
  78. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
  79. 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 15 years ago
  80. e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 15 years ago
  81. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
  82. fcaa9e7 fix PR6936: don't generate line marker directives when preprocessing by Chris Lattner · 15 years ago
  83. fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 15 years ago
  84. c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 15 years ago
  85. 89fe019 Switch this to new API. by Nick Lewycky · 15 years ago
  86. 41b2dcd Add BasePath arguments to all cast expr constructors. by Anders Carlsson · 15 years ago
  87. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 15 years ago
  88. f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 15 years ago
  89. d9d3a1c Update prototypes. by Benjamin Kramer · 15 years ago
  90. 76d3264 Recommit r102215, this time being more careful to only set the "principal by John McCall · 15 years ago
  91. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
  92. f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 15 years ago
  93. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
  94. 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 15 years ago
  95. f88b0d6 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 15 years ago
  96. 2bb5dda More work toward implementing NeXt's -fno-constant-cfstrings - wip. by Fariborz Jahanian · 15 years ago
  97. ea00f84 add GNU C++ include paths for Fedora 11,12 x86_64, patch by mikem! by Chris Lattner · 15 years ago
  98. 4c9d8d0 Check for -fno-constant-cfstrings consistency in pch. by Fariborz Jahanian · 15 years ago
  99. 33e982b Support for -fno-constant-cfstrings option - wip. by Fariborz Jahanian · 15 years ago
  100. 2b003fd Sink the _GNU_SOURCE definition down into the target configuration, by Douglas Gregor · 15 years ago