1. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 13 years ago
  2. e286d9b Workaround module test failures by removing the version info from module hashes. by Bob Wilson · 13 years ago
  3. 9ea396a Remove unnecessary include in ExprObjC.h by Richard Trieu · 13 years ago
  4. cbf8209 Be smarter in discovering list-initialization of temporaries. Fixes PR12182. by Sebastian Redl · 13 years ago
  5. 8013458 Correct the documentation to give a legal example of a raw string literal. by Richard Smith · 13 years ago
  6. 9fcce65 AST representation for user-defined literals, plus just enough of semantic by Richard Smith · 13 years ago
  7. b65e24a Test fix-it added in r152198. by Richard Smith · 13 years ago
  8. e816c71 Add -Wc++11-compat warning for string and character literals followed by by Richard Smith · 13 years ago
  9. 946e272 Don't even try to directly emit the value of a DeclRefExpr if that declaration by Richard Smith · 13 years ago
  10. bef35c9 [PCH] Mark a PCH file with a flag to indicate if the serialized AST had by Argyrios Kyrtzidis · 13 years ago
  11. 4a90e1a Correct test from r152189. by Eli Friedman · 13 years ago
  12. 9e9c454 Make sure we consistently canonicalize types when canonicalizing TemplateTemplateParmDecls. PR12179. by Eli Friedman · 13 years ago
  13. 458a7fb objective-c lldb support: don't perform ivar access control check by Fariborz Jahanian · 13 years ago
  14. fddfbdb More git-svn compatible version string, by request. by Andrew Trick · 13 years ago
  15. 485ea8e The constant folder's diagnosic mechanism is irrelevant for C; don't bother by Richard Smith · 13 years ago
  16. 8ba9a62 [driver] Don't try to generate diagnostic information for linker crashes. by Chad Rosier · 13 years ago
  17. 8b8d953 Silence unused variable warnings. by Benjamin Kramer · 13 years ago
  18. e53ac8a Refactor Clang sema attribute handling. by Michael Han · 13 years ago
  19. 29293cd AST: fix build since r152060 by Dylan Noblesmith · 13 years ago
  20. 047da19 [AST] VarDecl::hasDefinition() - Early exit if we find a strong definition. by Daniel Dunbar · 13 years ago
  21. 60d302a [AST] FunctionDecl::getBuiltinID() - Eliminate spurious calls to getASTContext by Daniel Dunbar · 13 years ago
  22. 8e282c3 Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling block in the CFG. by Ted Kremenek · 13 years ago
  23. e5de376 Missing period. by Chad Rosier · 13 years ago
  24. 53cb2b4 Whitespace. by Chad Rosier · 13 years ago
  25. ba66c6c Cleanup (style). Thanks to Argyrios for catching this. by Sean Callanan · 13 years ago
  26. 84a9d9e commit access verified, revert change by Michael Han · 13 years ago
  27. e49e67e test commit access by Michael Han · 13 years ago
  28. 00fd5dd CMake: Fix build to add clangEdit to USED_LIBS. by NAKAMURA Takumi · 13 years ago
  29. b82019b [objcmt] Add a triple to test/ARCMT/objcmt-subscripting-literals.m by Argyrios Kyrtzidis · 13 years ago
  30. ce9c831 Extended the UnknownAnyTy resolver to handle by Sean Callanan · 13 years ago
  31. 1c31ee8 get rid of an unsued variable warning. by Fariborz Jahanian · 13 years ago
  32. 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 13 years ago
  33. 7ba87f3 Just use memcpy directly, uninitialized_copy requires an <algorithm> include. by Benjamin Kramer · 13 years ago
  34. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  35. 2a25396 Enable default @synthesize by default. by Ted Kremenek · 13 years ago
  36. 1a45a5f Add static analyzer support for new NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 13 years ago
  37. b3f7542 And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary/NSNumber literals. by Ted Kremenek · 13 years ago
  38. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  39. 9f86af8 Whitespace. by Chad Rosier · 13 years ago
  40. 6e2cdfd Minor fix for r152130. Put -fno-inline in f_Group. by Chad Rosier · 13 years ago
  41. 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 13 years ago
  42. 27949f6 Undo patch for // rdar://10735698 by Fariborz Jahanian · 13 years ago
  43. f9aa363 AST: Move several Type::is...Type() functions to be inline. by Daniel Dunbar · 13 years ago
  44. 81e722e NamespaceDecl: Call non-virtual method inside virtual method, not the other way round. by Benjamin Kramer · 13 years ago
  45. 9a2105b objective-c modern translator. Don't ignore unnamed bitfields when rewriting. by Fariborz Jahanian · 13 years ago
  46. faa7fac Use newly introduced const-goodness of TinyPtrVector. by Argyrios Kyrtzidis · 13 years ago
  47. 99831e4 User-defined literals: reject string and character UDLs in all places where the by Richard Smith · 13 years ago
  48. c1b0f7f Use TinyPtrVector instead of UsuallyTinyPtrVector. by Argyrios Kyrtzidis · 13 years ago
  49. c112b9c Move clang/Basic/UsuallyTinyPtrVector.h to llvm/ADT/UsuallyTinyPtrVector.h. by Argyrios Kyrtzidis · 13 years ago
  50. 097ebb3 [analyzer] add a diagnostic event when entering a call via inlining, within the callee, and add an edge. by Ted Kremenek · 13 years ago
  51. 2dd17ab [analyzer] 'Looping back to the head of the loop' diagnostics are prunable. by Ted Kremenek · 13 years ago
  52. 792777c Move include/clang/AST/UsuallyTinyPtrVector.h -> include/clang/Basic/UsuallyTinyPtrVector.h by Argyrios Kyrtzidis · 13 years ago
  53. 218fce0 [analyzer] Remove now-unused constant. No functionality change. by Jordy Rose · 13 years ago
  54. 257c60f [analyzer] Fix unnecessary dyn_cast_or_null. No functionality change. by Jordy Rose · 13 years ago
  55. 3ebdd85 Add some doxygen comments. by Argyrios Kyrtzidis · 13 years ago
  56. d42236e [tablegen] Make sure that the code that is determining the order of warning groups by Argyrios Kyrtzidis · 13 years ago
  57. e4d653b Teak CallAndMessageChecker to only warn about uninitialized struct fields in call arguments by Ted Kremenek · 13 years ago
  58. 8fbb4e6 [analyzer] Bump up the size of the functions that should be by Anna Zaks · 13 years ago
  59. 6a5d30e Minor refactoring for previous patch for // rdar://10735698 by Fariborz Jahanian · 13 years ago
  60. 0cc323c static_assert: Allow any string-literal as the message, not just a character by Richard Smith · 13 years ago
  61. a99f874 Teach SimpleSValBuilder that (in the absence of more information) stack memory doesn't alias symbolic memory. This is a heuristic/hack, but works well in practice. Fixes <rdar://problem/10978247>. by Ted Kremenek · 13 years ago
  62. 02892a6 AST/stats: Don't effectively use an out-of-line function to return a static by Daniel Dunbar · 13 years ago
  63. 7034fb6 ASTContext: Don't use nothrow specifications on the new operators for allocating by Daniel Dunbar · 13 years ago
  64. d38f795 [analyzer] Time the execution (per each TU) with -analyzer-stats. by Anna Zaks · 13 years ago
  65. 3518058 build/compiler-rt: Stop forcing off -integrated-as for compiler-rt builds. by Daniel Dunbar · 13 years ago
  66. 2835745 If the element type of an initializer list has a destructor, make sure we check it. Fixes PR12178. by Sebastian Redl · 13 years ago
  67. abf9d90 patch to optionally warn for block implementations without explicit by Fariborz Jahanian · 13 years ago
  68. a187c5c Add MCRegisterInfo to the MCInstPrinter factory function interface. by Jim Grosbach · 13 years ago
  69. f420fe3 [analyzer] False positive in SelfInit - teach the checker about method by Anna Zaks · 13 years ago
  70. fb7f76f [analyzer] Malloc should assume that ownership is transfered when by Anna Zaks · 13 years ago
  71. 52c1668 Avoid double lookup. by Benjamin Kramer · 13 years ago
  72. 12fc4b0 Properly handle non-canonical underlying types in by Peter Collingbourne · 13 years ago
  73. 2bfdad1 Fix a -Wstring-plus-int warning. by Nico Weber · 13 years ago
  74. 713575a TargetInfo: create less temporary strings. by Benjamin Kramer · 13 years ago
  75. 234fe65 Fix a small difference in sema and codegen views of what needs to be output. by Rafael Espindola · 13 years ago
  76. b3c312c Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X would not be seen to be in ::std::. by James Molloy · 13 years ago
  77. 2a27818 [arcmt] by Argyrios Kyrtzidis · 13 years ago
  78. c6c5452 [preprocessor] Enhance PreprocessingRecord to keep track of locations of conditional directives. by Argyrios Kyrtzidis · 13 years ago
  79. bb66066 [preprocessor] Enhance the preprocessor callbacks: by Argyrios Kyrtzidis · 13 years ago
  80. d4f9f9d More tests for r152012. by Richard Smith · 13 years ago
  81. 5cc2c6e Lexing support for user-defined literals. Currently these lex as the same token by Richard Smith · 13 years ago
  82. 9d008fd [clang.py] Return bool from Cursor.__eq__ by Gregory Szorc · 13 years ago
  83. a81d3d4 Remove a recursive visitation in ExprEngine that is no longer needed because the CFG is fully linearized. by Erik Verbruggen · 13 years ago
  84. 77889c4 Silence a GCC warning about a set-but-not-used variable in release builds. by Chandler Carruth · 13 years ago
  85. b4a7b1e Add tests for [over.literal]. Fix a few bugs which were exposed by the tests. by Richard Smith · 13 years ago
  86. 5bd20ff From his comment in PR12168, Eli seems confused about the alignment assumptions by Chris Lattner · 13 years ago
  87. d6e7356 add a testcase for PR12094 and fix a crash on pointer to incomplete type, by Chris Lattner · 13 years ago
  88. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 13 years ago
  89. 1aa0be8 constexpr: Remove APValue/CCValue distinction. It is no longer useful given the by Richard Smith · 13 years ago
  90. 7eb7d99 Remove unused variable. by Benjamin Kramer · 13 years ago
  91. 3fd8087 Fix Typo in 'objc changes' anchor. by Jean-Daniel Dupas · 13 years ago
  92. 16412ef Avoid an unnecessary recursive loop between type canonicalization and NNS canonicalization which would (rarely) lead to memory corruption. While I'm here, simplify. Fixes PR12166. Not committing a testcase because it's impossible to reduce it. by Eli Friedman · 13 years ago
  93. 7e86783 [analyzer] do not warn about returning stack-allocated memory when it comes from an ancestor stack frame. by Ted Kremenek · 13 years ago
  94. 1f73ae2 Factor bitfields of LangOptions out into a base class in order to make them by Richard Smith · 13 years ago
  95. e21dd28 Frontend: Default to creating output files using temporary files + rename. by Daniel Dunbar · 13 years ago
  96. 12f28ab Frontend: Don't automatically create missing directories when using temporary files with createOutputFile() by Daniel Dunbar · 13 years ago
  97. 0d95dfc Thread safety analysis: expand set of expressions that can be used to denote locks. by DeLesley Hutchins · 13 years ago
  98. a3ca41f Reinstate r151879, r151880, reverted in r151922, along with a bugfix for by Richard Smith · 13 years ago
  99. 067cc40 Unbreak the CMake builds following the CallGraph change. by Anna Zaks · 13 years ago
  100. ff1e9cc Add a test for the -Wstring-plus-int fixit note. by Nico Weber · 13 years ago