1. 6ee777d Move an input header file under an Inputs directory to be consistent by Chandler Carruth · 12 years ago
  2. 39371b8 Reapply r172878 with test case. by Ted Kremenek · 12 years ago
  3. ba65f50 Fix five more cases of tokens which can legally follow a type specifier. by Richard Smith · 12 years ago
  4. 1dfebd9 [analyzer] Suppress warnings coming out of macros defined in sys/queue.h by Anna Zaks · 12 years ago
  5. 77fd3c0 -Wuninitialized: warn about uninitialized values resulting from ?: that evaluate to lvalues (in C++). by Ted Kremenek · 12 years ago
  6. 22eaced Once we've collected the template arguments for a by Douglas Gregor · 12 years ago
  7. 0ecc2e9 Thread-safety analysis: ignore edges from throw expressions in CFG. by DeLesley Hutchins · 12 years ago
  8. 79188ae Include ubsan runtime even when building a shared library. We don't require the executable to be linked with UBSan. by Richard Smith · 12 years ago
  9. dbee949 [mips] Enable inlining of atomic ops on mips32 and mips64. by Akira Hatanaka · 12 years ago
  10. 55fc3a7 Fix parsing of class specifiers before '\n' 'operator'. by Nico Weber · 12 years ago
  11. e02be97 [analyzer] Special path notes for C++ special member functions. by Jordan Rose · 12 years ago
  12. dc47c9a [analyzer] Do a better job describing C++ member functions in the call stack. by Jordan Rose · 12 years ago
  13. ea8bca7 clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-blacklist doesn't accept DOSish pathnames. by NAKAMURA Takumi · 12 years ago
  14. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  15. c79afda Reduce penalty for splitting between ")" and ".". by Daniel Jasper · 12 years ago
  16. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 12 years ago
  17. f373c5d When checking the parameter types of an Objective-C method, don't by Douglas Gregor · 12 years ago
  18. 96bd14b [ms-inline asm] Test case for r172773. by Chad Rosier · 12 years ago
  19. 92d1387 One can override an Objective-C ARC ownership qualifier that came from by Douglas Gregor · 12 years ago
  20. ba57183 Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not by Richard Smith · 12 years ago
  21. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  22. fa2b53c [analyzer] DirectIvarAssignment: allow suppression annotation on Ivars. by Anna Zaks · 12 years ago
  23. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 12 years ago
  24. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 12 years ago
  25. 995e4a7 -Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for by Richard Smith · 12 years ago
  26. 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  27. 17d481f Do not pass -pie flag to linker if -shared specified. This matches by Peter Collingbourne · 12 years ago
  28. 205ecf0 [ms-inline asm] Updates and test case for r172743. Part of rdar://12576868 by Chad Rosier · 12 years ago
  29. 242ae3d Format strings: correct signedness if already correcting width (%d,%u). by Jordan Rose · 12 years ago
  30. c8145bb Convert test/FixIt/format-darwin.m to use relative line numbers. by Jordan Rose · 12 years ago
  31. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 12 years ago
  32. df96e02 Add initial rough support for synthesizing linker options when passed by Chandler Carruth · 12 years ago
  33. ee000bb Improve -Wreorder to handle cases of anonymous class member ordering by David Blaikie · 12 years ago
  34. 334111d clang/test/Index/code-completion-skip-bodies.cpp: Check stdout and stderr individually, rather than mixed output of stdout and stderr with 2>&1. by NAKAMURA Takumi · 12 years ago
  35. 459455b Add test for PR12938, fixed by Richard Smith in r172691 by David Blaikie · 12 years ago
  36. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 12 years ago
  37. 6987e8d Add a comment for Daniel by Douglas Gregor · 12 years ago
  38. dca97dd Test that we correctly handle reversion of line splicing etc in raw string by Richard Smith · 12 years ago
  39. f9d03c1 [IRgen] Update modules autolink metadata to use module flags (as now specified by Daniel Dunbar · 12 years ago
  40. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  41. 6c3af3d Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on by Richard Smith · 12 years ago
  42. 4637d18 clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  43. 0f9b9f3 Treat hidden Objective-C protocol definitions as if they were by Douglas Gregor · 12 years ago
  44. a6f9707 Implement a fixit for -Wmain-return-type by Dmitri Gribenko · 12 years ago
  45. 90a2d39 objC block layout: Patch reorders block layout to by Fariborz Jahanian · 12 years ago
  46. a44b970 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 12 years ago
  47. 4d8a33b Delay linkage checks when validating the weakref attribute. by Rafael Espindola · 12 years ago
  48. afb7ce3 Fixes crash when illegal function definitions are deleted or defaulted. Fixes PR14577. by Aaron Ballman · 12 years ago
  49. 2a5bb50 Check for internal weak decls after merging. by Rafael Espindola · 12 years ago
  50. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 12 years ago
  51. f109afd Add raw string literal versus C preprocessor test, suggested by James Dennett. by Richard Smith · 12 years ago
  52. 04c226a Fix recent test for more diverse environments. by Tim Northover · 12 years ago
  53. c4a0401 Correct order of operands forwarding NEON vfma to LLVM fma by Tim Northover · 12 years ago
  54. c3ad100 Add testcase missed yesterday. Patch from Paul Robinson. by Eric Christopher · 12 years ago
  55. 31672b1 No longer crashing with an assert when __has_include or __has_include_next is used outside of a preprocessor directive. This fixes PR14837. by Aaron Ballman · 12 years ago
  56. f0e0004 Teach global selector lookup to ignore hidden methods, which occur by Douglas Gregor · 12 years ago
  57. 7dfd182 First step in implementation of mips16 and nomips16 attributes. by Reed Kotler · 12 years ago
  58. 7f69b1a [PCH/Modules] Change how macro [re]definitions are de/serialized. by Argyrios Kyrtzidis · 12 years ago
  59. a40548c Fix uninitialized bool flag access in SanitizerArgs parser by Alexey Samsonov · 12 years ago
  60. 05a10ff clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". by NAKAMURA Takumi · 12 years ago
  61. d7b1d24 [analyzer] Add an annotation to allow suppression of direct ivar assignment by Anna Zaks · 12 years ago
  62. 79ccd56 [analyzer] Fix warning typo. by Anna Zaks · 12 years ago
  63. f43b721 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 12 years ago
  64. 0395de3 Collect both normal and static data members of a class in source by Eric Christopher · 12 years ago
  65. 72daa3f One can have an unavailable method overridden by an available method, by Douglas Gregor · 12 years ago
  66. b9df75f Apply adjustment to function- and array-typed non-type template by Douglas Gregor · 12 years ago
  67. f4d918f When checking availability attributes for consistency between an by Douglas Gregor · 12 years ago
  68. 3214254 [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /". by Daniel Dunbar · 12 years ago
  69. ef8e498 Add a test for -Wsemicolon-before-method-body fixit by Dmitri Gribenko · 12 years ago
  70. 02d65ee Don't crash when binding a reference to a temporary pointer created from by Richard Smith · 12 years ago
  71. a121eb3 PR14950: Fix out-of-bounds function parameter access in literal operator lookup. by Richard Smith · 12 years ago
  72. d3e723e PR14918: Don't confuse braced-init-lists after template variable declarations by Richard Smith · 12 years ago
  73. 50a70cd Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! by Douglas Gregor · 12 years ago
  74. 5c52166 Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these by Richard Smith · 12 years ago
  75. 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 12 years ago
  76. 4195637 Refactor to call ActOnFinishFullExpr on every full expression. Teach by Richard Smith · 12 years ago
  77. 7c9dbb7 Multiprecision subtraction builtins. by Michael Gottesman · 12 years ago
  78. 858afb3 Topologically sort the link options generated for modules based on by Douglas Gregor · 12 years ago
  79. 3baad29 When forming the link options for an imported module, also include the by Douglas Gregor · 12 years ago
  80. 14a372b [analyzer] -drain is not an alias for -release. by Jordan Rose · 12 years ago
  81. 5d75ea7 Switch autolinking metadata format over to actual linker options, e.g., by Douglas Gregor · 12 years ago
  82. 8767dc2 Infer "link" lines for top-level frameworks. Essentially, a framework by Douglas Gregor · 12 years ago
  83. 19f8e85 This patch addresses varargs processing for small complex types under by Bill Schmidt · 12 years ago
  84. b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 12 years ago
  85. acd356e Dump comments in -ast-dump. http://llvm-reviews.chandlerc.com/D269 by Alexander Kornienko · 12 years ago
  86. fe1d594 clang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit -triple x86_64-unknown-unknown, or it doesn't work for targetting win32. by NAKAMURA Takumi · 12 years ago
  87. d6e7fae Add extra tests for [[gnu::...]] attributes, missed from r172382. by Richard Smith · 12 years ago
  88. 714fcc1 Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers by Richard Smith · 12 years ago
  89. f7a0527 Accept [[gnu::*]] for all __attribute__((*))s which are: by Richard Smith · 12 years ago
  90. 21c8fa8 PR12008: defer adding the implicit 'const' to a constexpr member function until by Richard Smith · 12 years ago
  91. 7b19cb1 *this is const in a trailing-return-type for a constexpr member function. by Richard Smith · 12 years ago
  92. 700d4e4 Refactor the x86 CPU name logic in the driver and pass -march and -mcpu by Chandler Carruth · 12 years ago
  93. ced7fdf clang/test/CodeGen/builtins-multiprecision.c: Enhance for each test to run on theree targets, i686, amd64, win64. by NAKAMURA Takumi · 12 years ago
  94. e7c588a Fixed spelling of test name: builtins-multipercision.c => builtins-multiprecision.c. by Michael Gottesman · 12 years ago
  95. 5a808c0 Added a triple to the test builtins-multiprecision.c. by Michael Gottesman · 12 years ago
  96. 0cf07bc Added builtins for multiprecision adds. by Michael Gottesman · 12 years ago
  97. d147f8f Add a comment to test to clarify the intention here by Dmitri Gribenko · 12 years ago
  98. 508276c bar by Rafael Espindola · 12 years ago
  99. 838dc59 Disable caching of visibility. by Rafael Espindola · 12 years ago
  100. 7a525ac Fix a regression from 171193: main cannot be overloaded. by Rafael Espindola · 12 years ago