1. dcb1d68 reimplement the caching in the SourceManager::isBeforeInTranslationUnit() by Chris Lattner · 15 years ago
  2. a0536d8 Add CXCursor support for LinkageSpecDecl (e.g., 'extern "C"'). by Ted Kremenek · 15 years ago
  3. 8f06e0e Add CXCursor support for C++ namespaces. by Ted Kremenek · 15 years ago
  4. a3cb8ee ignore *.orig when installing, patch by Brooks Davis! by Chris Lattner · 15 years ago
  5. eecf38f Fixed DISABLE_SMART_POINTERS breakage by Douglas Gregor · 15 years ago
  6. 9cf933a Handle -ffunction-sections and -fdata-sections in the driver. by Rafael Espindola · 15 years ago
  7. 64219a2 Try to work around a Visual C++ bug with copy-assignment. by Douglas Gregor · 15 years ago
  8. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 15 years ago
  9. 3c385c2 Push TypeSourceInfo::getTypeLoc() into a header file so that it's by John McCall · 15 years ago
  10. 04a025e Kill a never-defined, never-used member function. Thanks, Enea. by John McCall · 15 years ago
  11. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 15 years ago
  12. 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 15 years ago
  13. c40f73c Remove a dependency on Frontend headers in the Driver library. Also saves by Chandler Carruth · 15 years ago
  14. 1c625f2 Turn -analyzer-inline-call on for C functions. This also fixed a bug that by Zhongxing Xu · 15 years ago
  15. 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 15 years ago
  16. 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 15 years ago
  17. 2fc46bf Add IgnoreParenImpCasts() to Expr, which is basically like IgnoreParenCasts by John McCall · 15 years ago
  18. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 15 years ago
  19. 4bfe196 Reapplying patch to change StmtNodes.def to StmtNodes.td, this time by Sean Hunt · 15 years ago
  20. c302113 Revert r103072; I accidentally ended up deleting a bunch of trailing by Sean Hunt · 15 years ago
  21. 0278e12 Support for 'template' as a disambiguator (PR7030) by Douglas Gregor · 15 years ago
  22. c3d26cc add a new --print-diagnostic-categories option, which causes the driver to by Chris Lattner · 15 years ago
  23. fb8cc25 Reimplement code generation for copying fields in the by Douglas Gregor · 15 years ago
  24. 391c40c Add forgotten CMakeFiles.txt by Sean Hunt · 15 years ago
  25. 9d90d62 Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes by Sean Hunt · 15 years ago
  26. 6fbe839 add a new -fdiagnostics-show-category=none/id/name option, giving control by Chris Lattner · 15 years ago
  27. c9b8890 When -fdiagnostics-print-source-range-info is specified, by Chris Lattner · 15 years ago
  28. 27b0f51 add the ability to associate 'category' names with diagnostics by Chris Lattner · 15 years ago
  29. 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 15 years ago
  30. 6cdc161 When creating a call to a base subobject's operator= in an by Douglas Gregor · 15 years ago
  31. 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 15 years ago
  32. 4d9e738 Complain when we try to initialize an object of Objective-C class type by Douglas Gregor · 15 years ago
  33. 48c9501 The array form of 'new' can never have initializers. by Anders Carlsson · 15 years ago
  34. d566381 Replace a char*/size pair with stringref. by Benjamin Kramer · 15 years ago
  35. fcaeef2 Change CXXConstructExpr::Create to take a ConstructionKind. by Anders Carlsson · 15 years ago
  36. 24eb78e Pass the construction kind down to EmitCXXConstructorCall. by Anders Carlsson · 15 years ago
  37. 72e96fd Add an enum to CXXConstructExpr so we can determine if the construction expression constructs a non-virtual or virtual base. by Anders Carlsson · 15 years ago
  38. 06a9f36 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 15 years ago
  39. e2e69ef Bump default template instantiation depth to 1024, as required by C++0x by Douglas Gregor · 15 years ago
  40. 25cf7b4 Move include installation steps to better location, inside each include dir instead of at the top-level. by Daniel Dunbar · 15 years ago
  41. e215f72 Add calling convention related attributes to related declaration. Mark attributes invalid on type related checking so to add them to declarations only when everything is ok. by Abramo Bagnara · 15 years ago
  42. dc60c1e Introduce a sequence number into class template partial by Douglas Gregor · 15 years ago
  43. 9ffce21 When we start the definition of a class template, set the by Douglas Gregor · 15 years ago
  44. ed8afac Refactor the AnalysisConsumer to analyze functions after the whole by Zhongxing Xu · 15 years ago
  45. 9498d38 Add FunctionDecl::isVariadic() to match BlockDecl::isVariadic() and ObjCMethodDecl::isVariadic(). by Ted Kremenek · 15 years ago
  46. db9a0ae Rename BlockDecl::IsVariadic() to BlockDecl::isVariadic() to match the casing by Ted Kremenek · 15 years ago
  47. 5ac2833 Bump Clang version number. by Ted Kremenek · 15 years ago
  48. cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 15 years ago
  49. 5e2a8ac Driver: Add support for -fobjc-abi-version=. - <rdar://problem/7919678> by Daniel Dunbar · 15 years ago
  50. 9d5d60f Diagnose __builtin_offsetof expressions that refer to bit-fields by Douglas Gregor · 15 years ago
  51. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
  52. 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 15 years ago
  53. e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 15 years ago
  54. 1c63b9c When explicitly building a temporary object (CXXTemporaryObjectExpr), by Douglas Gregor · 15 years ago
  55. 138bb23 Diagnose the use of abstract types as array element types. Previously, by Douglas Gregor · 15 years ago
  56. c96be1e During template instantiation, set the naming class of by Douglas Gregor · 15 years ago
  57. 786cd15 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 15 years ago
  58. f35f14d Add Driver support for -fno-constant-cfstrings. by Daniel Dunbar · 15 years ago
  59. 110acc1 Improve the diagnostic you get when making a qualified member access by John McCall · 15 years ago
  60. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
  61. 184d790 New method to construct/destruct ivars that have non-trivial default by Fariborz Jahanian · 15 years ago
  62. 57fdc8a Improve source-location information in a C++ typeid (type) expression by Douglas Gregor · 15 years ago
  63. 0b7bc8e Diagnose declaration of reference typed ivars. by Fariborz Jahanian · 15 years ago
  64. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 15 years ago
  65. fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 15 years ago
  66. 9cbfdd2 Implement template instantiation for implicit property references in by Douglas Gregor · 15 years ago
  67. e330354 Implement template instantiation for ObjCPropertyRefExpr. by Douglas Gregor · 15 years ago
  68. f9b9eab Implement template instantiation for value-dependent Objective-C ivar by Douglas Gregor · 15 years ago
  69. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 15 years ago
  70. c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 15 years ago
  71. b0fd483 Improve the diagnostic when we find something we did not expect in a by Douglas Gregor · 15 years ago
  72. 8f2abbc Add an explicit UsuallyTinyPtrVector that takes a single element. by Anders Carlsson · 15 years ago
  73. fc89c31 Convert more call sites over to the new GetAddressOfBaseClass. by Anders Carlsson · 15 years ago
  74. f86fcb3 When we attempt to create a temporary object of class type, be sure by Douglas Gregor · 15 years ago
  75. f9d68e1 Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. by Anders Carlsson · 15 years ago
  76. cee2242 Add base paths to CK_UncheckedDerivedToBase and CK_DerivedToBaseMemberPointer. by Anders Carlsson · 15 years ago
  77. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 15 years ago
  78. 41b2dcd Add BasePath arguments to all cast expr constructors. by Anders Carlsson · 15 years ago
  79. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 15 years ago
  80. f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 15 years ago
  81. 48c89f4 Be more careful around dependent nested-name-specifiers, complaining by Douglas Gregor · 15 years ago
  82. 7ab9d57 Rename InheritancePath to BasePath, rename CastExpr::CXXBaseVector to CXXBaseSpecifierArray. More to come. by Anders Carlsson · 15 years ago
  83. 76d3264 Recommit r102215, this time being more careful to only set the "principal by John McCall · 15 years ago
  84. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
  85. f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 15 years ago
  86. 8a43776 With -fno-constant-cfstrrings, class NSConstantString by Fariborz Jahanian · 15 years ago
  87. 4e6c0d1 Rework Parser-Sema interface for Objective-C @catch exception object by Douglas Gregor · 15 years ago
  88. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
  89. ec951e0 More -fno-constant-cfstrings API work. by Fariborz Jahanian · 15 years ago
  90. 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 15 years ago
  91. f88b0d6 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 15 years ago
  92. 14b9162 Make Parser::ConsumeAndStoreUntil() more consistent with Parser::SkipUntil(). by Argyrios Kyrtzidis · 15 years ago
  93. a3bdded Destroy the inheritance path. by Anders Carlsson · 15 years ago
  94. 409c99e Add an inheritance path member variable to CastExpr. For now it's always null but for derived-to-base and base-to-derived cast expressions it will contain the full base path. This is needed to avoid ambiguities. by Anders Carlsson · 15 years ago
  95. 046861b Turn CXXMethodVector into a generic class template. by Anders Carlsson · 15 years ago
  96. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 15 years ago
  97. 0551176 Improve on my previous diagnostics: per Doug's comment. by Fariborz Jahanian · 15 years ago
  98. 2bb5dda More work toward implementing NeXt's -fno-constant-cfstrings - wip. by Fariborz Jahanian · 15 years ago
  99. ca5cec3 Trying to improve on a diagnostics for properties. by Fariborz Jahanian · 15 years ago
  100. 37de281 fix typo by Chris Lattner · 15 years ago