1. 526cda3 The release notes are no place for modesty. by Richard Smith · 12 years ago
  2. cb0a503 Change FunctionSummary.h's definition of SetOfDecls to be an ImmutableList instead by Ted Kremenek · 12 years ago
  3. e9a4c01 Typo. by Chad Rosier · 12 years ago
  4. aec2ac6 Add note to help explain why a tag such as 'struct' is needed to refer by Kaelyn Uhrain · 12 years ago
  5. 65a7c68 modern objective-c transltion: Fixes a translation bug by Fariborz Jahanian · 12 years ago
  6. 9b94cd1 Add a missing ExpressionEvaluationContext for template default arguments. Fixes PR12581. by Eli Friedman · 12 years ago
  7. 0538ad7 Remove svn:eol-style from the test I just added. Sorry :-/ by Nico Weber · 12 years ago
  8. 40d8e97 Revert r154981, because it caused PR12674. by Nico Weber · 12 years ago
  9. 196603c Test case for previosu patch. // rdar://11323676 by Fariborz Jahanian · 12 years ago
  10. 52c18b0 objective-c IRGen. Fixes a getter synthesis bug by Fariborz Jahanian · 12 years ago
  11. 6ea4841 Fix a bug with block layout when the block contains something by John McCall · 12 years ago
  12. e002631 Fix file name in comment. by David Blaikie · 12 years ago
  13. b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 12 years ago
  14. 394e539 [PCH] In ASTReader::completeVisibleDeclsMap, after we loaded all visible decls, mark by Argyrios Kyrtzidis · 12 years ago
  15. 1de9d7d Fix a crash-on-invalid where the constant evaluator would try to by John McCall · 12 years ago
  16. e855b88 Remove the group from -fhonor_infinites/-fno_honor_infinites aliases. Aliases by Chad Rosier · 12 years ago
  17. 3206403 Define __ANDROID__ macro on -androideabi targets. by Evgeniy Stepanov · 12 years ago
  18. 74eb4af Adds a tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 12 years ago
  19. 981d1ec Reverted unintentional commit. by Manuel Klimek · 12 years ago
  20. 4f148d9 MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets. by Simon Atanasyan · 12 years ago
  21. d9ed0fd Adds a small tutorial on how to write RAV based ASTFrontendActions. by Manuel Klimek · 12 years ago
  22. fd93630 Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs. by Craig Topper · 12 years ago
  23. cfca6b7 Update checker build link, and remove stale links. by Ted Kremenek · 12 years ago
  24. a43ea64 PR12647: An alias template instantiation which occurs in a SFINAE context is by Richard Smith · 12 years ago
  25. 8f40afb [analyzer] check lazy bindings in RegionStore first before looking for default values. Fixes <rdar://problem/11269741>. by Ted Kremenek · 12 years ago
  26. befc6d2 Teach RetainCountChecker that it doesn't quite understand pthread_setspecific and it should just give up when it sees it. Fixes <rdar://problem/11282706>. by Ted Kremenek · 12 years ago
  27. 6e4a0af PR12660: Don't crash when initializing a const reference from a braced init list by Richard Smith · 12 years ago
  28. 4f50c50 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 12 years ago
  29. 86e6fdc Two missing -Wc++98-compat warnings, for null pointers as non-type template by Richard Smith · 12 years ago
  30. 45a0b26 Reject cases like by Rafael Espindola · 12 years ago
  31. c799a6a If a type is non-literal by virtue of being incomplete produce notes by Richard Smith · 12 years ago
  32. a313b2f RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit by Richard Smith · 12 years ago
  33. 26d6023 Typo. by Chad Rosier · 12 years ago
  34. df407c3 objective-c modern translator: more tests. by Fariborz Jahanian · 12 years ago
  35. 2b90f76 Add an error message with fixit hint for changing '.' to '->'. by Kaelyn Uhrain · 12 years ago
  36. ad57991 When resolving default template arguments, it should be done in the declaration context by Argyrios Kyrtzidis · 12 years ago
  37. 5d59b79 PR12625: Cope with classes which have incomplete base or member types: by Richard Smith · 12 years ago
  38. 0d62709 Use a SmallMap for StoredDeclsMap, it's usually sparsely populated so we can avoid initializing memory for 64 buckets. by Benjamin Kramer · 12 years ago
  39. 383fdf9 Convert a std::map that usually has between 0 and 10 elements to SmallMap. by Benjamin Kramer · 12 years ago
  40. d3a39f0 improve a modern objc translator test. by Fariborz Jahanian · 12 years ago
  41. 0418953 modern objc rewriter: fixes a bug writing by Fariborz Jahanian · 12 years ago
  42. d80d484 Adds documentation for how to use the tooling library. by Manuel Klimek · 12 years ago
  43. 9771a9e Adds a document describing the various tooling approaches and their pros and by Manuel Klimek · 12 years ago
  44. 99f8f17 Make asan-ld test windows-safe. by Evgeniy Stepanov · 12 years ago
  45. 3e8479d Fixes the header search logic for tools: by Manuel Klimek · 12 years ago
  46. a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 12 years ago
  47. 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 12 years ago
  48. 4ddcf3b OpenBSD: Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace by Chris Lattner · 12 years ago
  49. 92f4e6e don't use soname on OpenBSD, it doesn't support it. Patch by Brad Smith! by Chris Lattner · 12 years ago
  50. 3030066 Expand #include_next in float.h from mingw to _msc_ver. by Nico Weber · 12 years ago
  51. e7255c1 Add acos, asin, ceil, fabs, floor, fmax, fmin, round, and tan to the builtin by Chad Rosier · 12 years ago
  52. 454393e Add atan, atan2, exp, and log to the builtin math library functions. by Chad Rosier · 12 years ago
  53. fae0f48 Alphabetize the builtin math library functions. No functional change intended. by Chad Rosier · 12 years ago
  54. 08e46f9 Let NULL and MSVC headers coexist better. by Nico Weber · 12 years ago
  55. 5482dc3 RecursiveASTVisitor: Visit instantiations of member templates of class by Richard Smith · 12 years ago
  56. 4fe261c modern objc translator: Allow writing of multiple by Fariborz Jahanian · 12 years ago
  57. e6e96de objc modern rewriter: allow translation of by Fariborz Jahanian · 12 years ago
  58. 8247c4e objc modern rewriter: minor refactoring. by Fariborz Jahanian · 12 years ago
  59. e47398a Add a FIXME for uncomplete comment fix a typo add punctuation by Gabor Greif · 12 years ago
  60. e70372d Adding information about what intrinsics still need to be implemented for MSVC compatibility. by Aaron Ballman · 12 years ago
  61. 0982251 Add a flag to the image info section indicating that the program is compiled for by Bill Wendling · 12 years ago
  62. eca187e Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 12 years ago
  63. c9fe605 enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-aliasing by Kostya Serebryany · 12 years ago
  64. 8ac95f1 Fix a typo spotted by Matt. by Chandler Carruth · 12 years ago
  65. 2b2a087 Don't try to delay parsing the exception specification for a data member of a by Richard Smith · 12 years ago
  66. 5775351 Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin by Chandler Carruth · 12 years ago
  67. 8c614e4 PR12629: Cope with parenthesized function types when attaching a delayed by Richard Smith · 12 years ago
  68. 88442c9 clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due to predefined __declspec similar to r155278. by NAKAMURA Takumi · 12 years ago
  69. 64b111e Thread safety analysis: refactor test cases so that the style is consistent. by DeLesley Hutchins · 12 years ago
  70. d672436 with -Wdeprecated, include a note to its deprecated declaration by Fariborz Jahanian · 12 years ago
  71. 87380aa Forward declarations should take a context. This helps the debugger by Eric Christopher · 12 years ago
  72. aed9ea3 Thread safety analysis: support the use of pt_guarded_by attributes by DeLesley Hutchins · 12 years ago
  73. 6603ff8 Revert r155363, due to the underlying patches in LLVM causing regression by Chandler Carruth · 12 years ago
  74. 923b0c9 Fix visibility when we have two types with explicit visibility in a template by Rafael Espindola · 12 years ago
  75. ac28eca Hexagon V5 (floating point) support in cfe. by Sirish Pande · 12 years ago
  76. 79747e0 Thread-safety analysis: support new "pointer to member" syntax for by DeLesley Hutchins · 12 years ago
  77. e656b83 Teach RequireCompleteType about multi-dimensional arrays. Fixes by Douglas Gregor · 12 years ago
  78. 9f99d06 Fix PR12608. Patch contributed by Yang Chen. by Manuel Klimek · 12 years ago
  79. d8f0276 Add a test for svn r155263. by Bob Wilson · 12 years ago
  80. 38c4767 Inline helper function into only caller. by Rafael Espindola · 12 years ago
  81. 546ee6d Add another testcase that was not being covered. by Rafael Espindola · 12 years ago
  82. 219cd6c [asan] fix typo by Kostya Serebryany · 12 years ago
  83. cef57e5 [asan] update docs by Kostya Serebryany · 12 years ago
  84. a8063c3 Do not use stdint.h, driver might provide invalid location for it. Instead, provide the types directly. by Anton Korobeynikov · 12 years ago
  85. 2954134 Fixes comment referencing old name. by Manuel Klimek · 12 years ago
  86. a5416bd Add a testcase that we already get right but was not being tested. Found by Rafael Espindola · 12 years ago
  87. 471131a Sema: Initialize NSString method cache members. by Benjamin Kramer · 12 years ago
  88. 0eb7526 Remove unnecessary StringRef->char*->StringRef conversion, which read uninitialized memory if the input wasn't 0-terminated. by Benjamin Kramer · 12 years ago
  89. 71776ef Cleanup testcase. by Rafael Espindola · 12 years ago
  90. f6a8b9c An attribute in a explicit template installation should take precedence over by Rafael Espindola · 12 years ago
  91. 5118337 Revert 155102 but add a fixme while I debug what is wrong with chrome's by Rafael Espindola · 12 years ago
  92. dd26998 Better C++11 support is no longer an advantage of GCC. by Benjamin Kramer · 12 years ago
  93. 1664d54 PR12571: Objects of type clang::ConstantArrayType aren't always emitted with by Richard Smith · 12 years ago
  94. a77e072 Add another missing testcase. by Rafael Espindola · 12 years ago
  95. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  96. bc356d0 Add a testcase we were already getting right, but were not testing for. by Rafael Espindola · 12 years ago
  97. 60115a0 Fix handling of template parameters. Found by inspection. GCC 4.7 agrees by Rafael Espindola · 12 years ago
  98. 1266b61 All the members of LVFlags always have the same value, replace the class with by Rafael Espindola · 12 years ago
  99. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 12 years ago
  100. 94d55d7 Remove unneeded code. by Fariborz Jahanian · 12 years ago