1. 04fd382 Per discussion on cfe-commits, treat -faddress-sanitizer, by Richard Smith · 12 years ago
  2. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  3. c7be102 Have the parser initialize Sema before it consumes the first by Douglas Gregor · 12 years ago
  4. 95b66fc Delete comment I forgot to delete in my last change. by Nico Weber · 12 years ago
  5. 776b7ac Use Richard's BE_THE_HEADER trick to simplify a test. No intended behavior change. by Nico Weber · 12 years ago
  6. d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
  7. c4dabad Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 12 years ago
  8. a65c5a3 Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. by Douglas Gregor · 12 years ago
  9. 71c0dcc On PowerPC64, integer arguments and return values need to be sign- or by Ulrich Weigand · 12 years ago
  10. bd8fa30 Tests for 32bit version of block ivar layout metadata. by Fariborz Jahanian · 12 years ago
  11. d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 12 years ago
  12. c441cd3 Fixes liftime of captured block variables in mrr mode, per John's feedback, as by Fariborz Jahanian · 12 years ago
  13. 3f320aa Test case for r167363. by Lang Hames · 12 years ago
  14. 191db6d only truncate source lines in text diagnostics when by Seth Cantrell · 12 years ago
  15. eaa5a2b fix bug in SourceColumnMap::startOfPreviousColumn by Seth Cantrell · 12 years ago
  16. 5a24980 Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249. by Dmitri Gribenko · 12 years ago
  17. 9cb1c3d Add a proper algorithm to compute accurate source ranges for diagnostics with by Eli Friedman · 12 years ago
  18. 8501b7a [analyzer] Run remove dead on end of path. by Anna Zaks · 12 years ago
  19. 085b76c Simplify these tests again, now that we're past the version skew. by David Blaikie · 12 years ago
  20. 70ae122 Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead of class_type). by David Blaikie · 12 years ago
  21. 61fc02c Avoid version skew by making ObjC strict metadata tests resilient to new field. by David Blaikie · 12 years ago
  22. 44fcff9 objective-C mrr block. Block variable layout metadata in mrr mode. by Fariborz Jahanian · 12 years ago
  23. 161db02 Thread safety analysis: Fixed ICE caused by double delete when late parsed by DeLesley Hutchins · 12 years ago
  24. eacff03 Fix test cases I broken when fixing grammar in diagnostic message. by Richard Trieu · 12 years ago
  25. 9417b05 Fix debug tag type of forward declarations of struct/class in C++. by David Blaikie · 12 years ago
  26. 715852c Improve x86 android support: by Rafael Espindola · 12 years ago
  27. 710392d Add test for link flags added by -fcatch-undefined-behavior. by Richard Smith · 12 years ago
  28. faa2bd6 Update test case. by Ted Kremenek · 12 years ago
  29. 9b1a48a clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has been failing for big endian targets, for example, ppc. by NAKAMURA Takumi · 12 years ago
  30. 36db2d8 clang/test/CodeGen/bitfield-promote.c: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  31. 19ebeb7 Add missing diagnostic group to format string warning. by Eli Friedman · 12 years ago
  32. 80a8eb7 Tweak wording and add diagnostic groups to misc diagnostics. by Eli Friedman · 12 years ago
  33. cef3a7b Change diagnostics for enums with fixed underlying type so in C++98 mode, we cite C++11. by Eli Friedman · 12 years ago
  34. 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
  35. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
  36. bb12243 Remove divison-by-zero checks from -ftrapv. These checks were incompatible with by Richard Smith · 12 years ago
  37. 54c4545 Fix the template type diffing to handle integral template arguments. by Richard Trieu · 12 years ago
  38. f22ae65 objective-C block meta-data. This patch completes meta-data by Fariborz Jahanian · 12 years ago
  39. ef4b666 Fix an incorrect assert, the LHS can be an LValue. by Rafael Espindola · 12 years ago
  40. 292d67b -fcatch-undefined-behavior: Start checking loads and stores for null pointers. by Richard Smith · 12 years ago
  41. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  42. b2ed96a [lit] For the "case-insensitive-filesystem" make sure to create the test temporary file by Argyrios Kyrtzidis · 12 years ago
  43. bef17f9 clang/test/Index/code-completion-skip-bodies.cpp: Add XFAIL while investigating. by NAKAMURA Takumi · 12 years ago
  44. 889b99e Correctly reject gotos in function-level try blocks. PR14225. by Eli Friedman · 12 years ago
  45. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  46. 724e65b [clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64. by Michael Gottesman · 12 years ago
  47. 710c517 ARM AAPCS-VFP: fix tracking of allocated VFP registers. by Manman Ren · 12 years ago
  48. 66fb028 [driver] Remove the -ccc-host-triple alias. This has been replaced by the by Chad Rosier · 12 years ago
  49. 3028038 Fix for -ast-dump-filter by Alexander Kornienko · 12 years ago
  50. c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
  51. 60c158a Add "static" to some functions in altivec.c where it was missing. by Ulrich Weigand · 12 years ago
  52. 5d1ae38 This patch removes the XFAIL for powerpc for by Bill Schmidt · 12 years ago
  53. 25893e0 Decouple code-completion for the SkipFunctionBodies frontend option and by Argyrios Kyrtzidis · 12 years ago
  54. e015754 Extend -Bprefix functionality and make it closer to gcc. If the "prefix" by Simon Atanasyan · 12 years ago
  55. 32133cf [analyzer] SimpleStreamChecker - remove evalAssume and other refinements by Anna Zaks · 12 years ago
  56. 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
  57. 3719ed2 [analyzer]Don't invalidate const arguments when there is no IdentifierInfo. by Anna Zaks · 12 years ago
  58. 399f2c4 add test for r167063 by Seth Cantrell · 12 years ago
  59. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  60. 82c6dc7 Handle string encoding diagnostics when there are too many invalid ranges. by David Blaikie · 12 years ago
  61. b3fa55f ARM AAPCS-VFP: fix handling of homogeneous aggreate. by Manman Ren · 12 years ago
  62. 89aa2ce [driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 and by Chad Rosier · 12 years ago
  63. 356d9cc Change ForceSizeOpt attribute into MinSize attribute by Quentin Colombet · 12 years ago
  64. c39a2b0 Update test case. by Ted Kremenek · 12 years ago
  65. eafaad2 [analyzer] Warn about reallocf with an allocation size of 0, like realloc. by Jordan Rose · 12 years ago
  66. 3cf9a72 [analyzer] New checker for missing super calls in UIViewController subclasses. by Jordan Rose · 12 years ago
  67. ee1ea80 Don't crash on bad atomic operations. PR14176. by Eli Friedman · 12 years ago
  68. 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
  69. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  70. d65e55d [analyzer] Add SimpleStreamChecker. by Anna Zaks · 12 years ago
  71. 8e68ef0 Revert commit r166946 by Quentin Colombet · 12 years ago
  72. 9568f0c Partially roll back r166898; it exposed a bug in the standard. by Richard Smith · 12 years ago
  73. ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 12 years ago
  74. c0e4445 -Warc-repeated-use-of-weak: allow single reads in loops from local variables. by Jordan Rose · 12 years ago
  75. 6a329ee [analyzer] New option to not suppress null return paths if an argument is null. by Jordan Rose · 12 years ago
  76. 09f7bf1 [analyzer] Use the CallEnter node to get a value for tracked null arguments. by Jordan Rose · 12 years ago
  77. dbaf4bc This patch adds alignment information for long double to the 64-bit PowerPC by Bill Schmidt · 12 years ago
  78. e6b3dba Handle '*' and '#' asm constraint modifiers. by Ulrich Weigand · 12 years ago
  79. 5bffbe5 improve highlighting of invalid string encodings by Seth Cantrell · 12 years ago
  80. c36e359 Revert functional part of r166896 and just suppress -Wunneeded-internal-declaration for reference types for now. This needs more work; the cases we currently miss are a bit random. by Richard Smith · 12 years ago
  81. 1432a43 When determining whether to try evaluating the initializer of a variable, check by Richard Smith · 12 years ago
  82. 623ef4b In -Wunneeded-internal-declaration, suppress the warning for variables which by Richard Smith · 12 years ago
  83. 644e90a Fix invalid jump scopes again. This time without trying to find out if an by Rafael Espindola · 12 years ago
  84. 1a7b2e9 Add a testcase from the previous bootstrap problem. by Rafael Espindola · 12 years ago
  85. e1bb329 Fix crash on missing namespace name in namespace alias definition -- PR14085. by Nico Weber · 12 years ago
  86. a92afb6 Revert 166876 while I debug a bootstrap problem. by Rafael Espindola · 12 years ago
  87. ff8f967 Reapply 166855 with an early exit on null QualTypes. by Rafael Espindola · 12 years ago
  88. 286d623 Reverted back the changes made in 166868 and in 166869 by Mahesha S · 12 years ago
  89. 68de140 Feature: OpenMP support. by Mahesha S · 12 years ago
  90. f3b5231 ------------------------------------------------- by Mahesha S · 12 years ago
  91. 3954d39 Add a reduced testcase of the last bootstrap failure. by Rafael Espindola · 12 years ago
  92. 029d284 Revert r166855. I can reproduce the bootstrap failure and have a testcase by Rafael Espindola · 12 years ago
  93. b21c11d Add a test case for the stack overflow in rdar://12542261 by Argyrios Kyrtzidis · 12 years ago
  94. 76b5d24 Fix cases where we were not producing an error when a computed goto could by Rafael Espindola · 12 years ago
  95. 7b82cfc Fix typo. by Eli Friedman · 12 years ago
  96. 3d7c780 Add missing safety check to an optimization for do-while loops. PR14191. by Eli Friedman · 12 years ago
  97. 1e58469 In Parser::ParseDecltypeSpecifier, make sure the end location it returns by Argyrios Kyrtzidis · 12 years ago
  98. aa01466 Don't crash synthesizing an ObjC property with an empty struct type. <rdar://problem/12547611>. by Eli Friedman · 12 years ago
  99. f596760 When an externally-supplied record layout has a size that clearly by Douglas Gregor · 12 years ago
  100. 3b33403 This patch is a follow-up to r166805. As suggested on-list, a check was by Bill Schmidt · 12 years ago