1. e34db6b Flag that friend function definitions are "late parsed" so that by John McCall · 12 years ago
  2. aa778f1 Really fix the MIPS test. by Bill Wendling · 12 years ago
  3. 7c527e4 Attempt to fix test. by Bill Wendling · 12 years ago
  4. ad4b8b4 Cause the mips16/nomips16 attribute to be passed to LLVM from Clang by Reed Kotler · 12 years ago
  5. 6022c4e [analyzer] BugReporter - more precise tracking of C++ references by Anna Zaks · 12 years ago
  6. c5b9c8b [analyzer] Handle Objc Fast enumeration for "loop is executed 0 times". by Ted Kremenek · 12 years ago
  7. b38b3cd relax check to allow for attributes (fix buildbot for elf-ppc64) by Adrian Prantl · 12 years ago
  8. 1d5b1b3 Add llvm-symbolizer as test dependency. by Evgeniy Stepanov · 12 years ago
  9. e0d5c86 Set symbolizer path in the test environment. by Evgeniy Stepanov · 12 years ago
  10. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 12 years ago
  11. 365bc03 Test for LLVM r176911 by Matt Beaumont-Gay · 12 years ago
  12. 1d0d2fe Objective-C: In my last path, also check by Fariborz Jahanian · 12 years ago
  13. 054d047 Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler. by Ted Kremenek · 12 years ago
  14. 5ca58a0 Eliminate backend dependency in CFE testcase. by Adrian Prantl · 12 years ago
  15. 4c1adcc [driver] Only enable -fmodules-autolink if we are using the integrated assembler. by Ted Kremenek · 12 years ago
  16. 00df5ea Force column info to be generated for call expressions so we can by Adrian Prantl · 12 years ago
  17. 61d16c1 Driver: -ccc-install-dir should affect cc1 -resource-dir by Jim Grosbach · 12 years ago
  18. 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 12 years ago
  19. 82aaebe Add an interesting testcase we already handle correctly. by Rafael Espindola · 12 years ago
  20. 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 12 years ago
  21. c812c3a Move the extern "C" sema tests to a new file. by Rafael Espindola · 12 years ago
  22. a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 12 years ago
  23. c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 12 years ago
  24. 024c119 We already reported an error for by Rafael Espindola · 12 years ago
  25. e96bc52 Modify comment in user test. by Fariborz Jahanian · 12 years ago
  26. 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 12 years ago
  27. 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 12 years ago
  28. 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 12 years ago
  29. e8a1efc Remove driver support for Hexagon V2 and V3 by Matthew Curtis · 12 years ago
  30. 6fc9e7a Objective-C: When using super.prop, property should be by Fariborz Jahanian · 12 years ago
  31. ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 12 years ago
  32. ebbd7e0 Improve the caching of debuginfo Objective C interface types. by Adrian Prantl · 12 years ago
  33. d4bf760 Add -Wc99-compat warning for C11 unicode string and character literals. by Richard Smith · 12 years ago
  34. f96df90 Partly revert "Move clang tests that depend on llvm/ADT/Statistic.h to a subdir". by Jan Wen Voung · 12 years ago
  35. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 12 years ago
  36. 44abff7 Add a test case for the 'vec_type_hint' attribute that was introduced in by Joey Gouly · 12 years ago
  37. 3521c49 PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual by Anton Yartsev · 12 years ago
  38. d436c99 Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call. by Guy Benyei · 12 years ago
  39. 0093e12 When lexing in C11 mode, accept unicode character and string literals, per C11 by Richard Smith · 12 years ago
  40. 0b91cc4 Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also by Richard Smith · 12 years ago
  41. 0415998 [analyzer] Make Suppress IDC checker aware that it might not start from the same node it was registered at by Anna Zaks · 12 years ago
  42. 80412c4 [analyzer] Rename AttrNonNullChecker -> NonNullParamChecker by Anna Zaks · 12 years ago
  43. 6cc4e25 [analyzer] Add test case for reference to null pointer param check by Anna Zaks · 12 years ago
  44. 9fe09f3 [analyzer] Be more consistent about Objective-C methods that free memory. by Jordan Rose · 12 years ago
  45. 41d0164 Adjust the special non-C++ enum block return type inference by John McCall · 12 years ago
  46. 0183768 [analyzer] Look for lvalue nodes when tracking a null pointer. by Jordan Rose · 12 years ago
  47. 325de0c Move clang tests that depend on llvm/ADT/Statistic.h to a subdir. by Jan Wen Voung · 12 years ago
  48. 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 12 years ago
  49. c61361b <rdar://problem/13094134> Don't try to wire up typedef names for invalid anonymous tag declarations encountered during template instantiation. by Douglas Gregor · 12 years ago
  50. 303b96f <rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope. by Douglas Gregor · 12 years ago
  51. f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 12 years ago
  52. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 12 years ago
  53. ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 12 years ago
  54. 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 12 years ago
  55. 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 12 years ago
  56. 0689863 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 12 years ago
  57. 1344e94 Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-C object type <rdar://problem/13338107>. by Douglas Gregor · 12 years ago
  58. 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 12 years ago
  59. 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 12 years ago
  60. 1723f63 Evaluate compound literals directly into the result aggregate by John McCall · 12 years ago
  61. 018e9aa [analyzer] Warn on passing a reference to null pointer as an argument in a call by Anna Zaks · 12 years ago
  62. c236b73 [analyzer] Check for returning null references in ReturnUndefChecker. by Jordan Rose · 12 years ago
  63. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 12 years ago
  64. 42773d6 [analyzer] Pass the correct Expr to the bug reporter visitors when dealing with CompoundLiteralExpr by Anna Zaks · 12 years ago
  65. 713e075 [analyzer] IDC: Add config option; perform the idc check on first “null node” rather than last “non-null”. by Anna Zaks · 12 years ago
  66. 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 12 years ago
  67. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 12 years ago
  68. f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 12 years ago
  69. 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 12 years ago
  70. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
  71. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
  72. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 12 years ago
  73. 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 12 years ago
  74. cf2c2e9 Preprocessor: don't keep comments under -traditional-cpp. by Jordan Rose · 12 years ago
  75. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
  76. 693fdfa Preprocessor: don't consider // to be a line comment in -E -std=c89 mode. by Jordan Rose · 12 years ago
  77. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 12 years ago
  78. 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 12 years ago
  79. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 12 years ago
  80. 9710230 Mips specific inline assembler constraint 'R' by Jack Carter · 12 years ago
  81. ebed32c Add a test that we are passing the -fobjc-default-synthesize flag for Apple and by David Chisnall · 12 years ago
  82. 3c5cd15 Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a by Richard Smith · 12 years ago
  83. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
  84. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 12 years ago
  85. 5aff3f1 [analyzer] Don't let cf_audited_transfer override CFRetain semantics. by Jordan Rose · 12 years ago
  86. 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 12 years ago
  87. d2ab6d3 Mips specific inline assembler constraint 'R' by Jack Carter · 12 years ago
  88. 8cc9c9d Comment parsing tests: move a test into a group of similar tests by Dmitri Gribenko · 12 years ago
  89. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 12 years ago
  90. 151b2ac warn-documentation.cpp: reorganize tests by Dmitri Gribenko · 12 years ago
  91. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 12 years ago
  92. 2f8845f Correction to r176432: the bug actually fixed was <rdar://13025708>. by John McCall · 12 years ago
  93. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 12 years ago
  94. 0353a7b Fix the emission of the copy-initialization of a block capture by John McCall · 12 years ago
  95. 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 12 years ago
  96. 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 12 years ago
  97. 0074d38 Beef up the testing of our 'ld' invocation on linux to cover static by Chandler Carruth · 12 years ago
  98. b00150a Remove unused check from test. by David Chisnall · 12 years ago
  99. 72c1dba Improve C11 atomics support: by David Chisnall · 12 years ago
  100. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 12 years ago