1. e4743be <rdar://problem/13170740> Be a little more careful when instantiating 'this' expressions. by Douglas Gregor · 11 years ago
  2. 325de0c Move clang tests that depend on llvm/ADT/Statistic.h to a subdir. by Jan Wen Voung · 11 years ago
  3. 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 11 years ago
  4. c61361b <rdar://problem/13094134> Don't try to wire up typedef names for invalid anonymous tag declarations encountered during template instantiation. by Douglas Gregor · 11 years ago
  5. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  6. 303b96f <rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope. by Douglas Gregor · 11 years ago
  7. f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 11 years ago
  8. 389dc56 [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 11 years ago
  9. aa62d0c Fixes breaking of string literals. by Manuel Klimek · 11 years ago
  10. c2ac68e Remove unused variable. by Benjamin Kramer · 11 years ago
  11. 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 11 years ago
  12. ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 11 years ago
  13. 029c8f3 [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to by Argyrios Kyrtzidis · 11 years ago
  14. b70e7a8 [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. by Argyrios Kyrtzidis · 11 years ago
  15. 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 11 years ago
  16. 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 11 years ago
  17. 0689863 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 11 years ago
  18. 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 · 11 years ago
  19. 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 11 years ago
  20. 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 11 years ago
  21. fafaaef Move the atomics code into its own file. by John McCall · 11 years ago
  22. 9d232c8 Change hasAggregateLLVMType, which conflates complex and by John McCall · 11 years ago
  23. 372fe78 Add CharUnits::alignmentAtOffset. by John McCall · 11 years ago
  24. 1723f63 Evaluate compound literals directly into the result aggregate by John McCall · 11 years ago
  25. 76ecdfc Remove temporary std::vectors that ca be replaced with ArrayRef's magic. by Benjamin Kramer · 11 years ago
  26. f302354 Remove unncessary whitespace when triggered on empty line. by Daniel Jasper · 11 years ago
  27. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 11 years ago
  28. f3ddf63 Add 'e' to the SPIR data layout - SPIR is little endian for now. by Guy Benyei · 11 years ago
  29. b9aa673 Minor refactor of how we get compilation phases. by Matthew Curtis · 11 years ago
  30. 9789d0d2 Fix build with clang, this was supposed to be part of r176617. by Nick Lewycky · 11 years ago
  31. 0f815f1 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 11 years ago
  32. 018e9aa [analyzer] Warn on passing a reference to null pointer as an argument in a call by Anna Zaks · 11 years ago
  33. cf048a8 Don't duplicate function names. Thanks to Jordan Rose for pointing it out. by Rafael Espindola · 11 years ago
  34. 531db82 Add a hasExternalLinkage helper. No functionality change. by Rafael Espindola · 11 years ago
  35. 3778300 Add a hasExternalStorageAsWritten helper. No functionality change. by Rafael Espindola · 11 years ago
  36. 58bd77f Fix typo. by Rafael Espindola · 11 years ago
  37. c236b73 [analyzer] Check for returning null references in ReturnUndefChecker. by Jordan Rose · 11 years ago
  38. 962fbc4 [analyzer] Clean up a few doc comments for ProgramState and CallEvent. by Jordan Rose · 11 years ago
  39. 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 11 years ago
  40. 42773d6 [analyzer] Pass the correct Expr to the bug reporter visitors when dealing with CompoundLiteralExpr by Anna Zaks · 11 years ago
  41. 713e075 [analyzer] IDC: Add config option; perform the idc check on first “null node” rather than last “non-null”. by Anna Zaks · 11 years ago
  42. 398253a [PCH] When pre-validating the headers from the PCH, only validate non-system headers. by Argyrios Kyrtzidis · 11 years ago
  43. ed3802e [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file. by Argyrios Kyrtzidis · 11 years ago
  44. 36592b1 [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. by Argyrios Kyrtzidis · 11 years ago
  45. 8bd50b1 [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTrait that are not used for anything. by Argyrios Kyrtzidis · 11 years ago
  46. 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 11 years ago
  47. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 11 years ago
  48. f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 11 years ago
  49. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 11 years ago
  50. 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 11 years ago
  51. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 11 years ago
  52. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 11 years ago
  53. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 11 years ago
  54. 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 11 years ago
  55. b4e8245 Remove unused static variable. by Douglas Gregor · 11 years ago
  56. cf2c2e9 Preprocessor: don't keep comments under -traditional-cpp. by Jordan Rose · 11 years ago
  57. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 11 years ago
  58. eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 11 years ago
  59. 693fdfa Preprocessor: don't consider // to be a line comment in -E -std=c89 mode. by Jordan Rose · 11 years ago
  60. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 11 years ago
  61. f32e11d Remove outdated claim that GCC builds without a C++ compiler from compilers comparison. by Richard Smith · 11 years ago
  62. 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 11 years ago
  63. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 11 years ago
  64. ca76bf8 Fix this checkin. by Fariborz Jahanian · 11 years ago
  65. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 11 years ago
  66. 9710230 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  67. 7e6f23a Make LibASTMatchersTutorial code match text by Edwin Vane · 11 years ago
  68. ba6efd3 Documentation: use code highlighting by Dmitri Gribenko · 11 years ago
  69. ebed32c Add a test that we are passing the -fobjc-default-synthesize flag for Apple and by David Chisnall · 11 years ago
  70. 3c5cd15 Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a by Richard Smith · 11 years ago
  71. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 11 years ago
  72. e09b8c4 scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 11 years ago
  73. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 11 years ago
  74. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 11 years ago
  75. 5aff3f1 [analyzer] Don't let cf_audited_transfer override CFRetain semantics. by Jordan Rose · 11 years ago
  76. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 11 years ago
  77. 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 11 years ago
  78. fc55345 Tidy up lists of Cortex-A series processors, adding entries for A7. by Bob Wilson · 11 years ago
  79. 532f5a9 Fix confused use of llvm::StringSwitch for armv7r architecture. by Bob Wilson · 11 years ago
  80. d2ab6d3 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  81. 1c1508b [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compare two filenames, instead of llvm::sys::fs::equivalent(). by Argyrios Kyrtzidis · 11 years ago
  82. 8cc9c9d Comment parsing tests: move a test into a group of similar tests by Dmitri Gribenko · 11 years ago
  83. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 11 years ago
  84. 0090591 Make sure to not split string literals at the first character. by Manuel Klimek · 11 years ago
  85. 151b2ac warn-documentation.cpp: reorganize tests by Dmitri Gribenko · 11 years ago
  86. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 11 years ago
  87. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 11 years ago
  88. fd07591 R600: Use the GPU type to determine the correct DataLayout v2 by Tom Stellard · 11 years ago
  89. 1eee6c4 Format a line if a range in its leading whitespace was selected. by Daniel Jasper · 11 years ago
  90. e3a2b81 Make the tutorial easier to compile by adding in some of the details. by Manuel Klimek · 11 years ago
  91. 2f8845f Correction to r176432: the bug actually fixed was <rdar://13025708>. by John McCall · 11 years ago
  92. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 11 years ago
  93. 0353a7b Fix the emission of the copy-initialization of a block capture by John McCall · 11 years ago
  94. 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 11 years ago
  95. 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 11 years ago
  96. 0074d38 Beef up the testing of our 'ld' invocation on linux to cover static by Chandler Carruth · 11 years ago
  97. d0d6f64 Add an idea for a cpp11-migrate tool: TR1 migration by Dmitri Gribenko · 11 years ago
  98. b00150a Remove unused check from test. by David Chisnall · 11 years ago
  99. 7298c0b [docs] Spelling by Sean Silva · 11 years ago
  100. 72c1dba Improve C11 atomics support: by David Chisnall · 11 years ago