1. ce25492 [libclang] Correct how the index inside the local preprocessed entities array by Argyrios Kyrtzidis · 12 years ago
  2. 19ebeb7 Add missing diagnostic group to format string warning. by Eli Friedman · 12 years ago
  3. 5b4379f analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275. by NAKAMURA Takumi · 12 years ago
  4. 466224f [analyzer] Convert some of the harder cases over to ProgramStateTrait macros. by Jordan Rose · 12 years ago
  5. 166d502 [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). by Jordan Rose · 12 years ago
  6. 785950e [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 12 years ago
  7. 80a8eb7 Tweak wording and add diagnostic groups to misc diagnostics. by Eli Friedman · 12 years ago
  8. cef3a7b Change diagnostics for enums with fixed underlying type so in C++98 mode, we cite C++11. by Eli Friedman · 12 years ago
  9. e579328 Insert interception point onStartOfTranslationUnit. by Manuel Klimek · 12 years ago
  10. 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
  11. aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
  12. 7edf9e3 Simplify: replace getContext().getLangOpts() with just getLangOpts(). by Richard Smith · 12 years ago
  13. da082f1 Clean up misapplication of diff. by Richard Smith · 12 years ago
  14. cc30561 Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into by Richard Smith · 12 years ago
  15. bb12243 Remove divison-by-zero checks from -ftrapv. These checks were incompatible with by Richard Smith · 12 years ago
  16. 54c4545 Fix the template type diffing to handle integral template arguments. by Richard Trieu · 12 years ago
  17. 00a8541 Silence -Wformat on platforms where uint64_t is unsigned long. by Matt Beaumont-Gay · 12 years ago
  18. f22ae65 objective-C block meta-data. This patch completes meta-data by Fariborz Jahanian · 12 years ago
  19. cfa1caa Make the FilenameRange of the InclusionDirective callback more accurate, by Argyrios Kyrtzidis · 12 years ago
  20. ef4b666 Fix an incorrect assert, the LHS can be an LValue. by Rafael Espindola · 12 years ago
  21. 292d67b -fcatch-undefined-behavior: Start checking loads and stores for null pointers. by Richard Smith · 12 years ago
  22. b03b57d [clang.py] Add Cursor.get_arguments() by Gregory Szorc · 12 years ago
  23. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  24. 7c3f8b3 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 12 years ago
  25. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  26. 3cdd843 clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h: Appease msvc. by NAKAMURA Takumi · 12 years ago
  27. baf7640 [analyzer] Optimize assumeDual by assuming constraint managers are consistent. by Jordan Rose · 12 years ago
  28. b2ed96a [lit] For the "case-insensitive-filesystem" make sure to create the test temporary file by Argyrios Kyrtzidis · 12 years ago
  29. 79a29eb [analyzer] Fix typo in r167186. by Jordan Rose · 12 years ago
  30. bef17f9 clang/test/Index/code-completion-skip-bodies.cpp: Add XFAIL while investigating. by NAKAMURA Takumi · 12 years ago
  31. 32f38c1 [analyzer] Minor cleanup in SimpleStreamChecker's class definition. by Jordan Rose · 12 years ago
  32. ec8d420 [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. by Jordan Rose · 12 years ago
  33. 889b99e Correctly reject gotos in function-level try blocks. PR14225. by Eli Friedman · 12 years ago
  34. bbb751a [analyzer] Fix a bug in SimpleStreamChecker - return after sink. by Anna Zaks · 12 years ago
  35. 1cd46de [driver] Remove an extra space with the -iprefix option, so that by Chad Rosier · 12 years ago
  36. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  37. 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
  38. 967f3f0 [driver] Remove an extra space with the -internal-externc-isystem option, so by Chad Rosier · 12 years ago
  39. 710c517 ARM AAPCS-VFP: fix tracking of allocated VFP registers. by Manman Ren · 12 years ago
  40. 66fb028 [driver] Remove the -ccc-host-triple alias. This has been replaced by the by Chad Rosier · 12 years ago
  41. cfed828 getArchTypeForDarwinArchName is only used in the clang driver, copy it there. by Rafael Espindola · 12 years ago
  42. 3028038 Fix for -ast-dump-filter by Alexander Kornienko · 12 years ago
  43. c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
  44. 60c158a Add "static" to some functions in altivec.c where it was missing. by Ulrich Weigand · 12 years ago
  45. 5d1ae38 This patch removes the XFAIL for powerpc for by Bill Schmidt · 12 years ago
  46. 81939a7 If skipping bodies is enabled outside code-completion, just skip the body directly by Argyrios Kyrtzidis · 12 years ago
  47. 25893e0 Decouple code-completion for the SkipFunctionBodies frontend option and by Argyrios Kyrtzidis · 12 years ago
  48. c45bb4d [analyzer] Let ConstraintManager subclasses provide a more efficient checkNull. by Jordan Rose · 12 years ago
  49. bfd452e Fix if-else braces layout accordingly to the style guide. by Simon Atanasyan · 12 years ago
  50. e015754 Extend -Bprefix functionality and make it closer to gcc. If the "prefix" by Simon Atanasyan · 12 years ago
  51. 986af6f Remove empty directories. by Rafael Espindola · 12 years ago
  52. 32133cf [analyzer] SimpleStreamChecker - remove evalAssume and other refinements by Anna Zaks · 12 years ago
  53. af6f612 Remove really old benchmark data. by Rafael Espindola · 12 years ago
  54. 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
  55. 3719ed2 [analyzer]Don't invalidate const arguments when there is no IdentifierInfo. by Anna Zaks · 12 years ago
  56. e63aedd Address Jordan's review: comments, spaces. by Anna Zaks · 12 years ago
  57. 399f2c4 add test for r167063 by Seth Cantrell · 12 years ago
  58. 31ba273 isLegalUTF8() was giving the wrong answer 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. c6abe9e objective-C arc/mrr: Another patch for the new captured block variable by Fariborz Jahanian · 12 years ago
  64. 356d9cc Change ForceSizeOpt attribute into MinSize attribute by Quentin Colombet · 12 years ago
  65. d1ce3c1 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 12 years ago
  66. 0d1e645 remove duplicate data array by Seth Cantrell · 12 years ago
  67. c6a2f6e fix calculation of end pointer by Seth Cantrell · 12 years ago
  68. c39a2b0 Update test case. by Ted Kremenek · 12 years ago
  69. ecf7cc1 [asan docs] explain why asan exits on the first error by Kostya Serebryany · 12 years ago
  70. 4a131e1 Change -Wcompare-distinct-pointer-type to -Wcompare-distinct-pointer-types, as by Ted Kremenek · 12 years ago
  71. 19948ac Trim #includes. by Ted Kremenek · 12 years ago
  72. bdbb17b [analyzer]SimpleStreamChecker: add a TODO for better leak report. by Anna Zaks · 12 years ago
  73. 360b29c [analyzer] Fix a bug in REGISTER_MAP_WITH_PROGRAMSTATE by Anna Zaks · 12 years ago
  74. ac150f2 [analyzer] Rename REGISTER_MAP_WITH_GDM ->REGISTER_MAP_WITH_PROGRAMSTATE by Anna Zaks · 12 years ago
  75. 942fbdd Remove leftover const. by Rafael Espindola · 12 years ago
  76. eafaad2 [analyzer] Warn about reallocf with an allocation size of 0, like realloc. by Jordan Rose · 12 years ago
  77. 3cf9a72 [analyzer] New checker for missing super calls in UIViewController subclasses. by Jordan Rose · 12 years ago
  78. ee1ea80 Don't crash on bad atomic operations. PR14176. by Eli Friedman · 12 years ago
  79. 848bc3a getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. by Rafael Espindola · 12 years ago
  80. 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
  81. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  82. bf69d71 [libclang] Bump the version number of the libclang API. by Argyrios Kyrtzidis · 12 years ago
  83. 2902829 Remove a bit of dead code. by Rafael Espindola · 12 years ago
  84. badb3f6 Move getOriginalSourceFileName inline. Patch by Laszlo Nagy. by Rafael Espindola · 12 years ago
  85. ca9805a [libclang] Introduce a version constant for the libclang API. by Argyrios Kyrtzidis · 12 years ago
  86. 5445870 [analyzer] Malloc checker cleanup/refactor by Anna Zaks · 12 years ago
  87. d65e55d [analyzer] Add SimpleStreamChecker. by Anna Zaks · 12 years ago
  88. 5ac1df3 [analyzer] Add checker helpers to CheckerContext. by Anna Zaks · 12 years ago
  89. 8e68ef0 Revert commit r166946 by Quentin Colombet · 12 years ago
  90. 9568f0c Partially roll back r166898; it exposed a bug in the standard. by Richard Smith · 12 years ago
  91. ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 12 years ago
  92. c0e4445 -Warc-repeated-use-of-weak: allow single reads in loops from local variables. by Jordan Rose · 12 years ago
  93. 6a329ee [analyzer] New option to not suppress null return paths if an argument is null. by Jordan Rose · 12 years ago
  94. 09f7bf1 [analyzer] Use the CallEnter node to get a value for tracked null arguments. by Jordan Rose · 12 years ago
  95. dbaf4bc This patch adds alignment information for long double to the 64-bit PowerPC by Bill Schmidt · 12 years ago
  96. e6b3dba Handle '*' and '#' asm constraint modifiers. by Ulrich Weigand · 12 years ago
  97. 452abbc Fix ASTMatchersTests to not create an overloaded-virtual warning. by Daniel Jasper · 12 years ago
  98. a267cf6 Implement has(), hasDescendant(), forEach() and forEachDescendant() for by Daniel Jasper · 12 years ago
  99. b201e93 Remove spurious mode marker from .cpp file. by Nick Lewycky · 12 years ago
  100. 76dd1d9 Add missing emacs major mode marker. by Nick Lewycky · 12 years ago