1. 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 12 years ago
  2. bf43f2f Tidy up formatting. by Richard Smith · 12 years ago
  3. 930c05c -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positive value. by Richard Smith · 12 years ago
  4. 0a94068 Fix test broken by r165572. by Richard Smith · 12 years ago
  5. 1be7939 Revert "Use a special path to place the .o files in." by Bob Wilson · 12 years ago
  6. 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
  7. 196f35e Add extra vim swap file pattern by Michael Liao · 12 years ago
  8. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  9. 8b2bfdd People put pragmas in crazy places; add more handling. PR14046. by Eli Friedman · 12 years ago
  10. 6c2fd0d Initialize the end loc in ObjCInterfaceTypeLoc. by Benjamin Kramer · 12 years ago
  11. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  12. bc0a2bb Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer. by Argyrios Kyrtzidis · 12 years ago
  13. 96a6eb9 [driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I by Chad Rosier · 12 years ago
  14. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  15. d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
  16. 2c3d8fa Don't forward -Wenum-conversion to cc1plus. by Ted Kremenek · 12 years ago
  17. 28e2aff Don't forward -Wint-conversion to cc1plus. by Ted Kremenek · 12 years ago
  18. 26a9438 Create variable for warning group -Wshorten-64-to-32. by Ted Kremenek · 12 years ago
  19. 740ae67 Move the functionality that looks for ObjC overridden methods from by Argyrios Kyrtzidis · 12 years ago
  20. ce12d2f Make the order of visitation of the pending bodies in the AST reader by Douglas Gregor · 12 years ago
  21. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  22. f288d22 Fixup for r165097: build 32-bit ASan compiler-rt library on 64-bit Linux only if just-built clang can build simple 32-bit executables by Alexey Samsonov · 12 years ago
  23. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  24. 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
  25. 5c3e4ca We use the enums to query whether an Attributes object has that attribute. The by Bill Wendling · 12 years ago
  26. de7c001 CXXMethodDecl::isConst() and CXXMethodDecl::isVolatile() can be const methods by Arnaud A. de Grandmaison · 12 years ago
  27. 21c3607 Move the logic that searches for overridden methods from libclang to by Argyrios Kyrtzidis · 12 years ago
  28. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  29. 3ef38ee Make sure we allow "#pragma options align=mac68k" in function-local contexts. <rdar://problem/12453134> by Eli Friedman · 12 years ago
  30. 7716a6b Add regression test to check if -Wenum-conversion is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
  31. d69f31c In VarDecl::getSourceRange() make sure to check that the source location by Argyrios Kyrtzidis · 12 years ago
  32. 635dc3a Actually add the -Wenum-conversion group to -Wconversion as r165361 by Chandler Carruth · 12 years ago
  33. fc80b79 Sort the subgroups of the diagnostic group for -Wconversion. No by Chandler Carruth · 12 years ago
  34. 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
  35. 09655fc Use a special path to place the .o files in. by Bill Wendling · 12 years ago
  36. 3201da3 CompilationDatabaseTest: Fix another Windows path issue. by Daniel Jasper · 12 years ago
  37. 8a5e8c3 CompilationDatabase: Use //net paths for tests, as they should be by Daniel Jasper · 12 years ago
  38. d7ee194 Don't emit double parentheses in __clang_version__. by Benjamin Kramer · 12 years ago
  39. 61a50ad Hopefully appease Windows buildbot with Japanese (?) error message. by Daniel Jasper · 12 years ago
  40. 2dbe2fa FileNameMatchTrie: Use StringRef instead of Twines where possible. by Daniel Jasper · 12 years ago
  41. 25a6a84 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  42. d3420c9 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 12 years ago
  43. 6b34c17 Use a single note diagnostic for all the precedent/parentheses warnings. by David Blaikie · 12 years ago
  44. 0bea863 StringRef-ify Binary/UnaryOperator::getOpcodeStr by David Blaikie · 12 years ago
  45. 6988666 Python bindings: fix typo. by Benjamin Kramer · 12 years ago
  46. 724d0dc Python bindings: Add missing availability kind. by Benjamin Kramer · 12 years ago
  47. 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
  48. a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
  49. 09fa33b List of potential checkers: smart pointer checker: actually, unique_ptr<T[]> by Dmitri Gribenko · 12 years ago
  50. b4e4529 Clang static analyzer docs: fix a couple of HTML markup issues and non-UTF-8 by Dmitri Gribenko · 12 years ago
  51. 9074fbe List of potential checkers: more C++11 details for the smart pointer checker. by Dmitri Gribenko · 12 years ago
  52. d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
  53. 0b06e33 Place warn_impcast_different_enum_types in a new warning group, -Wenum-conversion, that is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
  54. e3af20d Add link to potential future checkers. by Ted Kremenek · 12 years ago
  55. 41c1c71 Add list of potential checkers. Provided by Anton Yartsev! by Ted Kremenek · 12 years ago
  56. b1368c8 [analyzer] Tweak test to run the retain-count checker even on non-Darwin. by Jordan Rose · 12 years ago
  57. 1e5101e ParentMap: Restore the ability to update an existing map. by Jordan Rose · 12 years ago
  58. cf4ce93 [analyzer] Handle implicit statements used for end-of-path nodes' source locs. by Jordan Rose · 12 years ago
  59. d29245c [libclang] Fix the comments, as suggested by Dmitri. by Argyrios Kyrtzidis · 12 years ago
  60. 53d6ded [libclang] Don't disable the preprocessing record while indexing so as by Argyrios Kyrtzidis · 12 years ago
  61. cbeda89 Fix another spot where this test varied for a Release build. by Alex Rosenberg · 12 years ago
  62. 74112be Make test resilient to Release build temp names. by Alex Rosenberg · 12 years ago
  63. c857ce8 Propagate calling convention for aliases and weakrefs. by Alex Rosenberg · 12 years ago
  64. 26994a1 FileCheckize test by Alex Rosenberg · 12 years ago
  65. ef2388b Thread-safety analysis: allow attributes on constructors to refer to 'this'. by DeLesley Hutchins · 12 years ago
  66. efdfc1d Add color output to 'diagtool tree' to show what warnings are enabled by default. by Ted Kremenek · 12 years ago
  67. 54db324 Changing line endings from Windows to Unix. No functional changes. by Aaron Ballman · 12 years ago
  68. 4d1499d Add intrinsic of MULX in BMI2 header by Michael Liao · 12 years ago
  69. abd5fa2 Added forgotten break. by Abramo Bagnara · 12 years ago
  70. e6b39bc Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
  71. 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
  72. b3f55c5 Implement -Wshift-op-parentheses for: a << b + c by David Blaikie · 12 years ago
  73. 134d1e8a [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 12 years ago
  74. 5d04b1a [libclang] Introduce new C functions that provide information about modules: by Argyrios Kyrtzidis · 12 years ago
  75. c7782d9 [Modules] Introduce Module::TopHeaders which is a set of top-level headers by Argyrios Kyrtzidis · 12 years ago
  76. f03b888 [preprocessing record] Have PPEntityID be independent of the size of the by Argyrios Kyrtzidis · 12 years ago
  77. 6a01012 [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module by Argyrios Kyrtzidis · 12 years ago
  78. 76dd249 Test case for r165275. by Chad Rosier · 12 years ago
  79. 36ef0d5 If we flow off the end of a value-returning function: by Richard Smith · 12 years ago
  80. c339393 libstdc++-4.6 needs the same common_type fix as libstdc++-4.7. Other than that, by Richard Smith · 12 years ago
  81. d1a55a6 Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines by Richard Smith · 12 years ago
  82. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  83. 635311f Fixed instantiated operators source range. by Abramo Bagnara · 12 years ago
  84. 03a4005 Fixed friend decl source range. by Abramo Bagnara · 12 years ago
  85. 16467f2 Fixed ParamDecl source range for implicit typed k&r parameters. by Abramo Bagnara · 12 years ago
  86. 3645056 Fix the CodeGen/ppc64-varargs-struct.c test case to tolerate release builds. by Bill Schmidt · 12 years ago
  87. 61e404e Add a test case for r156143, which enabled general varargs support for the by Bill Schmidt · 12 years ago
  88. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  89. 45bed13 Fix scope location when parsing GNU attributes. by Michael Han · 12 years ago
  90. 763794a Revert 165129 by Preston Gurd · 12 years ago
  91. cbdc1a3 Prefer StringRef::startswith to the strncmp/strlen contraption. by Benjamin Kramer · 12 years ago
  92. 429fce9 Fix typo in comments. by Logan Chien · 12 years ago
  93. 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
  94. acf0bb4 Add missing comment for mangling. by Nick Lewycky · 12 years ago
  95. ff4ae6d Fail early with a clear assert if an operation with multiple uses somehow ends by Lang Hames · 12 years ago
  96. eddb00a Test file-scoped FP_CONTRACT pragma. by Lang Hames · 12 years ago
  97. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  98. 731a262 Add an explicit -object_path_lto flag during linking with a uniquified temporary by Bill Wendling · 12 years ago
  99. 5904c9c use ';' instead of '-' in the note part of my last patch. by Fariborz Jahanian · 12 years ago
  100. 36d0676 Update test case for r165174. by Chad Rosier · 12 years ago