1. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 11 years ago
  2. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 11 years ago
  3. 894719b ASTReader and profiling statistics indicate that implementing a method by Douglas Gregor · 11 years ago
  4. e953172 Tests: remove disabled llvm-gcc invocations by Dmitri Gribenko · 11 years ago
  5. 95fb36e Add some more ASTReader statistics for global method pool lookups. by Douglas Gregor · 11 years ago
  6. 8094bac PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing. by Jordan Rose · 11 years ago
  7. a522987 Fix comment. by Eric Christopher · 11 years ago
  8. 94b309e FileCheck'ize and merge tests by Dmitri Gribenko · 11 years ago
  9. 1407b49 FileCheck'ize test by Dmitri Gribenko · 11 years ago
  10. 7522318 Fix a bug that would lead to bad line break decisions in for loops. by Daniel Jasper · 11 years ago
  11. 531b47c Back out r173689. It doesn't matter when we're building with Clang anyway. by Douglas Gregor · 11 years ago
  12. d3cf5fb Eliminate memory allocation from most invocations of by Douglas Gregor · 11 years ago
  13. d75ff64 Don't put a function's return type on its own line in Google style. by Daniel Jasper · 11 years ago
  14. b7551f7 Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a by Douglas Gregor · 11 years ago
  15. 83f25ba Let clang-format break after a function's return type. by Daniel Jasper · 11 years ago
  16. 02b771e Make continuations in constructor initializers consistent. by Daniel Jasper · 11 years ago
  17. 3b9a8fc Initial support for formatting range-based for-loops. by Daniel Jasper · 11 years ago
  18. bfe6fd4 Improve formatting of conditional expressions. by Daniel Jasper · 11 years ago
  19. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 11 years ago
  20. 5f2173e Improve indentation after breaking at nested name specifiers. by Daniel Jasper · 11 years ago
  21. 986e17f Avoid confusing identations for multi-parameter functions. by Daniel Jasper · 11 years ago
  22. 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 11 years ago
  23. b8d2441 Fix a typo in the name of a tooling unit test by Hal Finkel · 11 years ago
  24. 43bb45d Fix the indentation of the first line of preprocessor output by Hal Finkel · 11 years ago
  25. 23d5b09 Since ObjCARC has been refactored into its own library with its own declaration header, we need to include the declaration header alongside Scalar.h in BackendUtil. by Michael Gottesman · 11 years ago
  26. d98f708 Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] by Richard Smith · 11 years ago
  27. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 11 years ago
  28. c37b183 Comment parsing: fix test in r173626 for -fms-extensions -fms-compatibility by Dmitri Gribenko · 11 years ago
  29. 5250e2b Decl printer: fix CXXConstructExpr with implicit default argument by Dmitri Gribenko · 11 years ago
  30. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 11 years ago
  31. bfec916 PR15067: Don't assert when a UCN appears in a C90 file. by Jordan Rose · 11 years ago
  32. 1df0837 [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 11 years ago
  33. 06b5ea6 Revert r173586 (and r173587) , "Attach any tag type's documentation to its typedef if" by NAKAMURA Takumi · 11 years ago
  34. b263bdf Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 11 years ago
  35. 7d47053 Add the missing line return to align parameters of printPretty. by Michael Han · 11 years ago
  36. 9c48d16 libclang: refactor CXStringPool: make it a class by Dmitri Gribenko · 11 years ago
  37. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 11 years ago
  38. 8c718e7 libclang: type safety for CXTranslationUnitImpl::CIdx by Dmitri Gribenko · 11 years ago
  39. 337ee24 libclang: type safety for CXTranslationUnitImpl::FormatContext by Dmitri Gribenko · 11 years ago
  40. e42e578 libclang: some type safety for CXTranslationUnitImpl's internals by Dmitri Gribenko · 11 years ago
  41. e3fac33 Fix comment. by Fariborz Jahanian · 11 years ago
  42. 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 11 years ago
  43. 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 11 years ago
  44. 404628c libclang: make getCursorParentDecl() return 'const Decl *' by Dmitri Gribenko · 11 years ago
  45. 7d91438 libclang: change getCursorAttr() to return 'const Attr *' by Dmitri Gribenko · 11 years ago
  46. a8a908b Migrate tests to -verify by Dmitri Gribenko · 11 years ago
  47. 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 11 years ago
  48. adeb782 <limits.h> includes <linux/limits.h> on Linux, no need to special-case it by Dmitri Gribenko · 11 years ago
  49. ff74f96 libclang: make getCursorStmt() and getCursorExpr() return const pointers by Dmitri Gribenko · 11 years ago
  50. 9eca9f7 Specify non-GNU-ARM triples for key-function test. by Tim Northover · 11 years ago
  51. 7d9f077 Constify getOptionalExplicitTemplateArgs() by Dmitri Gribenko · 11 years ago
  52. d615f88 Constify some getters of DesignatedInitExpr by Dmitri Gribenko · 11 years ago
  53. 1a1b3ab clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 11 years ago
  54. db84e7a [libclang] Introduce clang_getFileUniqueID which returns a struct by Argyrios Kyrtzidis · 11 years ago
  55. 4e4d7ce clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 11 years ago
  56. 07c52d2 [analyzer] C++ initializers may require cleanups; look through these. by Jordan Rose · 11 years ago
  57. db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 11 years ago
  58. 98bfbf5 Fix mismatch between pointer and pointee type when diagnosing an incorrect by Richard Smith · 11 years ago
  59. 6723472 Fix test case by being more lenient on what to accept as a path name. by Richard Trieu · 11 years ago
  60. 8782761 Remove function that is newly dead as of r173538. by Nick Lewycky · 11 years ago
  61. a9cd3d8 Hopefuly unbreak buldbot. by Fariborz Jahanian · 11 years ago
  62. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 11 years ago
  63. 44ec3f0 [analyzer] Track null object lvalues back through C++ method calls. by Jordan Rose · 11 years ago
  64. dede2fd [analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode. by Jordan Rose · 11 years ago
  65. aeca2cc [analyzer] Add 'prune-paths' config option to disable path pruning. by Jordan Rose · 11 years ago
  66. 7ee8906 [analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths. by Jordan Rose · 11 years ago
  67. a7db6a2 Fix up the test. for // rdar://11861085 by Fariborz Jahanian · 11 years ago
  68. 713b7c0 Since we're stuck with realpath for the header <-> module mapping, by Douglas Gregor · 11 years ago
  69. 25cf8ab Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a by Richard Smith · 11 years ago
  70. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 11 years ago
  71. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 11 years ago
  72. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 11 years ago
  73. b2274d6 clang/test/Index/annotate-comments-typedef.m: Remove CommentXMLValid in CHECKs. Don't assume libxml2 here. by NAKAMURA Takumi · 11 years ago
  74. f3bbb15 ARM says that the array cookie should always be eight bytes. by John McCall · 11 years ago
  75. 96fcde0 Move the decision about the kind of CGCXXABI to make inside by John McCall · 11 years ago
  76. 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 11 years ago
  77. 59273eb clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include. by NAKAMURA Takumi · 11 years ago
  78. 856e06b [utils] Kill another no-longer-useful utility script. by Daniel Dunbar · 11 years ago
  79. 23799e3 simplify code by removing excessive bracing. by Fariborz Jahanian · 11 years ago
  80. 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 11 years ago
  81. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 11 years ago
  82. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 11 years ago
  83. d07865b Optimize ModuleManager::visit() by precomputing the visitation order by Douglas Gregor · 11 years ago
  84. 3d115cf Remove useless 'XPASS: *' from tests by Dmitri Gribenko · 11 years ago
  85. 69bb7f6 Temporarily disabling ms-asm test by Renato Golin · 11 years ago
  86. d086068 This test actually passes, just add the missing expected-error by Dmitri Gribenko · 11 years ago
  87. ff3e102 Migrate test from grep to -fdiagnostics-parseable-fixits by Dmitri Gribenko · 11 years ago
  88. a5b8e19 Remove empty directories. by Daniel Dunbar · 11 years ago
  89. cd856ae [utils] Remove the OptionalTests subdir no one runs. by Daniel Dunbar · 11 years ago
  90. 7771467 [utils] Remove C++Tests that I don't think anyone uses anymore. by Daniel Dunbar · 11 years ago
  91. c6dcea9 Silence unintended fallthrough diagnostic on a case label preceded with a normal label. by Alexander Kornienko · 11 years ago
  92. f282e72 FileCheck'ize tests by Dmitri Gribenko · 11 years ago
  93. 8b127d3 Migrate tests to -verify and merge them by Dmitri Gribenko · 11 years ago
  94. 7f5c343 [tests] Force a triple to ensure /usr/include is one of the entries. by Daniel Dunbar · 11 years ago
  95. fd426dc [tests] Add a test for -iwithprefix. by Daniel Dunbar · 11 years ago
  96. 909df54 Add space after ';'. by Fariborz Jahanian · 11 years ago
  97. 78c28be Improve diagnsotic further on integer overflow. by Fariborz Jahanian · 11 years ago
  98. e992ed1 Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for multiple case labels. by Alexander Kornienko · 11 years ago
  99. 3499dda Fix some alignment and line break decisions. by Daniel Jasper · 11 years ago
  100. b6c08a6 Lexer.cpp: Fix a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 11 years ago