1. 627b463 by Joey Gouly · 12 years ago
  2. d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 12 years ago
  3. 35ae832 clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. by NAKAMURA Takumi · 12 years ago
  4. bcac91a Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. by Nick Lewycky · 12 years ago
  5. 9b7ea0d Start checking nonnull (as well as format and argument_with_type_tag) on by Nick Lewycky · 12 years ago
  6. 2f169f8 Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
  7. ee64b81 Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
  8. 0e697aa The diagnostic is now a warning instead of an error. Also don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
  9. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 12 years ago
  10. 38878aa Add a test case for 'analyzer_noreturn' on category methods. by Ted Kremenek · 12 years ago
  11. a5b6469 Honor attribute 'analyzer_noreturn' on Objective-C methods. by Ted Kremenek · 12 years ago
  12. 630f4bb Implement -Wvla correctly by Dmitri Gribenko · 12 years ago
  13. 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 12 years ago
  14. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 12 years ago
  15. 3edf387 Make __attribute__((nonnull)) use the general expression evaluator to search for by Nick Lewycky · 12 years ago
  16. d069c3d clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'. by NAKAMURA Takumi · 12 years ago
  17. 6ea3a2a [Driver] Don't remove non-regular files that were outputs. by Daniel Dunbar · 12 years ago
  18. bce9205 Add a triple, per Ben's suggestion. by Chad Rosier · 12 years ago
  19. bd00bdb Second attempt to fix ppc bots. by Chad Rosier · 12 years ago
  20. 80d38eb Add x86 requirement to hopefully fix ppc bots. by Chad Rosier · 12 years ago
  21. b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 12 years ago
  22. b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
  23. d6ec473 Split "discards qualifiers" warnings of -Wincompatible-pointer-types into subgroup. by Ted Kremenek · 12 years ago
  24. 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  25. c666cf4 [ms-inline asm] Remove a warning about ms-style inline assembly not being by Chad Rosier · 12 years ago
  26. 3a344f9 Fix a bug in VarDecl::getSourceRange() for static member arrays with an element by Nico Weber · 12 years ago
  27. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 12 years ago
  28. 6a94c1e [ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the dynamic runtime. by Alexander Potapenko · 12 years ago
  29. b62faef Use the correct field to copy/dispose a __block variable. by John McCall · 12 years ago
  30. 614323c clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress. by NAKAMURA Takumi · 12 years ago
  31. cc128e9 clang/test: [CMake] check-clang doesn't require llvm-dis any more. by NAKAMURA Takumi · 12 years ago
  32. a7246da clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and FileCheck-ize two tests. -O1 is sufficient here. by NAKAMURA Takumi · 12 years ago
  33. 146254f clang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm's opt and llvm-dis, and FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  34. 9627bb6 clang/test/CodeGen/blocks-seq.c: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
  35. f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
  36. 141b90c [analyzer] Fix test for r173067. by Jordan Rose · 12 years ago
  37. 187f8bd [analyzer] Show notes inside implicit calls at the last explicit call site. by Jordan Rose · 12 years ago
  38. 2f1ac41 Fixes formatting of empty blocks. by Manuel Klimek · 12 years ago
  39. 032f253 Fix parsing of templated declarations. by Daniel Jasper · 12 years ago
  40. 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 12 years ago
  41. 445743d Add a fixit for _Noreturn main, by Dmitri Gribenko · 12 years ago
  42. 2cb3d30 Port r172856: 'Include ubsan runtime even when building a shared library. We don't require executable to be linked with UBSan.' to Mac by Alexey Samsonov · 12 years ago
  43. 4b12be6 PR14472: Preserve qualifiers while unwrapping types for debug info by David Blaikie · 12 years ago
  44. 4bdc604 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 12 years ago
  45. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 12 years ago
  46. a89701b The last of PR14471: Debug info support for inline in-class initializer for float static members by David Blaikie · 12 years ago
  47. 4918c53 Actually update the test, fixup for r172923 by Dmitri Gribenko · 12 years ago
  48. 44a3ddb Comment parsing: add more tests for html character references by Dmitri Gribenko · 12 years ago
  49. 2b9de0b [analyzer] Don't show "Entered 'foo'" if 'foo' is implicit. by Jordan Rose · 12 years ago
  50. e8d7514 Emit the function type of member function pointer types the same as member functions. by David Blaikie · 12 years ago
  51. 6ee777d Move an input header file under an Inputs directory to be consistent by Chandler Carruth · 12 years ago
  52. 39371b8 Reapply r172878 with test case. by Ted Kremenek · 12 years ago
  53. ba65f50 Fix five more cases of tokens which can legally follow a type specifier. by Richard Smith · 12 years ago
  54. 1dfebd9 [analyzer] Suppress warnings coming out of macros defined in sys/queue.h by Anna Zaks · 12 years ago
  55. 77fd3c0 -Wuninitialized: warn about uninitialized values resulting from ?: that evaluate to lvalues (in C++). by Ted Kremenek · 12 years ago
  56. 22eaced Once we've collected the template arguments for a by Douglas Gregor · 12 years ago
  57. 0ecc2e9 Thread-safety analysis: ignore edges from throw expressions in CFG. by DeLesley Hutchins · 12 years ago
  58. 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
  59. dbee949 [mips] Enable inlining of atomic ops on mips32 and mips64. by Akira Hatanaka · 12 years ago
  60. 55fc3a7 Fix parsing of class specifiers before '\n' 'operator'. by Nico Weber · 12 years ago
  61. e02be97 [analyzer] Special path notes for C++ special member functions. by Jordan Rose · 12 years ago
  62. dc47c9a [analyzer] Do a better job describing C++ member functions in the call stack. by Jordan Rose · 12 years ago
  63. 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
  64. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  65. c79afda Reduce penalty for splitting between ")" and ".". by Daniel Jasper · 12 years ago
  66. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 12 years ago
  67. f373c5d When checking the parameter types of an Objective-C method, don't by Douglas Gregor · 12 years ago
  68. 96bd14b [ms-inline asm] Test case for r172773. by Chad Rosier · 12 years ago
  69. 92d1387 One can override an Objective-C ARC ownership qualifier that came from by Douglas Gregor · 12 years ago
  70. ba57183 Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not by Richard Smith · 12 years ago
  71. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  72. fa2b53c [analyzer] DirectIvarAssignment: allow suppression annotation on Ivars. by Anna Zaks · 12 years ago
  73. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 12 years ago
  74. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 12 years ago
  75. 995e4a7 -Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for by Richard Smith · 12 years ago
  76. 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  77. 17d481f Do not pass -pie flag to linker if -shared specified. This matches by Peter Collingbourne · 12 years ago
  78. 205ecf0 [ms-inline asm] Updates and test case for r172743. Part of rdar://12576868 by Chad Rosier · 12 years ago
  79. 242ae3d Format strings: correct signedness if already correcting width (%d,%u). by Jordan Rose · 12 years ago
  80. c8145bb Convert test/FixIt/format-darwin.m to use relative line numbers. by Jordan Rose · 12 years ago
  81. 617bb31 Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. by Joey Gouly · 12 years ago
  82. df96e02 Add initial rough support for synthesizing linker options when passed by Chandler Carruth · 12 years ago
  83. ee000bb Improve -Wreorder to handle cases of anonymous class member ordering by David Blaikie · 12 years ago
  84. 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
  85. 459455b Add test for PR12938, fixed by Richard Smith in r172691 by David Blaikie · 12 years ago
  86. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 12 years ago
  87. 6987e8d Add a comment for Daniel by Douglas Gregor · 12 years ago
  88. dca97dd Test that we correctly handle reversion of line splicing etc in raw string by Richard Smith · 12 years ago
  89. f9d03c1 [IRgen] Update modules autolink metadata to use module flags (as now specified by Daniel Dunbar · 12 years ago
  90. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  91. 6c3af3d Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on by Richard Smith · 12 years ago
  92. 4637d18 clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  93. 0f9b9f3 Treat hidden Objective-C protocol definitions as if they were by Douglas Gregor · 12 years ago
  94. a6f9707 Implement a fixit for -Wmain-return-type by Dmitri Gribenko · 12 years ago
  95. 90a2d39 objC block layout: Patch reorders block layout to by Fariborz Jahanian · 12 years ago
  96. a44b970 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 12 years ago
  97. 4d8a33b Delay linkage checks when validating the weakref attribute. by Rafael Espindola · 12 years ago
  98. afb7ce3 Fixes crash when illegal function definitions are deleted or defaulted. Fixes PR14577. by Aaron Ballman · 12 years ago
  99. 2a5bb50 Check for internal weak decls after merging. by Rafael Espindola · 12 years ago
  100. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 12 years ago