1. 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
  2. 398253a [PCH] When pre-validating the headers from the PCH, only validate non-system headers. by Argyrios Kyrtzidis · 12 years ago
  3. ed3802e [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file. by Argyrios Kyrtzidis · 12 years ago
  4. 36592b1 [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. by Argyrios Kyrtzidis · 12 years ago
  5. 8bd50b1 [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTrait that are not used for anything. by Argyrios Kyrtzidis · 12 years ago
  6. 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 12 years ago
  7. 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 12 years ago
  8. f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 12 years ago
  9. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 12 years ago
  10. 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 12 years ago
  11. 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
  12. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
  13. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 12 years ago
  14. 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 12 years ago
  15. b4e8245 Remove unused static variable. by Douglas Gregor · 12 years ago
  16. cf2c2e9 Preprocessor: don't keep comments under -traditional-cpp. by Jordan Rose · 12 years ago
  17. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
  18. eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 12 years ago
  19. 693fdfa Preprocessor: don't consider // to be a line comment in -E -std=c89 mode. by Jordan Rose · 12 years ago
  20. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 12 years ago
  21. f32e11d Remove outdated claim that GCC builds without a C++ compiler from compilers comparison. by Richard Smith · 12 years ago
  22. 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 12 years ago
  23. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 12 years ago
  24. ca76bf8 Fix this checkin. by Fariborz Jahanian · 12 years ago
  25. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 12 years ago
  26. 9710230 Mips specific inline assembler constraint 'R' by Jack Carter · 12 years ago
  27. 7e6f23a Make LibASTMatchersTutorial code match text by Edwin Vane · 12 years ago
  28. ba6efd3 Documentation: use code highlighting by Dmitri Gribenko · 12 years ago
  29. ebed32c Add a test that we are passing the -fobjc-default-synthesize flag for Apple and by David Chisnall · 12 years ago
  30. 3c5cd15 Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a by Richard Smith · 12 years ago
  31. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
  32. e09b8c4 scan-build: explicitly say "No bugs found" if there are no reports. by Jordan Rose · 12 years ago
  33. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 12 years ago
  34. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 12 years ago
  35. 5aff3f1 [analyzer] Don't let cf_audited_transfer override CFRetain semantics. by Jordan Rose · 12 years ago
  36. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 12 years ago
  37. 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 12 years ago
  38. fc55345 Tidy up lists of Cortex-A series processors, adding entries for A7. by Bob Wilson · 12 years ago
  39. 532f5a9 Fix confused use of llvm::StringSwitch for armv7r architecture. by Bob Wilson · 12 years ago
  40. d2ab6d3 Mips specific inline assembler constraint 'R' by Jack Carter · 12 years ago
  41. 1c1508b [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compare two filenames, instead of llvm::sys::fs::equivalent(). by Argyrios Kyrtzidis · 12 years ago
  42. 8cc9c9d Comment parsing tests: move a test into a group of similar tests by Dmitri Gribenko · 12 years ago
  43. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 12 years ago
  44. 0090591 Make sure to not split string literals at the first character. by Manuel Klimek · 12 years ago
  45. 151b2ac warn-documentation.cpp: reorganize tests by Dmitri Gribenko · 12 years ago
  46. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 12 years ago
  47. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 12 years ago
  48. fd07591 R600: Use the GPU type to determine the correct DataLayout v2 by Tom Stellard · 12 years ago
  49. 1eee6c4 Format a line if a range in its leading whitespace was selected. by Daniel Jasper · 12 years ago
  50. e3a2b81 Make the tutorial easier to compile by adding in some of the details. by Manuel Klimek · 12 years ago
  51. 2f8845f Correction to r176432: the bug actually fixed was <rdar://13025708>. by John McCall · 12 years ago
  52. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 12 years ago
  53. 0353a7b Fix the emission of the copy-initialization of a block capture by John McCall · 12 years ago
  54. 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 12 years ago
  55. 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 12 years ago
  56. 0074d38 Beef up the testing of our 'ld' invocation on linux to cover static by Chandler Carruth · 12 years ago
  57. d0d6f64 Add an idea for a cpp11-migrate tool: TR1 migration by Dmitri Gribenko · 12 years ago
  58. b00150a Remove unused check from test. by David Chisnall · 12 years ago
  59. 7298c0b [docs] Spelling by Sean Silva · 12 years ago
  60. 72c1dba Improve C11 atomics support: by David Chisnall · 12 years ago
  61. 5b9f5cc Default to enabling default-synthesized ivars on all platforms by David Chisnall · 12 years ago
  62. e7259ae [docs] Use vim code-block instead of console. by Sean Silva · 12 years ago
  63. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 12 years ago
  64. b88d948 CommandLineArgumentParser: handle single quotes. by Peter Collingbourne · 12 years ago
  65. cc5dbda [analyzer] Simple inline defensive checks suppression by Anna Zaks · 12 years ago
  66. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 12 years ago
  67. 15e05e9 LLVM API changes. by Peter Collingbourne · 12 years ago
  68. 549a292 CMake: -Wno-nested-anon-types for Clang. by Jordan Rose · 12 years ago
  69. 067e968 [analyzer] Update open source checker build to checker-272. by Jordan Rose · 12 years ago
  70. d764e20 [analyzer] Special-case bitfields when finding sub-region bindings. by Jordan Rose · 12 years ago
  71. c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 12 years ago
  72. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 12 years ago
  73. 9abf1b4 [analyzer] Suppress paths involving a reference whose rvalue is null. by Jordan Rose · 12 years ago
  74. 516fb31 Remove whitespace at end of file. by Daniel Jasper · 12 years ago
  75. 8a5d7cd Correctly format arrays of pointers and function types. by Daniel Jasper · 12 years ago
  76. 9b5b659 [PCH] Remove building a SmallPtrSet that is not actually used for anything. by Argyrios Kyrtzidis · 12 years ago
  77. 2484971 Normal indent for last element of builder-type call. by Daniel Jasper · 12 years ago
  78. 812c045 Remove trailing whitespace of line comments. by Daniel Jasper · 12 years ago
  79. bc30c71 Implements breaking string literals at slashes. by Manuel Klimek · 12 years ago
  80. af31fd7 Implement fallback split point for string literals. by Manuel Klimek · 12 years ago
  81. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
  82. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
  83. df53919 [analyzer] Reword FAQ by Anna Zaks · 12 years ago
  84. 838a920 Add one more sanity check in SourceManager::getFileIDLoaded(). by Argyrios Kyrtzidis · 12 years ago
  85. 8504b7b [PCH] Enhance InputFile to also include whether the file is out-of-date. by Argyrios Kyrtzidis · 12 years ago
  86. 7db4bb9 In SourceManager::getFileIDLoaded(), add some sanity checks to make sure we don't enter an infinite loop. by Argyrios Kyrtzidis · 12 years ago
  87. 4a68c7b Restore order to placate test. I had no real reason to switch them. by John McCall · 12 years ago
  88. ed38313 Re-use bit from superclass and extract stuff into a local by John McCall · 12 years ago
  89. d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 12 years ago
  90. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
  91. ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 12 years ago
  92. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 12 years ago
  93. 280b956 ClangFormat.rst: Fix two small typos by Hans Wennborg · 12 years ago
  94. 8ddfb0b Fix a problem where 'clang' is ambiguous in MSVC builds. by Manuel Klimek · 12 years ago
  95. 809d1f1 Add comment to my last test. by Fariborz Jahanian · 12 years ago
  96. b98f7af objective-C code completion. Property accessors may not by Fariborz Jahanian · 12 years ago
  97. 25e81b2 Reduce penalty for splitting after "{" in static initializers. by Daniel Jasper · 12 years ago
  98. 8ed4100 Dont break between (( in __attribute__((. by Daniel Jasper · 12 years ago
  99. de38cb1 Improve property metadata generation with the GNUstep runtime. by David Chisnall · 12 years ago
  100. 9c3c7b3 No spaces around pointers to members. by Daniel Jasper · 12 years ago