1. 0234bfa Add null check for malformed code. by Ted Kremenek · 12 years ago
  2. 90da80c Fix build failure from r165722 by Derek Schuff · 12 years ago
  3. 3ab50fe Introduce a simple "hint" scheme to eliminate the quadratic behavior by Douglas Gregor · 12 years ago
  4. e9652bf Make the deserialization of PendingMacroIDs deterministic. by Douglas Gregor · 12 years ago
  5. cadaf4b Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 12 years ago
  6. f1c1ba0 -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. by Jordan Rose · 12 years ago
  7. 7da46f9 Properly factor Native Client defines to support NaCl as an OS by Derek Schuff · 12 years ago
  8. 0142f0c Handle gnu_inline in c++ in a gcc compatible way. Original patch by Tobias by Rafael Espindola · 12 years ago
  9. b5cd122 -Warc-repeated-use-of-weak: Don't warn on a single read followed by writes. by Jordan Rose · 12 years ago
  10. 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
  11. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  12. 50d2b26 ObjCMethodDecl::findPropertyDecl: bail out early if not an instance method. by Jordan Rose · 12 years ago
  13. babaf31 Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32 by Derek Schuff · 12 years ago
  14. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
  15. 9573c3a clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. by NAKAMURA Takumi · 12 years ago
  16. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  17. 4145228 Remove the ASTDeserializationListener's MacroVisible() callback, which by Douglas Gregor · 12 years ago
  18. 7097be9 Remove an unused bit from the serialized IdentifierInfo by Douglas Gregor · 12 years ago
  19. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  20. df75b0c Minor cleanup for r165678; no functional change. by Eli Friedman · 12 years ago
  21. 2edcde8 Make sure we perform the variadic method check correctly for calls to a member operator(). PR14057. by Eli Friedman · 12 years ago
  22. 786e620 Reapply "[analyzer] Treat fields of unions as having symbolic offsets." by Jordan Rose · 12 years ago
  23. 3ea19c8 Fix a crash-on-invalid when parsing a reference to an invalid auto declaration by David Blaikie · 12 years ago
  24. b9966bd objective-C IRgen: When sending a method to 'super' by Fariborz Jahanian · 12 years ago
  25. 8ceb837 Temporarily Revert "[analyzer] Treat fields of unions as having symbolic offsets." by Eric Christopher · 12 years ago
  26. bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
  27. 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  28. cf9030e [analyzer] Treat fields of unions as having symbolic offsets. by Jordan Rose · 12 years ago
  29. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  30. 4eff6b5 [analyzer] Don't run non-path-sensitive checks on system headers... by Jordan Rose · 12 years ago
  31. 469ba55 [analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/g by Jordan Rose · 12 years ago
  32. c88f8ef -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 12 years ago
  33. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  34. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  35. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 12 years ago
  36. b5e4ace Fix stack overflow when trying to create an implicit moving by Argyrios Kyrtzidis · 12 years ago
  37. f82232c Apply the same fundamental fix for PR14048 as was applied for PR11905. by Chandler Carruth · 12 years ago
  38. 603571a Remove the final bits of Attributes being declared in the Attribute by Bill Wendling · 12 years ago
  39. eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
  40. fac6310 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. by Bill Wendling · 12 years ago
  41. 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 12 years ago
  42. 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 12 years ago
  43. bf43f2f Tidy up formatting. by Richard Smith · 12 years ago
  44. 930c05c -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positive value. by Richard Smith · 12 years ago
  45. dc47bdc -fcatch-undefined-behavior: store the type name directly at the end of a type descriptor. 5% binary size reduction due to fewer relocations. by Richard Smith · 12 years ago
  46. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  47. 8b2bfdd People put pragmas in crazy places; add more handling. PR14046. by Eli Friedman · 12 years ago
  48. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  49. bc0a2bb Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer. by Argyrios Kyrtzidis · 12 years ago
  50. 96a6eb9 [driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I by Chad Rosier · 12 years ago
  51. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  52. d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
  53. 2c3d8fa Don't forward -Wenum-conversion to cc1plus. by Ted Kremenek · 12 years ago
  54. 28e2aff Don't forward -Wint-conversion to cc1plus. by Ted Kremenek · 12 years ago
  55. 740ae67 Move the functionality that looks for ObjC overridden methods from by Argyrios Kyrtzidis · 12 years ago
  56. ce12d2f Make the order of visitation of the pending bodies in the AST reader by Douglas Gregor · 12 years ago
  57. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  58. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  59. f5b132f Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidateSet::clear and don't do it on destruction. by Benjamin Kramer · 12 years ago
  60. 5c3e4ca We use the enums to query whether an Attributes object has that attribute. The by Bill Wendling · 12 years ago
  61. 21c3607 Move the logic that searches for overridden methods from libclang to by Argyrios Kyrtzidis · 12 years ago
  62. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  63. 3ef38ee Make sure we allow "#pragma options align=mac68k" in function-local contexts. <rdar://problem/12453134> by Eli Friedman · 12 years ago
  64. d69f31c In VarDecl::getSourceRange() make sure to check that the source location by Argyrios Kyrtzidis · 12 years ago
  65. 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
  66. d7ee194 Don't emit double parentheses in __clang_version__. by Benjamin Kramer · 12 years ago
  67. 61a50ad Hopefully appease Windows buildbot with Japanese (?) error message. by Daniel Jasper · 12 years ago
  68. 2dbe2fa FileNameMatchTrie: Use StringRef instead of Twines where possible. by Daniel Jasper · 12 years ago
  69. 25a6a84 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  70. d3420c9 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 12 years ago
  71. 6b34c17 Use a single note diagnostic for all the precedent/parentheses warnings. by David Blaikie · 12 years ago
  72. 0bea863 StringRef-ify Binary/UnaryOperator::getOpcodeStr by David Blaikie · 12 years ago
  73. 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
  74. a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
  75. d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
  76. 1e5101e ParentMap: Restore the ability to update an existing map. by Jordan Rose · 12 years ago
  77. cf4ce93 [analyzer] Handle implicit statements used for end-of-path nodes' source locs. by Jordan Rose · 12 years ago
  78. c857ce8 Propagate calling convention for aliases and weakrefs. by Alex Rosenberg · 12 years ago
  79. ef2388b Thread-safety analysis: allow attributes on constructors to refer to 'this'. by DeLesley Hutchins · 12 years ago
  80. 4d1499d Add intrinsic of MULX in BMI2 header by Michael Liao · 12 years ago
  81. abd5fa2 Added forgotten break. by Abramo Bagnara · 12 years ago
  82. e6b39bc Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
  83. c969e6a Workaround for libstdc++4.6 <atomic> bug: make comment more explicit about what's going on, per Sean Silva's suggestion. by Richard Smith · 12 years ago
  84. b3f55c5 Implement -Wshift-op-parentheses for: a << b + c by David Blaikie · 12 years ago
  85. c7782d9 [Modules] Introduce Module::TopHeaders which is a set of top-level headers by Argyrios Kyrtzidis · 12 years ago
  86. f03b888 [preprocessing record] Have PPEntityID be independent of the size of the by Argyrios Kyrtzidis · 12 years ago
  87. 6a01012 [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module by Argyrios Kyrtzidis · 12 years ago
  88. 36ef0d5 If we flow off the end of a value-returning function: by Richard Smith · 12 years ago
  89. d1a55a6 Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines by Richard Smith · 12 years ago
  90. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  91. 635311f Fixed instantiated operators source range. by Abramo Bagnara · 12 years ago
  92. 16467f2 Fixed ParamDecl source range for implicit typed k&r parameters. by Abramo Bagnara · 12 years ago
  93. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  94. 45bed13 Fix scope location when parsing GNU attributes. by Michael Han · 12 years ago
  95. cbdc1a3 Prefer StringRef::startswith to the strncmp/strlen contraption. by Benjamin Kramer · 12 years ago
  96. 429fce9 Fix typo in comments. by Logan Chien · 12 years ago
  97. 351dbbe Fix r165005: The lexical DeclContext is not the right place to make a decision about whether we need to call tryAddTopLevelDecl or not. That call should be made when the DeclContext's redeclaration context is the translation unit. by Axel Naumann · 12 years ago
  98. acf0bb4 Add missing comment for mangling. by Nick Lewycky · 12 years ago
  99. ff4ae6d Fail early with a clear assert if an operation with multiple uses somehow ends by Lang Hames · 12 years ago
  100. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago