1. 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
  2. 6788392 Simplify diagnostic emission. No functionality change intended. by Richard Smith · 12 years ago
  3. 91e2061 Thread-safety analysis: check locks on method calls, operator=, and by DeLesley Hutchins · 12 years ago
  4. 39a62fc [analyzer] Implement an opt-in variant of direct ivar assignment. by Anna Zaks · 12 years ago
  5. 47715cc Thread Safety Analysis: refactor to make more methods accept const pointers, by DeLesley Hutchins · 12 years ago
  6. 8920eb7 Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  7. fb4afc2 Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta. by DeLesley Hutchins · 12 years ago
  8. 1d15398 Add -whole-archive around the ASan runtime archive in the link command. by Chandler Carruth · 12 years ago
  9. 79762d3 Alphabetize source files, just like they have been before. by Ted Kremenek · 12 years ago
  10. 9d05986 Use the 'count' attribute to calculate the upper bound of an array. by Bill Wendling · 12 years ago
  11. 45b2738 Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to by Matt Beaumont-Gay · 12 years ago
  12. 3e2fe86 Testing C declarations embedded in by Fariborz Jahanian · 12 years ago
  13. accb0b0 Add missing destructors found with -Wnon-virtual-dtor. by Daniel Jasper · 12 years ago
  14. 441d9f7 Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient by Eli Bendersky · 12 years ago
  15. cff563c Error recovery part 2 by Alexander Kornienko · 12 years ago
  16. ff685c5 objective-c blocks: Consider padding due to alignment by Fariborz Jahanian · 12 years ago
  17. 393b008 Clang-format error recovery part 1 by Alexander Kornienko · 12 years ago
  18. 2040915 Make parenthesis counting and aligning a bit saner. by Daniel Jasper · 12 years ago
  19. a166e73 Enum formatting implementation by Alexander Kornienko · 12 years ago
  20. 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
  21. 987c2f5 Fixes crash in isDerivedFrom for recursive templates. by Manuel Klimek · 12 years ago
  22. 8822d3a Small fixes to unary operator recognition and handling of include directives. by Daniel Jasper · 12 years ago
  23. 00a3ccc Autotools has the same include guard for both Clang and LLVM's config.h. by Chandler Carruth · 12 years ago
  24. a88bb45 Replace workarounds with correct fixes. by Daniel Jasper · 12 years ago
  25. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  26. b331b5e clang/Lex: [CMake] Update CMakefiles since r169229. by NAKAMURA Takumi · 12 years ago
  27. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  28. df1059c In the PreprocessingRecord, to identify the different conditional directive regions by Argyrios Kyrtzidis · 12 years ago
  29. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  30. 003ec23 Add a 'count' field to the DWARF subrange. by Bill Wendling · 12 years ago
  31. 482b4fd Testing objective-C declarations embedded in by Fariborz Jahanian · 12 years ago
  32. 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
  33. 9dce4b3 remove trailing whitespace by Michael Ilseman · 12 years ago
  34. 73593eb Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary by Richard Smith · 12 years ago
  35. 0be4b36 Fixes a compile warning and crash in the tests. by Manuel Klimek · 12 years ago
  36. 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
  37. 12feb12 libclangFormat is not libclangTooling, but it depends on it. by Benjamin Kramer · 12 years ago
  38. 96a6639 Fix PR14474: don't emit debug info for interface types in -gline-tables-only mode. by Alexey Samsonov · 12 years ago
  39. bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago
  40. 09ccf39 Add -fsanitize=memory. by Evgeniy Stepanov · 12 years ago
  41. ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
  42. 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
  43. bda07ac [MIPS] Add -mxgot/-mno-xgot command line options by Simon Atanasyan · 12 years ago
  44. 9d5a78d Add raw_ostream include to pacify MSVC. by Benjamin Kramer · 12 years ago
  45. a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
  46. 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
  47. 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
  48. e5411b7 Consistently use 'needsImplicit<special member>' to determine whether we need by Richard Smith · 12 years ago
  49. 19c8ce0 Try to make the source location information for token pastes a bit more consistent. by Eli Friedman · 12 years ago
  50. 0565037 Remove restriction on combining ubsan with asan or tsan. This has worked for a while. by Richard Smith · 12 years ago
  51. 464a01a Fix the determination of whether a capture refers to an enclosing by Douglas Gregor · 12 years ago
  52. 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
  53. 14afab3 Teach the serialized diagnostic writer to clone() itself, sharing by Douglas Gregor · 12 years ago
  54. 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
  55. d87de7b Make -Wtautological-constant-out-of-range-compare behave sanely for enums with a signed fixed type. by Eli Friedman · 12 years ago
  56. 4565e48 Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! by Douglas Gregor · 12 years ago
  57. 6c32543 When we're emitting a diagnostic with a source location in an imported by Douglas Gregor · 12 years ago
  58. bbe89d5 Fixing a precedence issue with my previous commit. by Aaron Ballman · 12 years ago
  59. 99ecd9f Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types in a logical operator. by Aaron Ballman · 12 years ago
  60. e74dc19 Comments: no need to escape any characters in \code ... \endcode. by Dmitri Gribenko · 12 years ago
  61. fafd101 Support for #pragma region/endregion for MSVC compatibility. Patch thanks to pravic! by Aaron Ballman · 12 years ago
  62. 87e2cfc Actually keep track of the source locations at which particular module by Douglas Gregor · 12 years ago
  63. 830ea5b When an error occurs while building a module on demand, provide "While by Douglas Gregor · 12 years ago
  64. 7f2d480 Allow matchers to access the ASTContext. by Manuel Klimek · 12 years ago
  65. ecdc8d3 Fix the computation of highlight ranges so we produce something sane when by Eli Friedman · 12 years ago
  66. 7d04d3a Refactor to reduce duplication in handling of special member functions. No functionality change. by Richard Smith · 12 years ago
  67. 463d909 Keep track of modules that have failed to build. If we encounter an by Douglas Gregor · 12 years ago
  68. db748a3 Fix a small calling-convention bug for x86-32. PR14453. by Eli Friedman · 12 years ago
  69. 74632aa Add ARM cortex-a5 subtarget by Quentin Colombet · 12 years ago
  70. 398b8e8 Revert commit revision r168953, to change the commit message, which was empty by Quentin Colombet · 12 years ago
  71. b3233f5 by Quentin Colombet · 12 years ago
  72. 4d1a6e4 This patch exposes to Clang users three more sanitizers are experimental features of ASan: by Alexey Samsonov · 12 years ago
  73. 6716d94 Make sure that we put the rest of the sanitizer libraries on the link line by Eric Christopher · 12 years ago
  74. b282920 Now that the underlying problem has been fixed, add r168411 back. by Rafael Espindola · 12 years ago
  75. 8b8a09e Merge function types in C. by Rafael Espindola · 12 years ago
  76. 53c61c5 [-cxx-abi microsoft] Also spill the argument-back-references context when mangling templates by Timur Iskhodzhanov · 12 years ago
  77. 8426890 Reject uses of __int128 on platforms that don't support it. Also move the ugly by Richard Smith · 12 years ago
  78. bba91b8 Fix sentence construction-o. by Nico Weber · 12 years ago
  79. a70779f Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 12 years ago
  80. afb4918 The declaration of a special member can require overload resolution to be by Richard Smith · 12 years ago
  81. 9c04666 Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <rdar://problem/12759044>. by Ted Kremenek · 12 years ago
  82. 586a061 [driver] -mkernel implies -mstrict-align; don't add the redundant option. by Chad Rosier · 12 years ago
  83. 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
  84. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  85. a70c3f8 Per C++11 [except.spec]p2, rvalue references are not permitted in exception specifications. by Richard Smith · 12 years ago
  86. 21173b1 PR14388: An array or function type in an exception specification should be by Richard Smith · 12 years ago
  87. 060f34d ABI: comments from Eli on r168820. by Manman Ren · 12 years ago
  88. f51c61c ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of by Manman Ren · 12 years ago
  89. f641166 PR13098: If we're instantiating an overloaded binary operator and we could by Richard Smith · 12 years ago
  90. 3325b16 Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful diagnostic for invalid sets of sanitizers by Alexey Samsonov · 12 years ago
  91. 11c9a6e [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), Clang part. by Kostya Serebryany · 12 years ago
  92. 037dbda Remove obsolete comment missed by r162937 by Andy Gibbs · 12 years ago
  93. 30cddae Teach Lexer::getSpelling about raw string literals. Specifically, if a raw by Richard Smith · 12 years ago
  94. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  95. 3881866 Remove workaround in RegionStore in r168741 since it is handled more generally by r168757. by Ted Kremenek · 12 years ago
  96. 2a82ca2 Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are by Argyrios Kyrtzidis · 12 years ago
  97. 9d29543 Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, by Argyrios Kyrtzidis · 12 years ago
  98. b8abff6 C++ core issue 1344, PR10618: promote "addition of default argument makes this by Richard Smith · 12 years ago
  99. 1994e39 Fix another false positive due to a CXX temporary object appearing in a C initializer. by Ted Kremenek · 12 years ago
  100. 84c7519 objective-C arc: Underline the selector when issuing by Fariborz Jahanian · 12 years ago