1. cf2c2e9 Preprocessor: don't keep comments under -traditional-cpp. by Jordan Rose · 11 years ago
  2. 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 11 years ago
  3. eb8f69f fix a missing check in my last patch. // rdar://13094352 by Fariborz Jahanian · 11 years ago
  4. 693fdfa Preprocessor: don't consider // to be a line comment in -E -std=c89 mode. by Jordan Rose · 11 years ago
  5. 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 11 years ago
  6. 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 11 years ago
  7. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 11 years ago
  8. ca76bf8 Fix this checkin. by Fariborz Jahanian · 11 years ago
  9. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 11 years ago
  10. 9710230 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  11. 3c5cd15 Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a by Richard Smith · 11 years ago
  12. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 11 years ago
  13. 41f3f3a Silence a number of static analyzer warnings with assertions and such. by Jordan Rose · 11 years ago
  14. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 11 years ago
  15. 5aff3f1 [analyzer] Don't let cf_audited_transfer override CFRetain semantics. by Jordan Rose · 11 years ago
  16. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 11 years ago
  17. 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 11 years ago
  18. fc55345 Tidy up lists of Cortex-A series processors, adding entries for A7. by Bob Wilson · 11 years ago
  19. 532f5a9 Fix confused use of llvm::StringSwitch for armv7r architecture. by Bob Wilson · 11 years ago
  20. d2ab6d3 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  21. 1c1508b [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compare two filenames, instead of llvm::sys::fs::equivalent(). by Argyrios Kyrtzidis · 11 years ago
  22. c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 11 years ago
  23. 0090591 Make sure to not split string literals at the first character. by Manuel Klimek · 11 years ago
  24. 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 11 years ago
  25. fd07591 R600: Use the GPU type to determine the correct DataLayout v2 by Tom Stellard · 11 years ago
  26. 1eee6c4 Format a line if a range in its leading whitespace was selected. by Daniel Jasper · 11 years ago
  27. 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 11 years ago
  28. 0353a7b Fix the emission of the copy-initialization of a block capture by John McCall · 11 years ago
  29. 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 11 years ago
  30. 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 11 years ago
  31. 72c1dba Improve C11 atomics support: by David Chisnall · 11 years ago
  32. 5b9f5cc Default to enabling default-synthesized ivars on all platforms by David Chisnall · 11 years ago
  33. 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 11 years ago
  34. b88d948 CommandLineArgumentParser: handle single quotes. by Peter Collingbourne · 11 years ago
  35. cc5dbda [analyzer] Simple inline defensive checks suppression by Anna Zaks · 11 years ago
  36. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 11 years ago
  37. 15e05e9 LLVM API changes. by Peter Collingbourne · 11 years ago
  38. d764e20 [analyzer] Special-case bitfields when finding sub-region bindings. by Jordan Rose · 11 years ago
  39. c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 11 years ago
  40. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  41. 9abf1b4 [analyzer] Suppress paths involving a reference whose rvalue is null. by Jordan Rose · 11 years ago
  42. 516fb31 Remove whitespace at end of file. by Daniel Jasper · 11 years ago
  43. 8a5d7cd Correctly format arrays of pointers and function types. by Daniel Jasper · 11 years ago
  44. 9b5b659 [PCH] Remove building a SmallPtrSet that is not actually used for anything. by Argyrios Kyrtzidis · 11 years ago
  45. 2484971 Normal indent for last element of builder-type call. by Daniel Jasper · 11 years ago
  46. 812c045 Remove trailing whitespace of line comments. by Daniel Jasper · 11 years ago
  47. bc30c71 Implements breaking string literals at slashes. by Manuel Klimek · 11 years ago
  48. af31fd7 Implement fallback split point for string literals. by Manuel Klimek · 11 years ago
  49. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 11 years ago
  50. b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 11 years ago
  51. 838a920 Add one more sanity check in SourceManager::getFileIDLoaded(). by Argyrios Kyrtzidis · 11 years ago
  52. 8504b7b [PCH] Enhance InputFile to also include whether the file is out-of-date. by Argyrios Kyrtzidis · 11 years ago
  53. 7db4bb9 In SourceManager::getFileIDLoaded(), add some sanity checks to make sure we don't enter an infinite loop. by Argyrios Kyrtzidis · 11 years ago
  54. 4a68c7b Restore order to placate test. I had no real reason to switch them. by John McCall · 11 years ago
  55. ed38313 Re-use bit from superclass and extract stuff into a local by John McCall · 11 years ago
  56. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 11 years ago
  57. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  58. b98f7af objective-C code completion. Property accessors may not by Fariborz Jahanian · 11 years ago
  59. 25e81b2 Reduce penalty for splitting after "{" in static initializers. by Daniel Jasper · 11 years ago
  60. 8ed4100 Dont break between (( in __attribute__((. by Daniel Jasper · 11 years ago
  61. de38cb1 Improve property metadata generation with the GNUstep runtime. by David Chisnall · 11 years ago
  62. 9c3c7b3 No spaces around pointers to members. by Daniel Jasper · 11 years ago
  63. ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 11 years ago
  64. a4d4621 Improve formatting of #defines. by Daniel Jasper · 11 years ago
  65. b6f02f3 Fix bug when formatting "A<A<A>>". by Daniel Jasper · 11 years ago
  66. 3a39ac7 Fix incorrect recognition of bin-packing. by Daniel Jasper · 11 years ago
  67. 807809c Fix spacing after binary operator as macro parameter. by Daniel Jasper · 11 years ago
  68. 16cda86 Fix global overflow in types::lookupTypeForTypeSpecifier. by Evgeniy Stepanov · 11 years ago
  69. e33d852 [analyzer] RegionStore: collectSubRegionKeys -> collectSubRegionBindings by Jordan Rose · 11 years ago
  70. c0cedbe PR15360: nullptr as a non-type template argument to a function type non-type template parameter by David Blaikie · 11 years ago
  71. 6f41608 [analyzer] Teach FindLastStoreBRVisitor to understand stores of the same value. by Jordan Rose · 11 years ago
  72. a11f22f [analyzer] Turn on C++ constructor inlining by default. by Jordan Rose · 11 years ago
  73. 4c4df45 [driver] The failure of any phase (e.g., preprocess, compile, assemble) for a by Chad Rosier · 11 years ago
  74. e9616a4 [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 by Simon Atanasyan · 11 years ago
  75. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 11 years ago
  76. 9c65b06 Fix formatting of multiplications in array subscripts. by Daniel Jasper · 11 years ago
  77. 8614304 [Sanitizer] Change driver behavior when linking with -fsanitize=thread and -fsanitize=memory. TSan/MSan also provide their versions of new/delete and should use the same strategy as ASan. Share the code that sets linker flags for all sanitizers. by Alexey Samsonov · 11 years ago
  78. faab0d3 Enable bin-packing in Google style. by Daniel Jasper · 11 years ago
  79. f4086eb Update clang for LLVM API change. No functionality change. by Nick Lewycky · 11 years ago
  80. a2bb892 Don't cache the visibility of types. by Rafael Espindola · 11 years ago
  81. 5e8577e Use the correct alignment for POD-member memcpys where the first field is a by Lang Hames · 11 years ago
  82. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 11 years ago
  83. 18895dc Change Type::getLinkageAndVisibility to return a LinkageInfo. by Rafael Espindola · 11 years ago
  84. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 11 years ago
  85. da89105 Update template diffing to handle template arguments that are declarations. by Richard Trieu · 11 years ago
  86. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 11 years ago
  87. b7a3f74 [analyzer] Add stop-gap patch to prevent assertion failure when analyzing LLVM codebase. by Ted Kremenek · 11 years ago
  88. 1ebefc7 [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenIDToIdentifier() only when it's not already an identifier. by Argyrios Kyrtzidis · 11 years ago
  89. 664e860 comment parsing: Properties are considered like methods, and people by Fariborz Jahanian · 11 years ago
  90. 714b509 Don't crash when diagnosing path-constrained protected by John McCall · 11 years ago
  91. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 11 years ago
  92. deb8f5d [analyzer] If a struct has a partial lazy binding, its fields aren't Undef. by Jordan Rose · 11 years ago
  93. 2564f81 Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. by Ted Kremenek · 11 years ago
  94. d9365d2 Temporarily revert r176133 until testcases are modified. by Bill Wendling · 11 years ago
  95. 2693c32 Don't set the -target-cpu and -target-features attributes just now. by Bill Wendling · 11 years ago
  96. bcf73c2 No need to initialize these variables. by Chad Rosier · 11 years ago
  97. 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 11 years ago
  98. 5509f37 Fix initializer for variables with attribute address_space set. by Matt Arsenault · 11 years ago
  99. 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 11 years ago
  100. 4238f41 [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a VarRegion. by Ted Kremenek · 11 years ago