1. 8691e0b Get clang-wpa to build in TOT (reflecting updates to the static analyzer). by Ted Kremenek · 13 years ago
  2. d8868a6 Introduce the notion of a "minimal" import of ASTs, to better support LLDB. by Douglas Gregor · 13 years ago
  3. 06f486e Replace calls to CharUnits::fromQuantity() with ones to by Ken Dyck · 13 years ago
  4. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 13 years ago
  5. fb1e3bc Replace calls to CharUnits::fromQuantity() with ones by Ken Dyck · 13 years ago
  6. a757322 lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. by NAKAMURA Takumi · 13 years ago
  7. 7952199 lib/Basic/Targets.cpp: __builtin_va_list is as same on win64 mingw64! by NAKAMURA Takumi · 13 years ago
  8. 1b24cd3 lib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64. by NAKAMURA Takumi · 13 years ago
  9. 8c959d9 lib/Basic/Targets.cpp: Set user_label_prefix on Win64 both mingw and msvc. by NAKAMURA Takumi · 13 years ago
  10. 31f7d02 Simplify. by Devang Patel · 13 years ago
  11. d3d4e1e More unnamed_addr. by Rafael Espindola · 13 years ago
  12. 803d307 merge strings created by const NSConstantString *appKey = @"MyApp"; by Rafael Espindola · 13 years ago
  13. 0f56559 NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from by Douglas Gregor · 13 years ago
  14. 43d013d Add missing <cctype> include, from Joerg Sonnenberger by Douglas Gregor · 13 years ago
  15. 22c4120 Handle base and member destructors in CheckFallThrough. by Anders Carlsson · 13 years ago
  16. b918d0f Convert "#pragma unused(...)" into tokens for the parser. by Argyrios Kyrtzidis · 13 years ago
  17. b266a1f Add unnamed_addr to the special strings created by by Rafael Espindola · 13 years ago
  18. d6c4eb6 Remove dead code. by Anders Carlsson · 13 years ago
  19. b971dbd Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct. by Anders Carlsson · 13 years ago
  20. 5be38be Remove a c++ file test I inadvertently added in Sema last week. by Francois Pichet · 13 years ago
  21. 77a8184 Revert r123600. by Francois Pichet · 13 years ago
  22. 1f3b6fd Begin work on supporting "N3206: Override control: Eliminating Attributes", from by Anders Carlsson · 13 years ago
  23. 0dc5f9a Fix a bug where the -Wmissing-noreturn would always treat constructors with base or member initializers as noreturn. by Anders Carlsson · 13 years ago
  24. 04eeba4 Add AnalysisContext::dumpCFG. by Anders Carlsson · 13 years ago
  25. e7108ab Downgrade ext_enumerator_too_large from ExtWarn to Extension in Microsoft mode. Otherwise you can warnings flooding trying to selfhost clang with fms-extensions because of "unsigned int" -> "signed int" enumerator conversion. by Francois Pichet · 13 years ago
  26. 2d75bbd Emit an extension diagnostic for C99 designated initializers that appear in C++ code by Douglas Gregor · 13 years ago
  27. 9da95e6 Tweak the partial ordering rules for function templates to prefer a by Douglas Gregor · 13 years ago
  28. 657ca66 improve compatibility with GCC: when generating the ".d" filename to use by Chris Lattner · 13 years ago
  29. 7c4a4a0 AST/InheritViz: Remove all internal uses of PathV1. by Michael J. Spencer · 13 years ago
  30. eb6f5dc Add toCharUnitsInBits() to simplify the many calls to CharUnits::fromQuantity() of the form CharUnits::fromQuantity(bitSize, Context.getCharWidth()). by Ken Dyck · 13 years ago
  31. 2d78c37 Unbreak the MSVC build again: replace bzero by memset. by Francois Pichet · 13 years ago
  32. cd3ac4b Also set unnamed_addr on declarations. by Rafael Espindola · 13 years ago
  33. 3ed572e clean up some dead code around __has_include() processing code identified by the ted-o-matic. by Chris Lattner · 13 years ago
  34. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 13 years ago
  35. 610068c Add initial prototype for implementation of by Ted Kremenek · 13 years ago
  36. 200fbc8 Add const version if CFG::isBlkExpr(). by Ted Kremenek · 13 years ago
  37. b1bdced Store/retrieve -fshort-enums for PCH, fixes rdar://8854933. by Argyrios Kyrtzidis · 13 years ago
  38. 9c34ee6 Tweak the storage mechanism for a set of overloaded template names in by Douglas Gregor · 13 years ago
  39. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 13 years ago
  40. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 13 years ago
  41. 6a24bfd Handle substitutions into function parameter packs whose patterns by Douglas Gregor · 13 years ago
  42. c39b5e8 Cleanup confused code that redundantly called "getDeclContext()" twice. by Ted Kremenek · 13 years ago
  43. 689ebfc The variable 'ReusedDecl' is written but never read. by Ted Kremenek · 13 years ago
  44. fe62b06 The variable 'isTemplateSpecialization' is no longer by Ted Kremenek · 13 years ago
  45. e6df5f6 Remove unused store to variable 'Name'. Found by clang static analyzer. by Ted Kremenek · 13 years ago
  46. f033517 Driver: tweak handling of '--analyze' to invoke by Ted Kremenek · 13 years ago
  47. 02fff57 Fixed by r123477. by Owen Anderson · 13 years ago
  48. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 13 years ago
  49. 3efd52c Properly propagate #pragma diagnostic mappings from PCH but not command-line warning flags. by Argyrios Kyrtzidis · 13 years ago
  50. db0594b Rename 'RemoveDeadBindings()' to 'removeDeadBindings()' by Ted Kremenek · 13 years ago
  51. 2ccf047 Rename 'EnterStackFrame()' to 'enterStackFrame()'. by Ted Kremenek · 13 years ago
  52. d4f482a Teach RegionStore::EnterStackFrame() to handle by Ted Kremenek · 13 years ago
  53. 07a77b4 When we're instantiating a direct variable initializer that has a pack by Douglas Gregor · 13 years ago
  54. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 13 years ago
  55. 5576d9b Support the zero-initialization of VLAs when that really means a zero by John McCall · 13 years ago
  56. b842437 When simplifying a cleanup's entry by merging it into a single predecessor, by John McCall · 13 years ago
  57. 161e40c temporarily xfail, this was broken by r123418 by Chris Lattner · 13 years ago
  58. 0bc15d9 Fix a few warnings stemming from my inability to properly fill out by Douglas Gregor · 13 years ago
  59. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 13 years ago
  60. 4e26caa Replace a literal '8' with getCharWidth(). by Ken Dyck · 13 years ago
  61. 852f65b Unbreak the MSVC build. by Francois Pichet · 13 years ago
  62. 0990b00 Save getObjCGCAttrKind and use it in two places by Fariborz Jahanian · 13 years ago
  63. d1d8ddc Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'. by Ted Kremenek · 13 years ago
  64. 56b1f71 Remove warning in dead stores checker for by Ted Kremenek · 13 years ago
  65. ec80512 Generate write-barriers for global objc assigns. // rdar://8761767 by Fariborz Jahanian · 13 years ago
  66. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 13 years ago
  67. c421f54 Only apply the parameter pack matching of C++0x [temp.arg.template]p3 by Douglas Gregor · 13 years ago
  68. dce7397 Fix a test case by Douglas Gregor · 13 years ago
  69. 255c269 When your comments and your code are out-of-sync, the test case is wrong. by Douglas Gregor · 13 years ago
  70. 4fc4866 Add tests for name mangling of variadic templates. by Douglas Gregor · 13 years ago
  71. e17da65 CXXBaseObjectRegion is like FieldRegion. Need to blast through it when by Zhongxing Xu · 13 years ago
  72. d074441 Support inlining base initializers. We still haven't got it completely right, by Zhongxing Xu · 13 years ago
  73. bda1efd Add comments. by Zhongxing Xu · 13 years ago
  74. 0932360 Fix a corner case in RegionStore where we assign by Ted Kremenek · 13 years ago
  75. b485726 Rename 'HasGeneratedNode' to 'hasGeneratedNode' by Ted Kremenek · 13 years ago
  76. ba37d3b Remove unnecessary save-and-restore of the by Ted Kremenek · 13 years ago
  77. 4bac726 Remove CheckerContext's dependence on setting by Ted Kremenek · 13 years ago
  78. 8d3d6c9 Ensure an insertion point at the end of a statement-expression. Fixes PR8967. by John McCall · 13 years ago
  79. 48aef36 optimize out a temporary sys::Path by Chris Lattner · 13 years ago
  80. 62b1607 Only add unnamed_addr to definitions. by Rafael Espindola · 13 years ago
  81. 4f1d282 Allow us to transform pack expansion expressions. by Douglas Gregor · 13 years ago
  82. a034782 Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy by Douglas Gregor · 13 years ago
  83. 2dea7c7 replace all uses of PathV1::IsSymlink with PathV2::is_symlink. by Michael J. Spencer · 13 years ago
  84. ab7ddf0 Refactor and simplify Sema::TemplateParameterListsAreEqual. We had a by Douglas Gregor · 13 years ago
  85. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 13 years ago
  86. 9370c8f Add IR generation support for SizeOfPackExpr. by Douglas Gregor · 13 years ago
  87. ac6c099 Add some more partial-ordering tests, including one that changes with by Douglas Gregor · 13 years ago
  88. 12e8464 wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. by Douglas Gregor · 13 years ago
  89. e7442c2 Update Xcode project. by Anders Carlsson · 13 years ago
  90. 2fc1bb7 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 13 years ago
  91. 4ba2a17 PR3558: mark "logically const" accessor methods in ASTContext as const, by Jay Foad · 13 years ago
  92. de9d5c3 Add some documentation for C++ static analyzer. by Zhongxing Xu · 13 years ago
  93. 5aff5e3 Add cast expr kinds to CheckerVisitor.def. by Zhongxing Xu · 13 years ago
  94. cd5b22e Fix a latent bug where, after emitting an expression statement, we would by John McCall · 13 years ago
  95. 95a907f Driver: Change -dumpversion to return a GCC compatible answer. by Daniel Dunbar · 13 years ago
  96. ae278a3 Slight bugfix to the attribute-distribution logic for GC attributes. by John McCall · 13 years ago
  97. 57244f6 Set unnamed_addr in every type info. by Rafael Espindola · 13 years ago
  98. 2432320 Add a comment for r123231. by Francois Pichet · 13 years ago
  99. 203e6a3 Add TemplateArgument::CreatePackCopy() to create a new parameter pack by Douglas Gregor · 13 years ago
  100. 82a0f4e Set unnamed_addr in VTTs. by Rafael Espindola · 13 years ago