1. 8d59dee My first effort to do this more subtly failed, so elaborately by John McCall · 13 years ago
  2. 88db6a2 malloc size checker: Ignore const'ness of pointer types when determining of a sizeof() type is compatible with a pointed type. by Ted Kremenek · 13 years ago
  3. aa54986 Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this' by Richard Smith · 13 years ago
  4. e720ce7 When going through references to check if the function returns the address by Argyrios Kyrtzidis · 13 years ago
  5. 8fba894 modern objective-c translator. named aggregate types by Fariborz Jahanian · 13 years ago
  6. 0e22a9f For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. by Argyrios Kyrtzidis · 13 years ago
  7. 2c0abf4 Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. by David Blaikie · 13 years ago
  8. c1c0725 Fix PR12378: provide conversion warnings on default args of function templates by David Blaikie · 13 years ago
  9. e7be109 HandleDeclarator() returns NULL for semantic disasters. Deal with it by Douglas Gregor · 13 years ago
  10. 694e796 Add -Wloop-analysis. This warning will fire on for loops which the variables by Richard Trieu · 13 years ago
  11. de88246 Restore paren, bracket and brace counts in parser when by Douglas Gregor · 13 years ago
  12. 6850faf PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference by Richard Smith · 13 years ago
  13. e531001 PR12688: ParseCXXClassMemberDeclaration's sometimes-null ThisDecl takes another by Richard Smith · 13 years ago
  14. a2e76f5 [class.copy]p23: Fix an assertion caused by incorrect argument numbering in a by Richard Smith · 13 years ago
  15. e593921 Currently __builtin_annotation() only annotates an i32. by Julien Lerouge · 13 years ago
  16. bddc7e5 improve error recovery for extra ')'s after a if/switch/while condition. Before: by Chris Lattner · 13 years ago
  17. 8bb21d3 switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. This allows by Chris Lattner · 13 years ago
  18. 98f71aa C++11 weakens the requirement for types used with offsetof from POD to standard layout type. by Benjamin Kramer · 13 years ago
  19. 152f6b7 Rename isPODType (using the C++98 rules) into isCXX98PODType and make isPODType decide which one to use based on LangOptions. by Benjamin Kramer · 13 years ago
  20. 470360d Revert "Use the C++11 definition of PODness for __is_pod in C++11 mode." by Benjamin Kramer · 13 years ago
  21. 046e869 Use the C++11 definition of PODness for __is_pod in C++11 mode. by Benjamin Kramer · 13 years ago
  22. 27fc81b objective-c modern translator: Correctly translate by Fariborz Jahanian · 13 years ago
  23. 58db7a5 When @encode'ing a C++ class that has empty base classes, we can end by Douglas Gregor · 13 years ago
  24. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 13 years ago
  25. a1366cb PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. by Richard Smith · 13 years ago
  26. 392b3f5 Imrpove the note text for when a non-type decl hides a tag type by Kaelyn Uhrain · 13 years ago
  27. 577f14a Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the file order that functions are visited. Should fix the buildbots. by Ted Kremenek · 13 years ago
  28. 29a4ce4 test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a) issue. by NAKAMURA Takumi · 13 years ago
  29. ba82a61 test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as. by NAKAMURA Takumi · 13 years ago
  30. d601c62 Add test case for rdar://11293995 by Argyrios Kyrtzidis · 13 years ago
  31. c8f11e9 Add a missing check in CodeGen of packed classes with vtables. <rdar://problem/11324125>. by Eli Friedman · 13 years ago
  32. aec2ac6 Add note to help explain why a tag such as 'struct' is needed to refer by Kaelyn Uhrain · 13 years ago
  33. 65a7c68 modern objective-c transltion: Fixes a translation bug by Fariborz Jahanian · 13 years ago
  34. 9b94cd1 Add a missing ExpressionEvaluationContext for template default arguments. Fixes PR12581. by Eli Friedman · 13 years ago
  35. 40d8e97 Revert r154981, because it caused PR12674. by Nico Weber · 13 years ago
  36. 196603c Test case for previosu patch. // rdar://11323676 by Fariborz Jahanian · 13 years ago
  37. 6ea4841 Fix a bug with block layout when the block contains something by John McCall · 13 years ago
  38. b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 13 years ago
  39. 1de9d7d Fix a crash-on-invalid where the constant evaluator would try to by John McCall · 13 years ago
  40. 3206403 Define __ANDROID__ macro on -androideabi targets. by Evgeniy Stepanov · 13 years ago
  41. 4f148d9 MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets. by Simon Atanasyan · 13 years ago
  42. fd93630 Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs. by Craig Topper · 13 years ago
  43. a43ea64 PR12647: An alias template instantiation which occurs in a SFINAE context is by Richard Smith · 13 years ago
  44. 8f40afb [analyzer] check lazy bindings in RegionStore first before looking for default values. Fixes <rdar://problem/11269741>. by Ted Kremenek · 13 years ago
  45. 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 · 13 years ago
  46. 6e4a0af PR12660: Don't crash when initializing a const reference from a braced init list by Richard Smith · 13 years ago
  47. 4f50c50 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 13 years ago
  48. 86e6fdc Two missing -Wc++98-compat warnings, for null pointers as non-type template by Richard Smith · 13 years ago
  49. 45a0b26 Reject cases like by Rafael Espindola · 13 years ago
  50. c799a6a If a type is non-literal by virtue of being incomplete produce notes by Richard Smith · 13 years ago
  51. df407c3 objective-c modern translator: more tests. by Fariborz Jahanian · 13 years ago
  52. 2b90f76 Add an error message with fixit hint for changing '.' to '->'. by Kaelyn Uhrain · 13 years ago
  53. ad57991 When resolving default template arguments, it should be done in the declaration context by Argyrios Kyrtzidis · 13 years ago
  54. 5d59b79 PR12625: Cope with classes which have incomplete base or member types: by Richard Smith · 13 years ago
  55. d3a39f0 improve a modern objc translator test. by Fariborz Jahanian · 13 years ago
  56. 0418953 modern objc rewriter: fixes a bug writing by Fariborz Jahanian · 13 years ago
  57. 99f8f17 Make asan-ld test windows-safe. by Evgeniy Stepanov · 13 years ago
  58. 3e8479d Fixes the header search logic for tools: by Manuel Klimek · 13 years ago
  59. a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 13 years ago
  60. 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 13 years ago
  61. 454393e Add atan, atan2, exp, and log to the builtin math library functions. by Chad Rosier · 13 years ago
  62. 08e46f9 Let NULL and MSVC headers coexist better. by Nico Weber · 13 years ago
  63. 4fe261c modern objc translator: Allow writing of multiple by Fariborz Jahanian · 13 years ago
  64. e6e96de objc modern rewriter: allow translation of by Fariborz Jahanian · 13 years ago
  65. eca187e Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 13 years ago
  66. c9fe605 enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-aliasing by Kostya Serebryany · 13 years ago
  67. 2b2a087 Don't try to delay parsing the exception specification for a data member of a by Richard Smith · 13 years ago
  68. 5775351 Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin by Chandler Carruth · 13 years ago
  69. 8c614e4 PR12629: Cope with parenthesized function types when attaching a delayed by Richard Smith · 13 years ago
  70. 88442c9 clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due to predefined __declspec similar to r155278. by NAKAMURA Takumi · 13 years ago
  71. 64b111e Thread safety analysis: refactor test cases so that the style is consistent. by DeLesley Hutchins · 13 years ago
  72. d672436 with -Wdeprecated, include a note to its deprecated declaration by Fariborz Jahanian · 13 years ago
  73. 87380aa Forward declarations should take a context. This helps the debugger by Eric Christopher · 13 years ago
  74. aed9ea3 Thread safety analysis: support the use of pt_guarded_by attributes by DeLesley Hutchins · 13 years ago
  75. 923b0c9 Fix visibility when we have two types with explicit visibility in a template by Rafael Espindola · 13 years ago
  76. 79747e0 Thread-safety analysis: support new "pointer to member" syntax for by DeLesley Hutchins · 13 years ago
  77. e656b83 Teach RequireCompleteType about multi-dimensional arrays. Fixes by Douglas Gregor · 13 years ago
  78. d8f0276 Add a test for svn r155263. by Bob Wilson · 13 years ago
  79. 546ee6d Add another testcase that was not being covered. by Rafael Espindola · 13 years ago
  80. a8063c3 Do not use stdint.h, driver might provide invalid location for it. Instead, provide the types directly. by Anton Korobeynikov · 13 years ago
  81. a5416bd Add a testcase that we already get right but was not being tested. Found by Rafael Espindola · 13 years ago
  82. 71776ef Cleanup testcase. by Rafael Espindola · 13 years ago
  83. f6a8b9c An attribute in a explicit template installation should take precedence over by Rafael Espindola · 13 years ago
  84. 5118337 Revert 155102 but add a fixme while I debug what is wrong with chrome's by Rafael Espindola · 13 years ago
  85. 1664d54 PR12571: Objects of type clang::ConstantArrayType aren't always emitted with by Richard Smith · 13 years ago
  86. a77e072 Add another missing testcase. by Rafael Espindola · 13 years ago
  87. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 13 years ago
  88. bc356d0 Add a testcase we were already getting right, but were not testing for. by Rafael Espindola · 13 years ago
  89. 60115a0 Fix handling of template parameters. Found by inspection. GCC 4.7 agrees by Rafael Espindola · 13 years ago
  90. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 13 years ago
  91. 7bb698a Fix serialization of uninstantiated exception specifications. Patch by Li Kan, by Richard Smith · 13 years ago
  92. 126d3d0 clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Mark as XFAIL:mingw for now, due to predefined __declspec. by NAKAMURA Takumi · 13 years ago
  93. 227e9f6 Fix test failure. by Richard Smith · 13 years ago
  94. 71c598f When declaring a template, check that the context doesn't already contain a by Richard Smith · 13 years ago
  95. 7d90fe5 Fix a QoI bug reported by a user. by Matt Beaumont-Gay · 13 years ago
  96. 0e78afb objective-c arc: With currnt documentation, by Fariborz Jahanian · 13 years ago
  97. 0b3ade8 [analyzer] Run remove dead bindings right before leaving a function. by Anna Zaks · 13 years ago
  98. 704c8f7 Fix bug where a class's (deleted) copy constructor would be implicitly given a by Richard Smith · 13 years ago
  99. 89592d5 minor improvement to couple of tests. by Fariborz Jahanian · 13 years ago
  100. 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 13 years ago