1. 2d75bbd Emit an extension diagnostic for C99 designated initializers that appear in C++ code by Douglas Gregor · 14 years ago
  2. 9da95e6 Tweak the partial ordering rules for function templates to prefer a by Douglas Gregor · 14 years ago
  3. 657ca66 improve compatibility with GCC: when generating the ".d" filename to use by Chris Lattner · 14 years ago
  4. 7c4a4a0 AST/InheritViz: Remove all internal uses of PathV1. by Michael J. Spencer · 14 years ago
  5. eb6f5dc Add toCharUnitsInBits() to simplify the many calls to CharUnits::fromQuantity() of the form CharUnits::fromQuantity(bitSize, Context.getCharWidth()). by Ken Dyck · 14 years ago
  6. 2d78c37 Unbreak the MSVC build again: replace bzero by memset. by Francois Pichet · 14 years ago
  7. cd3ac4b Also set unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  8. 3ed572e clean up some dead code around __has_include() processing code identified by the ted-o-matic. by Chris Lattner · 14 years ago
  9. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  10. 610068c Add initial prototype for implementation of by Ted Kremenek · 14 years ago
  11. b1bdced Store/retrieve -fshort-enums for PCH, fixes rdar://8854933. by Argyrios Kyrtzidis · 14 years ago
  12. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 14 years ago
  13. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  14. 6a24bfd Handle substitutions into function parameter packs whose patterns by Douglas Gregor · 14 years ago
  15. c39b5e8 Cleanup confused code that redundantly called "getDeclContext()" twice. by Ted Kremenek · 14 years ago
  16. 689ebfc The variable 'ReusedDecl' is written but never read. by Ted Kremenek · 14 years ago
  17. fe62b06 The variable 'isTemplateSpecialization' is no longer by Ted Kremenek · 14 years ago
  18. e6df5f6 Remove unused store to variable 'Name'. Found by clang static analyzer. by Ted Kremenek · 14 years ago
  19. f033517 Driver: tweak handling of '--analyze' to invoke by Ted Kremenek · 14 years ago
  20. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 14 years ago
  21. 3efd52c Properly propagate #pragma diagnostic mappings from PCH but not command-line warning flags. by Argyrios Kyrtzidis · 14 years ago
  22. db0594b Rename 'RemoveDeadBindings()' to 'removeDeadBindings()' by Ted Kremenek · 14 years ago
  23. 2ccf047 Rename 'EnterStackFrame()' to 'enterStackFrame()'. by Ted Kremenek · 14 years ago
  24. d4f482a Teach RegionStore::EnterStackFrame() to handle by Ted Kremenek · 14 years ago
  25. 07a77b4 When we're instantiating a direct variable initializer that has a pack by Douglas Gregor · 14 years ago
  26. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  27. 5576d9b Support the zero-initialization of VLAs when that really means a zero by John McCall · 14 years ago
  28. b842437 When simplifying a cleanup's entry by merging it into a single predecessor, by John McCall · 14 years ago
  29. 0bc15d9 Fix a few warnings stemming from my inability to properly fill out by Douglas Gregor · 14 years ago
  30. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 14 years ago
  31. 4e26caa Replace a literal '8' with getCharWidth(). by Ken Dyck · 14 years ago
  32. 0990b00 Save getObjCGCAttrKind and use it in two places by Fariborz Jahanian · 14 years ago
  33. d1d8ddc Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'. by Ted Kremenek · 14 years ago
  34. 56b1f71 Remove warning in dead stores checker for by Ted Kremenek · 14 years ago
  35. ec80512 Generate write-barriers for global objc assigns. // rdar://8761767 by Fariborz Jahanian · 14 years ago
  36. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  37. c421f54 Only apply the parameter pack matching of C++0x [temp.arg.template]p3 by Douglas Gregor · 14 years ago
  38. 255c269 When your comments and your code are out-of-sync, the test case is wrong. by Douglas Gregor · 14 years ago
  39. 4fc4866 Add tests for name mangling of variadic templates. by Douglas Gregor · 14 years ago
  40. e17da65 CXXBaseObjectRegion is like FieldRegion. Need to blast through it when by Zhongxing Xu · 14 years ago
  41. d074441 Support inlining base initializers. We still haven't got it completely right, by Zhongxing Xu · 14 years ago
  42. 0932360 Fix a corner case in RegionStore where we assign by Ted Kremenek · 14 years ago
  43. b485726 Rename 'HasGeneratedNode' to 'hasGeneratedNode' by Ted Kremenek · 14 years ago
  44. ba37d3b Remove unnecessary save-and-restore of the by Ted Kremenek · 14 years ago
  45. 4bac726 Remove CheckerContext's dependence on setting by Ted Kremenek · 14 years ago
  46. 8d3d6c9 Ensure an insertion point at the end of a statement-expression. Fixes PR8967. by John McCall · 14 years ago
  47. 48aef36 optimize out a temporary sys::Path by Chris Lattner · 14 years ago
  48. 62b1607 Only add unnamed_addr to definitions. by Rafael Espindola · 14 years ago
  49. 4f1d282 Allow us to transform pack expansion expressions. by Douglas Gregor · 14 years ago
  50. a034782 Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy by Douglas Gregor · 14 years ago
  51. 2dea7c7 replace all uses of PathV1::IsSymlink with PathV2::is_symlink. by Michael J. Spencer · 14 years ago
  52. ab7ddf0 Refactor and simplify Sema::TemplateParameterListsAreEqual. We had a by Douglas Gregor · 14 years ago
  53. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 14 years ago
  54. 9370c8f Add IR generation support for SizeOfPackExpr. by Douglas Gregor · 14 years ago
  55. 12e8464 wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. by Douglas Gregor · 14 years ago
  56. 2fc1bb7 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 14 years ago
  57. 4ba2a17 PR3558: mark "logically const" accessor methods in ASTContext as const, by Jay Foad · 14 years ago
  58. de9d5c3 Add some documentation for C++ static analyzer. by Zhongxing Xu · 14 years ago
  59. cd5b22e Fix a latent bug where, after emitting an expression statement, we would by John McCall · 14 years ago
  60. 95a907f Driver: Change -dumpversion to return a GCC compatible answer. by Daniel Dunbar · 14 years ago
  61. ae278a3 Slight bugfix to the attribute-distribution logic for GC attributes. by John McCall · 14 years ago
  62. 57244f6 Set unnamed_addr in every type info. by Rafael Espindola · 14 years ago
  63. 2432320 Add a comment for r123231. by Francois Pichet · 14 years ago
  64. 203e6a3 Add TemplateArgument::CreatePackCopy() to create a new parameter pack by Douglas Gregor · 14 years ago
  65. 82a0f4e Set unnamed_addr in VTTs. by Rafael Espindola · 14 years ago
  66. 77d6bb9 Implement partial ordering of class template partial specializations by Douglas Gregor · 14 years ago
  67. b1c65ff Set unnamed_addr for type infos that we are confortable marking as hidden. I by Rafael Espindola · 14 years ago
  68. 9f959db Add unnamed_addr to vtables. by Rafael Espindola · 14 years ago
  69. d7a31ba [analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods to verify that they assign 'self' to the by Argyrios Kyrtzidis · 14 years ago
  70. 6547884 [analyzer] Support post-visiting ObjCIvarRefExprs for checkers. by Argyrios Kyrtzidis · 14 years ago
  71. 5078d46 [analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention to control whether by Argyrios Kyrtzidis · 14 years ago
  72. f7fbbda [analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently distinguish between loads/stores. by Argyrios Kyrtzidis · 14 years ago
  73. 5c7bf42 Implement C++ [temp.func.order]p5 more directly, by passing down the by Douglas Gregor · 14 years ago
  74. 29dd67b Remove special handling for opaque Neon vector types. by Bob Wilson · 14 years ago
  75. b6a2b08 Remove ProgramPoint parameter from GenericNodeBuilder::generateNode(). by Ted Kremenek · 14 years ago
  76. 2b57aef Added warning about invalid register specification for local variables. by Abramo Bagnara · 14 years ago
  77. a15a5ee In Microsoft mode, force 64 bit hex integer constants to signed type if the LL or i64 suffix is used. This MSVC behavior. by Francois Pichet · 14 years ago
  78. d062b60 Microsoft integer suffix changes: i64 is like LL i32 is like L by Francois Pichet · 14 years ago
  79. ea09785 Rename GenericNodeBuilder to GenericNodeBuilderRefCount to avoid namespace clash using MSVC. by Francois Pichet · 14 years ago
  80. 27c54e5 Rework ExprEngine::processCFGBlockEntrance() by Ted Kremenek · 14 years ago
  81. 7771406 Remove several silly methods from ento::CoreEngine by Ted Kremenek · 14 years ago
  82. 483dd2f Ensure that the result type of an Objective-C class message send is by Douglas Gregor · 14 years ago
  83. 21371ea When mapping from a function parameter pack to the set of function by Douglas Gregor · 14 years ago
  84. 55825aa Rename misc. methods in ento::Worklist to start with lowercase letter. by Ted Kremenek · 14 years ago
  85. e36de1f Rename misc. methods in GRSubEngine to start by Ted Kremenek · 14 years ago
  86. 7d5c0c1 Implement the last bullet of [temp.deduct.type]p5 and part of the last by Douglas Gregor · 14 years ago
  87. 4d484a7 Replace all uses of PathV1::isDirectory with PathV2::fs::is_directory. by Michael J. Spencer · 14 years ago
  88. 4f3018e Make sure that we parse a '>>' that closes two template argument lists by Douglas Gregor · 14 years ago
  89. bc61bd8 When we're inside a functional cast, '>' is an operator. Fixes PR8912. by Douglas Gregor · 14 years ago
  90. b1fd0eb Fix debug info for __block variable referenced outside of block. by Devang Patel · 14 years ago
  91. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  92. 0024f94 Move DefaultABIInfo::classifyReturnType where it belongs. No functional change. by Bob Wilson · 14 years ago
  93. 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
  94. 3cae5c9 Implement more of C++0x [temp.arg.explicit]p9, allowing extension of by Douglas Gregor · 14 years ago
  95. 8dbfbf4 Fix a comment typo. by Bob Wilson · 14 years ago
  96. 0216f81 Repent for my copy-and-paste sins, factoring out the code that forms by Douglas Gregor · 14 years ago
  97. 5429385 Factor out the code to set up template argument deduction for a set of by Douglas Gregor · 14 years ago
  98. e8f4b04 Fix CMakeLists.txt. by Zhongxing Xu · 14 years ago
  99. 0742f18 Revert r123160. There are linking dependency problems. by Zhongxing Xu · 14 years ago
  100. d373119 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 14 years ago