1. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 13 years ago
  2. 5c89c39 Try to handle qualifiers more consistently for array InitListExprs. Fixes <rdar://problem/10907510>, and makes the ASTs a bit more self-consistent. by Eli Friedman · 13 years ago
  3. d81e961 Update parser's disambiguation to cope with braced function-style casts in by Richard Smith · 13 years ago
  4. 47611c8 Turned on support for __declspec(deprecated) in MS compatibility mode. by Aaron Ballman · 13 years ago
  5. 0d389b8 [analyzer] Invalidate the region passed to pthread_setspecific() call. by Anna Zaks · 13 years ago
  6. a596442 Tweak release note comments for checker build. by Ted Kremenek · 13 years ago
  7. 6408994 Update checker build to checker-261. by Ted Kremenek · 13 years ago
  8. b45cfea Add a quick TODO. by Eric Christopher · 13 years ago
  9. fdc5d56 Fold debug scope emission into the cleanup scope. by Eric Christopher · 13 years ago
  10. 709296d another test for modern ivar access rewrite. by Fariborz Jahanian · 13 years ago
  11. 4d8b797 Revert r151172: Unwind path cleanup for array new list initializers. by Chad Rosier · 13 years ago
  12. 12932a0 more tests for modern objc translator. by Fariborz Jahanian · 13 years ago
  13. cd376a1 Improve placement of clang crash diagnostics section. by Chad Rosier · 13 years ago
  14. 87cb5be [analyzer] Malloc cleanup: by Anna Zaks · 13 years ago
  15. 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 13 years ago
  16. b211a4b Add clang crash diagnostic info and associated flags to Clang user manual. by Chad Rosier · 13 years ago
  17. 2775b93 Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3 by Ted Kremenek · 13 years ago
  18. 61b83c0 Add new driver warning from r151174 to a warning group. Please let me know if this isn't the appropriate grouping. by Chad Rosier · 13 years ago
  19. 72c88f1 modern objc translator. more writing of modern ivar access abi. by Fariborz Jahanian · 13 years ago
  20. 2dd17a1 [driver] Add a warning for when -mcpu= is specified without an argument. There by Chad Rosier · 13 years ago
  21. 5b38a0f Doug's review comments. by Sebastian Redl · 13 years ago
  22. 0f5a193 Unwind path cleanup for array new list initializers. by Sebastian Redl · 13 years ago
  23. 9203647 CodeGen for array new list initializers. Doesn't correctly clean up in the face of exceptions yet. by Sebastian Redl · 13 years ago
  24. b734e24 Teach overload resolution to prefer user-defined conversion via a by Douglas Gregor · 13 years ago
  25. 33deb35 Fix parsing and processing initializer lists in return statements and as direct member initializers. by Sebastian Redl · 13 years ago
  26. 7651742 Warn about non-standard format strings (pr12017) by Hans Wennborg · 13 years ago
  27. 341785e More ArrayRef-ification of methods. by Bill Wendling · 13 years ago
  28. 4fe5be0 ArrayRef-icize the function arguments. by Bill Wendling · 13 years ago
  29. 795b100 Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference. by Bill Wendling · 13 years ago
  30. 428c620 Throw away stray CXXDefaultArgExprs. Fixes PR12061. by Sebastian Redl · 13 years ago
  31. d77177a In -fdelayed-template-parsing mode, reenter every scope when late parsing a templated function; (Not just the template parameter scope as previously). Also enter the scope stack in the correct order. by Francois Pichet · 13 years ago
  32. 0635aa7 Accept braced-init-lists in conditions, and, in passing, dramatically improve by Richard Smith · 13 years ago
  33. b1e3f32 Make sure null initialization in arrays works correctly with ARC types. <rdar://problem/10907547>. by Eli Friedman · 13 years ago
  34. ac1303e Generate an AST for the conversion from a lambda closure type to a by Douglas Gregor · 13 years ago
  35. e9ee382 Improve diagnostics a bit for bad member initializers, and fix an obscure bug involving packs. Fixes PR12049. by Eli Friedman · 13 years ago
  36. de40d3b test/CodeGenCXX/thiscall-struct-return.cpp: Relax expressions for -Asserts. by NAKAMURA Takumi · 13 years ago
  37. 60a1fa4 [analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators. by Anna Zaks · 13 years ago
  38. 6c60c8d Adding support for Microsoft's thiscall calling convention. Clang side of the patch. by Aaron Ballman · 13 years ago
  39. d9ab7bb [analyzer] Malloc: fix another false positive. by Anna Zaks · 13 years ago
  40. 5fdadf4 [analyzer] Change naming in bug reports "tainted" -> "untrusted" by Anna Zaks · 13 years ago
  41. e0d92a4 [libclang] Index the field references of a designated initializer, rdar://10906206 by Argyrios Kyrtzidis · 13 years ago
  42. 76f3f69 Implement C++11 [expr.call]p11: If the operand to a decltype-specifier is a by Richard Smith · 13 years ago
  43. e43fe99 Fix typo correction of template arguments to once again allow type names. by Kaelyn Uhrain · 13 years ago
  44. 2639ac6 Provide a way to disable auto-generation of preprocessed files during clang by Chad Rosier · 13 years ago
  45. 5731778 modern objc translator: fixes a bug where a class declaration with not by Fariborz Jahanian · 13 years ago
  46. e7b3fa7 objective-c modern translator. accessing ivars using modern abi - wip. by Fariborz Jahanian · 13 years ago
  47. f775c7b Make sure Stmt::dump() is included in libclang. by Argyrios Kyrtzidis · 13 years ago
  48. fccfb62 In the conflict between C++11 [expr.prim.general]p4, which declares by Douglas Gregor · 13 years ago
  49. 51e47df Fix a crash in the diangostic code in EvalConstant. PR12043. by Eli Friedman · 13 years ago
  50. 2789d8e No need to go to object file, -emit-llvm is sufficient to see if clang by Eric Christopher · 13 years ago
  51. e3bab98 Skip testing the crtbegin.o, and resume using a single variable for the by Chandler Carruth · 13 years ago
  52. 6ce2341 Clean up, add some documentation, and make this test return to checking by Chandler Carruth · 13 years ago
  53. 977ea78 Don't crash on attempts to synthesize an invalid property. by John McCall · 13 years ago
  54. c95d01f Redirect the output to /dev/null. This prevents the output from cluttering by Richard Trieu · 13 years ago
  55. b09ab8c Only pop the expression evaluation context corresponding to a lambda by Douglas Gregor · 13 years ago
  56. e38fa18 Don't assume that a valid expression for the first part of a for-statement by Richard Smith · 13 years ago
  57. f57c413 When calling a non variadic format function(vprintf, vscanf, NSLogv, …), warn if the format string argument is a parameter that is not itself declared as a format string with compatible format. by Jean-Daniel Dupas · 13 years ago
  58. f4b7de1 Improve our handling of lambda expressions that occur within default by Douglas Gregor · 13 years ago
  59. f18a87b Allow linux builds to take advantage of libunwind to get unwind.h if by Jeffrey Yasskin · 13 years ago
  60. b5f2c41 Also mark Type's dump() as 'used' to make it available in libclang. by Argyrios Kyrtzidis · 13 years ago
  61. a7b07fd Remove comma from end of enum to silence build warning. by Craig Topper · 13 years ago
  62. 0ee7d94 Mark a few 'dump' methods as 'used' to make sure they are included in libclang by Argyrios Kyrtzidis · 13 years ago
  63. 5878cbc Implement non-internal linkage for lambda closure types that need a by Douglas Gregor · 13 years ago
  64. 702afbc Remove svn:eol-style on the test I just added. by Nico Weber · 13 years ago
  65. 450301e Add a test case for r150976. by Nico Weber · 13 years ago
  66. 552e299 Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 13 years ago
  67. c9e0f92 Adding a test case for the working-directory fix by Aaron Ballman · 13 years ago
  68. 7f9b1d9 Have ScanReachableSymbols reported reachable regions. Fixes a false positive with nested array literals. <rdar://problem/10686586> by Ted Kremenek · 13 years ago
  69. ccc1b5e Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 13 years ago
  70. ef78446 Emit the exact size for the invariant intrinsics. by Nick Lewycky · 13 years ago
  71. 3620547 [analyzer] + a couple more malloc tests. by Anna Zaks · 13 years ago
  72. 9c1e1bd [analyzer] Make KeyChainAPI checker inlining-aware. by Anna Zaks · 13 years ago
  73. ee06539 Make RequireLiteralType work correctly with incomplete array types. PR12037. by Eli Friedman · 13 years ago
  74. a4c29b6 [PCH] Recover gracefully if the ASTReader detects that a file is different by Argyrios Kyrtzidis · 13 years ago
  75. ff23488 Fix a constexpr FIXME: When implicitly instantiating the primary template for an by Richard Smith · 13 years ago
  76. e86b9ea Formatting. by Eric Christopher · 13 years ago
  77. 50933e5 Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false by default. by Argyrios Kyrtzidis · 13 years ago
  78. cd285d0 objc IRGen: force CSE of load of ivar offsets by setting by Fariborz Jahanian · 13 years ago
  79. a19581a [analyzer] Make Malloc aware of inter-procedural execution + basic tests. by Anna Zaks · 13 years ago
  80. 9747b53 [analyzer] Testing: These checkers are not experimental anymore. by Anna Zaks · 13 years ago
  81. bb2a686 [analyzer] Turn on by default the Malloc Checker and a couple of CString checks: by Anna Zaks · 13 years ago
  82. fa07ab5 Make sure that we set up the right declaration contexts when creating by Douglas Gregor · 13 years ago
  83. af30029 modern objc translator. Finish off first cut of the by Fariborz Jahanian · 13 years ago
  84. ee18803 When we resolve the type of an 'auto' variable, clear out the linkage by Douglas Gregor · 13 years ago
  85. be580e5 Make test case less sensitive to metadata numbering. by Chad Rosier · 13 years ago
  86. 9e8c92a Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 13 years ago
  87. 86211df Remove the type retaining from the clang frontend. This is now by Eric Christopher · 13 years ago
  88. 917bc8d Make forward declarations for objective-c types use the new by Eric Christopher · 13 years ago
  89. 8261345 [clang.py] Format and add documention for Type by Gregory Szorc · 13 years ago
  90. 0e1f4f8 [clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qualified by Gregory Szorc · 13 years ago
  91. 826fce5 [clang.py] Implement Type.argument_types() by Gregory Szorc · 13 years ago
  92. 7eb691a [clang.py] Implement Type.__eq__ and Type.__ne__ by Gregory Szorc · 13 years ago
  93. 83bc276 Deserialize the direct-initialization range of a "new" expression by Douglas Gregor · 13 years ago
  94. 1367c9b Fixing the working-directory option so that it stores the proper directory. by Aaron Ballman · 13 years ago
  95. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  96. 345032a Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to by Chandler Carruth · 13 years ago
  97. 19562c9 ObjCMessageExpr: Don't leave SelLocsKind uninitialized when the send is implicit. by Benjamin Kramer · 13 years ago
  98. 2b28bf1 Set the location of the template keyword when allocating a new TemplateIdAnnotation. by Benjamin Kramer · 13 years ago
  99. 607098c Make the regular expressions in this test more narrow to ensure we're by Chandler Carruth · 13 years ago
  100. d2aea12 objective-c modern translator: comment out private ivars by Fariborz Jahanian · 13 years ago