1. 33182dd Indentation fixes for clang-format. by Daniel Jasper · 12 years ago
  2. 720ffb6 Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com/D164#comment-4 : comments and a method rename by Alexander Kornienko · 12 years ago
  3. 99469f7 Reuse an existing diagnostic for tsan/msan needing -pie error. by Evgeniy Stepanov · 12 years ago
  4. 37ec8d5 In C++, if we hit an error in the class-head, don't try to parse the class body. by Richard Smith · 12 years ago
  5. 5b10af7 PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be by Richard Smith · 12 years ago
  6. 98cffc6 Minor reorganization. No functionality change. by Richard Smith · 12 years ago
  7. aacadfe Add missing virtual destructors reported by -Wnon-virtual-dtor. by Daniel Jasper · 12 years ago
  8. 112fb27 Small tweaks to automatic formatting. by Daniel Jasper · 12 years ago
  9. ac31c83 Simplify slightly by seperating out the responsibility for emission of a caret by Richard Smith · 12 years ago
  10. 88a8fa3 Driver.cpp: Restore clang/Config/config.h to be included at last not to prevent llvm-config.h. by NAKAMURA Takumi · 12 years ago
  11. 6788392 Simplify diagnostic emission. No functionality change intended. by Richard Smith · 12 years ago
  12. 91e2061 Thread-safety analysis: check locks on method calls, operator=, and by DeLesley Hutchins · 12 years ago
  13. 39a62fc [analyzer] Implement an opt-in variant of direct ivar assignment. by Anna Zaks · 12 years ago
  14. 47715cc Thread Safety Analysis: refactor to make more methods accept const pointers, by DeLesley Hutchins · 12 years ago
  15. 8920eb7 Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  16. fb4afc2 Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta. by DeLesley Hutchins · 12 years ago
  17. 1d15398 Add -whole-archive around the ASan runtime archive in the link command. by Chandler Carruth · 12 years ago
  18. 79762d3 Alphabetize source files, just like they have been before. by Ted Kremenek · 12 years ago
  19. 9d05986 Use the 'count' attribute to calculate the upper bound of an array. by Bill Wendling · 12 years ago
  20. 45b2738 Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to by Matt Beaumont-Gay · 12 years ago
  21. 3e2fe86 Testing C declarations embedded in by Fariborz Jahanian · 12 years ago
  22. accb0b0 Add missing destructors found with -Wnon-virtual-dtor. by Daniel Jasper · 12 years ago
  23. 441d9f7 Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient by Eli Bendersky · 12 years ago
  24. cff563c Error recovery part 2 by Alexander Kornienko · 12 years ago
  25. ff685c5 objective-c blocks: Consider padding due to alignment by Fariborz Jahanian · 12 years ago
  26. 393b008 Clang-format error recovery part 1 by Alexander Kornienko · 12 years ago
  27. 2040915 Make parenthesis counting and aligning a bit saner. by Daniel Jasper · 12 years ago
  28. a166e73 Enum formatting implementation by Alexander Kornienko · 12 years ago
  29. 5542635 ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last*, or llvm/Config/llvm-config.h could not be read in header files. by NAKAMURA Takumi · 12 years ago
  30. 987c2f5 Fixes crash in isDerivedFrom for recursive templates. by Manuel Klimek · 12 years ago
  31. 8822d3a Small fixes to unary operator recognition and handling of include directives. by Daniel Jasper · 12 years ago
  32. 00a3ccc Autotools has the same include guard for both Clang and LLVM's config.h. by Chandler Carruth · 12 years ago
  33. a88bb45 Replace workarounds with correct fixes. by Daniel Jasper · 12 years ago
  34. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  35. b331b5e clang/Lex: [CMake] Update CMakefiles since r169229. by NAKAMURA Takumi · 12 years ago
  36. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  37. df1059c In the PreprocessingRecord, to identify the different conditional directive regions by Argyrios Kyrtzidis · 12 years ago
  38. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  39. 003ec23 Add a 'count' field to the DWARF subrange. by Bill Wendling · 12 years ago
  40. 482b4fd Testing objective-C declarations embedded in by Fariborz Jahanian · 12 years ago
  41. cdeb7d5 Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly modes. Test cases included. by Michael Ilseman · 12 years ago
  42. 9dce4b3 remove trailing whitespace by Michael Ilseman · 12 years ago
  43. 73593eb Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary by Richard Smith · 12 years ago
  44. 0be4b36 Fixes a compile warning and crash in the tests. by Manuel Klimek · 12 years ago
  45. 91ecfa6 Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. by Alexey Samsonov · 12 years ago
  46. 12feb12 libclangFormat is not libclangTooling, but it depends on it. by Benjamin Kramer · 12 years ago
  47. 96a6639 Fix PR14474: don't emit debug info for interface types in -gline-tables-only mode. by Alexey Samsonov · 12 years ago
  48. bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago
  49. 09ccf39 Add -fsanitize=memory. by Evgeniy Stepanov · 12 years ago
  50. ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
  51. c2b914f Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. by Benjamin Kramer · 12 years ago
  52. bda07ac [MIPS] Add -mxgot/-mno-xgot command line options by Simon Atanasyan · 12 years ago
  53. 9d5a78d Add raw_ostream include to pacify MSVC. by Benjamin Kramer · 12 years ago
  54. a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
  55. 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
  56. 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
  57. e5411b7 Consistently use 'needsImplicit<special member>' to determine whether we need by Richard Smith · 12 years ago
  58. 19c8ce0 Try to make the source location information for token pastes a bit more consistent. by Eli Friedman · 12 years ago
  59. 0565037 Remove restriction on combining ubsan with asan or tsan. This has worked for a while. by Richard Smith · 12 years ago
  60. 464a01a Fix the determination of whether a capture refers to an enclosing by Douglas Gregor · 12 years ago
  61. 6e6330c Don't emit a warning with an input/output parameter. We assume the user knows what they're doing here. by Bill Wendling · 12 years ago
  62. 14afab3 Teach the serialized diagnostic writer to clone() itself, sharing by Douglas Gregor · 12 years ago
  63. e2dbaa9 Don't warn if the input size is less than the register size. Also don't warn if by Bill Wendling · 12 years ago
  64. d87de7b Make -Wtautological-constant-out-of-range-compare behave sanely for enums with a signed fixed type. by Eli Friedman · 12 years ago
  65. 4565e48 Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! by Douglas Gregor · 12 years ago
  66. 6c32543 When we're emitting a diagnostic with a source location in an imported by Douglas Gregor · 12 years ago
  67. bbe89d5 Fixing a precedence issue with my previous commit. by Aaron Ballman · 12 years ago
  68. 99ecd9f Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types in a logical operator. by Aaron Ballman · 12 years ago
  69. e74dc19 Comments: no need to escape any characters in \code ... \endcode. by Dmitri Gribenko · 12 years ago
  70. fafd101 Support for #pragma region/endregion for MSVC compatibility. Patch thanks to pravic! by Aaron Ballman · 12 years ago
  71. 87e2cfc Actually keep track of the source locations at which particular module by Douglas Gregor · 12 years ago
  72. 830ea5b When an error occurs while building a module on demand, provide "While by Douglas Gregor · 12 years ago
  73. 7f2d480 Allow matchers to access the ASTContext. by Manuel Klimek · 12 years ago
  74. ecdc8d3 Fix the computation of highlight ranges so we produce something sane when by Eli Friedman · 12 years ago
  75. 7d04d3a Refactor to reduce duplication in handling of special member functions. No functionality change. by Richard Smith · 12 years ago
  76. 463d909 Keep track of modules that have failed to build. If we encounter an by Douglas Gregor · 12 years ago
  77. db748a3 Fix a small calling-convention bug for x86-32. PR14453. by Eli Friedman · 12 years ago
  78. 74632aa Add ARM cortex-a5 subtarget by Quentin Colombet · 12 years ago
  79. 398b8e8 Revert commit revision r168953, to change the commit message, which was empty by Quentin Colombet · 12 years ago
  80. b3233f5 by Quentin Colombet · 12 years ago
  81. 4d1a6e4 This patch exposes to Clang users three more sanitizers are experimental features of ASan: by Alexey Samsonov · 12 years ago
  82. 6716d94 Make sure that we put the rest of the sanitizer libraries on the link line by Eric Christopher · 12 years ago
  83. b282920 Now that the underlying problem has been fixed, add r168411 back. by Rafael Espindola · 12 years ago
  84. 8b8a09e Merge function types in C. by Rafael Espindola · 12 years ago
  85. 53c61c5 [-cxx-abi microsoft] Also spill the argument-back-references context when mangling templates by Timur Iskhodzhanov · 12 years ago
  86. 8426890 Reject uses of __int128 on platforms that don't support it. Also move the ugly by Richard Smith · 12 years ago
  87. bba91b8 Fix sentence construction-o. by Nico Weber · 12 years ago
  88. a70779f Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 12 years ago
  89. afb4918 The declaration of a special member can require overload resolution to be by Richard Smith · 12 years ago
  90. 9c04666 Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <rdar://problem/12759044>. by Ted Kremenek · 12 years ago
  91. 586a061 [driver] -mkernel implies -mstrict-align; don't add the redundant option. by Chad Rosier · 12 years ago
  92. 52b501c Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertains to a friend declaration, that declaration shall be a definition. by Michael Han · 12 years ago
  93. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  94. a70c3f8 Per C++11 [except.spec]p2, rvalue references are not permitted in exception specifications. by Richard Smith · 12 years ago
  95. 21173b1 PR14388: An array or function type in an exception specification should be by Richard Smith · 12 years ago
  96. 060f34d ABI: comments from Eli on r168820. by Manman Ren · 12 years ago
  97. f51c61c ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of by Manman Ren · 12 years ago
  98. f641166 PR13098: If we're instantiating an overloaded binary operator and we could by Richard Smith · 12 years ago
  99. 3325b16 Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful diagnostic for invalid sets of sanitizers by Alexey Samsonov · 12 years ago
  100. 11c9a6e [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), Clang part. by Kostya Serebryany · 12 years ago