1. 5b10af7 PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be by Richard Smith · 12 years ago
  2. 98cffc6 Minor reorganization. No functionality change. by Richard Smith · 12 years ago
  3. aacadfe Add missing virtual destructors reported by -Wnon-virtual-dtor. by Daniel Jasper · 12 years ago
  4. 112fb27 Small tweaks to automatic formatting. by Daniel Jasper · 12 years ago
  5. ac31c83 Simplify slightly by seperating out the responsibility for emission of a caret by Richard Smith · 12 years ago
  6. d515e62 This test used to fail forever if it failed once, because it does not clean up after itself if it failed. by Richard Smith · 12 years ago
  7. 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
  8. 6788392 Simplify diagnostic emission. No functionality change intended. by Richard Smith · 12 years ago
  9. 91e2061 Thread-safety analysis: check locks on method calls, operator=, and by DeLesley Hutchins · 12 years ago
  10. 39a62fc [analyzer] Implement an opt-in variant of direct ivar assignment. by Anna Zaks · 12 years ago
  11. 47715cc Thread Safety Analysis: refactor to make more methods accept const pointers, by DeLesley Hutchins · 12 years ago
  12. 8920eb7 Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  13. fb4afc2 Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta. by DeLesley Hutchins · 12 years ago
  14. 1d15398 Add -whole-archive around the ASan runtime archive in the link command. by Chandler Carruth · 12 years ago
  15. 79762d3 Alphabetize source files, just like they have been before. by Ted Kremenek · 12 years ago
  16. 9d05986 Use the 'count' attribute to calculate the upper bound of an array. by Bill Wendling · 12 years ago
  17. 45b2738 Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to by Matt Beaumont-Gay · 12 years ago
  18. 3e2fe86 Testing C declarations embedded in by Fariborz Jahanian · 12 years ago
  19. accb0b0 Add missing destructors found with -Wnon-virtual-dtor. by Daniel Jasper · 12 years ago
  20. 441d9f7 Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient by Eli Bendersky · 12 years ago
  21. c2ef5ad additional test for declaration tag of a class extension. // rdar://12378714 by Fariborz Jahanian · 12 years ago
  22. cff563c Error recovery part 2 by Alexander Kornienko · 12 years ago
  23. ff685c5 objective-c blocks: Consider padding due to alignment by Fariborz Jahanian · 12 years ago
  24. 393b008 Clang-format error recovery part 1 by Alexander Kornienko · 12 years ago
  25. 02c1b86 c-index-test.c: Make C89-compliant. by NAKAMURA Takumi · 12 years ago
  26. 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 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. 8cb9bf5 Fix spelling I ran over while proof-reading tests. by Manuel Klimek · 12 years ago
  30. 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
  31. 987c2f5 Fixes crash in isDerivedFrom for recursive templates. by Manuel Klimek · 12 years ago
  32. 8822d3a Small fixes to unary operator recognition and handling of include directives. by Daniel Jasper · 12 years ago
  33. 00a3ccc Autotools has the same include guard for both Clang and LLVM's config.h. by Chandler Carruth · 12 years ago
  34. e0b8997 Update matcher documentation with script. by Daniel Jasper · 12 years ago
  35. 36e29d6 Add parameterCountIs() matcher. by Daniel Jasper · 12 years ago
  36. a88bb45 Replace workarounds with correct fixes. by Daniel Jasper · 12 years ago
  37. 30bc63f Sort the #include lines under utils/... by Chandler Carruth · 12 years ago
  38. 7cc315c Really sort the #include lines in unittests/... by Chandler Carruth · 12 years ago
  39. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  40. e0c6e93 Sort the #include lines for examples/... by Chandler Carruth · 12 years ago
  41. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  42. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  43. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  44. d031c6a ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB. by NAKAMURA Takumi · 12 years ago
  45. bf5bc4c Untabify (in USEDLIBS, Makefile(s)). by NAKAMURA Takumi · 12 years ago
  46. b331b5e clang/Lex: [CMake] Update CMakefiles since r169229. by NAKAMURA Takumi · 12 years ago
  47. c4475ee Don't test for ASM output but for IR output. by Bill Wendling · 12 years ago
  48. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  49. df1059c In the PreprocessingRecord, to identify the different conditional directive regions by Argyrios Kyrtzidis · 12 years ago
  50. 9f9e0d2 [libclang] Avoid copying the CompileCommand related strings when wrapping them to a CXString. by Argyrios Kyrtzidis · 12 years ago
  51. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  52. 1fec8fc clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple, x86_64-unknown-unknown. It was incompatible to i686. by NAKAMURA Takumi · 12 years ago
  53. 003ec23 Add a 'count' field to the DWARF subrange. by Bill Wendling · 12 years ago
  54. 5c5eaa8 Document the existence of -fsanitize=bounds. by Richard Smith · 12 years ago
  55. 60ef8b7 clang/test/Index/comment-objc-decls.m: Try to fix r169193, to add x86_64-darwin. by NAKAMURA Takumi · 12 years ago
  56. 482b4fd Testing objective-C declarations embedded in by Fariborz Jahanian · 12 years ago
  57. 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
  58. 9dce4b3 remove trailing whitespace by Michael Ilseman · 12 years ago
  59. e0af843 clang/test/Driver/fsanitize-blacklist.c: Mark it as XFAIL:cygming, due to PR12920. by NAKAMURA Takumi · 12 years ago
  60. 73593eb Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary by Richard Smith · 12 years ago
  61. 0be4b36 Fixes a compile warning and crash in the tests. by Manuel Klimek · 12 years ago
  62. 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
  63. 12feb12 libclangFormat is not libclangTooling, but it depends on it. by Benjamin Kramer · 12 years ago
  64. 96a6639 Fix PR14474: don't emit debug info for interface types in -gline-tables-only mode. by Alexey Samsonov · 12 years ago
  65. bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago
  66. 189f2e4 Make hasDeclaration work for enums. by Daniel Jasper · 12 years ago
  67. 09ccf39 Add -fsanitize=memory. by Evgeniy Stepanov · 12 years ago
  68. ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
  69. 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
  70. bda07ac [MIPS] Add -mxgot/-mno-xgot command line options by Simon Atanasyan · 12 years ago
  71. 9d5a78d Add raw_ostream include to pacify MSVC. by Benjamin Kramer · 12 years ago
  72. 8b9ed71 Update unit tests not to rely on transitive includes. by Benjamin Kramer · 12 years ago
  73. a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
  74. 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
  75. 1bf43ca Make ASTVector.h standalone without including all of ASTContext. by Benjamin Kramer · 12 years ago
  76. 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
  77. ac55865 Fix a test that was redefining FileCheck variables while referencing old ones. by Eli Bendersky · 12 years ago
  78. 4247d9c Switch to using -### as mentioned by chandlerc. by Joey Gouly · 12 years ago
  79. acb860f Add -emit-llvm to test/Driver/fsanitize.c to stop this failing on the ARM bot. Approved by d0k. by Joey Gouly · 12 years ago
  80. 78d289a Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. by Benjamin Kramer · 12 years ago
  81. 1f19c76 Fix a typo in comment. by Michael Han · 12 years ago
  82. b087248 Make these functions more clearly express the test they are performing. No functionality change. by Richard Smith · 12 years ago
  83. e5411b7 Consistently use 'needsImplicit<special member>' to determine whether we need by Richard Smith · 12 years ago
  84. 19c8ce0 Try to make the source location information for token pastes a bit more consistent. by Eli Friedman · 12 years ago
  85. 0565037 Remove restriction on combining ubsan with asan or tsan. This has worked for a while. by Richard Smith · 12 years ago
  86. 464a01a Fix the determination of whether a capture refers to an enclosing by Douglas Gregor · 12 years ago
  87. 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
  88. 5a98f1d Fix test for Windows path separators by Douglas Gregor · 12 years ago
  89. 14afab3 Teach the serialized diagnostic writer to clone() itself, sharing by Douglas Gregor · 12 years ago
  90. 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
  91. d87de7b Make -Wtautological-constant-out-of-range-compare behave sanely for enums with a signed fixed type. by Eli Friedman · 12 years ago
  92. 4565e48 Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! by Douglas Gregor · 12 years ago
  93. 6c32543 When we're emitting a diagnostic with a source location in an imported by Douglas Gregor · 12 years ago
  94. bbe89d5 Fixing a precedence issue with my previous commit. by Aaron Ballman · 12 years ago
  95. 99ecd9f Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types in a logical operator. by Aaron Ballman · 12 years ago
  96. e74dc19 Comments: no need to escape any characters in \code ... \endcode. by Dmitri Gribenko · 12 years ago
  97. fafd101 Support for #pragma region/endregion for MSVC compatibility. Patch thanks to pravic! by Aaron Ballman · 12 years ago
  98. 87e2cfc Actually keep track of the source locations at which particular module by Douglas Gregor · 12 years ago
  99. 830ea5b When an error occurs while building a module on demand, provide "While by Douglas Gregor · 12 years ago
  100. 7f2d480 Allow matchers to access the ASTContext. by Manuel Klimek · 12 years ago