1. 658a115 [Doc parsing] Patch to parse Doxygen-supported HTML character by Fariborz Jahanian · 13 years ago
  2. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 13 years ago
  3. 13e42fb clang/test/Index/getcursor-preamble.m: Formatting. by NAKAMURA Takumi · 13 years ago
  4. 3832fbb clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally. by NAKAMURA Takumi · 13 years ago
  5. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 13 years ago
  6. 6933e3b Don't fixit/recover from -Wstatic-float-init when it's not an error. by David Blaikie · 13 years ago
  7. 32d28ee Move the token annotator into separate files. by Daniel Jasper · 13 years ago
  8. fcf8960 [Preprocessor] When checking if we can concatenate two tokens, check by Argyrios Kyrtzidis · 13 years ago
  9. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 13 years ago
  10. d4f2c2e Improve formatting of code with comments. by Daniel Jasper · 13 years ago
  11. 3d207e7 Mark a struct definition in an objc container with the TopLevelDeclInObjCContainer bit. by Argyrios Kyrtzidis · 13 years ago
  12. f157960 Allow all parameters on next line for function calls in Chrome. by Daniel Jasper · 13 years ago
  13. f40fb4b Split ">>" in "A<B<C> >" in Chromium style. by Daniel Jasper · 13 years ago
  14. b3109e3 Fix uninitialized error caused by r173801. by Daniel Jasper · 13 years ago
  15. a52d278 by Joey Gouly · 13 years ago
  16. adc6aba Calculate the split penalty upfront. by Daniel Jasper · 13 years ago
  17. 1a1ce83 Fix a comment and reformat clang-format with clang-format by Daniel Jasper · 13 years ago
  18. 2e60377 Initial support for multiple variable declarations. by Daniel Jasper · 13 years ago
  19. 98f988d by Joey Gouly · 13 years ago
  20. e702ff3 Test update missed in r173789. by Richard Smith · 13 years ago
  21. a0109e2 Produce a diagnostic if alignas is applied to an expression. Neither C11 nor by Richard Smith · 13 years ago
  22. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 13 years ago
  23. 93384a9 Reverting changes from r173785 (removing empty lines before "}"). by Daniel Jasper · 13 years ago
  24. 8df364f Remove empty lines before "}". by Daniel Jasper · 13 years ago
  25. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 13 years ago
  26. 52a9250 C++11 status: by Richard Smith · 13 years ago
  27. 8f3aacc Propagate the spelling list index for an attribute across template instantiation. by Richard Smith · 13 years ago
  28. 8338a9d PR15017: A '>' can appear after a type-specifier in a template-argument-list. by Richard Smith · 13 years ago
  29. 353299a Add a test case for attribute print. by Michael Han · 13 years ago
  30. f0f7fa0 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 13 years ago
  31. 485b312 PR15100: look through type sugar when determining whether we have one of the by Richard Smith · 13 years ago
  32. 2f83694 Fold tests for C++ 'main' into a single file. by Richard Smith · 13 years ago
  33. cae4a5c Test that we print MS keyword attributes without a __declspec(...) adornment. by Richard Smith · 13 years ago
  34. 33f04a2 Treat alignas and _Alignas as keyword attributes. This allows us to by Richard Smith · 13 years ago
  35. cda7968 Actually remove the hack which was blocking the Borland-style attributes from by Richard Smith · 13 years ago
  36. f727e1c Don't crash while printing APValues that are lvalues casted to a by Douglas Gregor · 13 years ago
  37. 5cd532c Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled by Richard Smith · 13 years ago
  38. a438b2d Abstract the behavior of when to use base-class tail padding. by John McCall · 13 years ago
  39. 3a2b7a1 Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 13 years ago
  40. 319d8fc FileCheck'ize tests by Dmitri Gribenko · 13 years ago
  41. fc60fbd FileCheck'ize a test by Dmitri Gribenko · 13 years ago
  42. 13bdfcd Migrate a test to -verify by Dmitri Gribenko · 13 years ago
  43. 4738f2d [driver] Revise this test to remove the dependency on the integrate assembler. by Chad Rosier · 13 years ago
  44. 03efd9d FileCheck'ize and merge tests by Dmitri Gribenko · 13 years ago
  45. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 13 years ago
  46. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 13 years ago
  47. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 13 years ago
  48. 894719b ASTReader and profiling statistics indicate that implementing a method by Douglas Gregor · 13 years ago
  49. e953172 Tests: remove disabled llvm-gcc invocations by Dmitri Gribenko · 13 years ago
  50. 95fb36e Add some more ASTReader statistics for global method pool lookups. by Douglas Gregor · 13 years ago
  51. 8094bac PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing. by Jordan Rose · 13 years ago
  52. a522987 Fix comment. by Eric Christopher · 13 years ago
  53. 94b309e FileCheck'ize and merge tests by Dmitri Gribenko · 13 years ago
  54. 1407b49 FileCheck'ize test by Dmitri Gribenko · 13 years ago
  55. 7522318 Fix a bug that would lead to bad line break decisions in for loops. by Daniel Jasper · 13 years ago
  56. 531b47c Back out r173689. It doesn't matter when we're building with Clang anyway. by Douglas Gregor · 13 years ago
  57. d3cf5fb Eliminate memory allocation from most invocations of by Douglas Gregor · 13 years ago
  58. d75ff64 Don't put a function's return type on its own line in Google style. by Daniel Jasper · 13 years ago
  59. b7551f7 Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a by Douglas Gregor · 13 years ago
  60. 83f25ba Let clang-format break after a function's return type. by Daniel Jasper · 13 years ago
  61. 02b771e Make continuations in constructor initializers consistent. by Daniel Jasper · 13 years ago
  62. 3b9a8fc Initial support for formatting range-based for-loops. by Daniel Jasper · 13 years ago
  63. bfe6fd4 Improve formatting of conditional expressions. by Daniel Jasper · 13 years ago
  64. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 13 years ago
  65. 5f2173e Improve indentation after breaking at nested name specifiers. by Daniel Jasper · 13 years ago
  66. 986e17f Avoid confusing identations for multi-parameter functions. by Daniel Jasper · 13 years ago
  67. 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 13 years ago
  68. b8d2441 Fix a typo in the name of a tooling unit test by Hal Finkel · 13 years ago
  69. 43bb45d Fix the indentation of the first line of preprocessor output by Hal Finkel · 13 years ago
  70. 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 · 13 years ago
  71. d98f708 Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] by Richard Smith · 13 years ago
  72. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 13 years ago
  73. c37b183 Comment parsing: fix test in r173626 for -fms-extensions -fms-compatibility by Dmitri Gribenko · 13 years ago
  74. 5250e2b Decl printer: fix CXXConstructExpr with implicit default argument by Dmitri Gribenko · 13 years ago
  75. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 13 years ago
  76. bfec916 PR15067: Don't assert when a UCN appears in a C90 file. by Jordan Rose · 13 years ago
  77. 1df0837 [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 13 years ago
  78. 06b5ea6 Revert r173586 (and r173587) , "Attach any tag type's documentation to its typedef if" by NAKAMURA Takumi · 13 years ago
  79. b263bdf Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago
  80. 7d47053 Add the missing line return to align parameters of printPretty. by Michael Han · 13 years ago
  81. 9c48d16 libclang: refactor CXStringPool: make it a class by Dmitri Gribenko · 13 years ago
  82. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 13 years ago
  83. 8c718e7 libclang: type safety for CXTranslationUnitImpl::CIdx by Dmitri Gribenko · 13 years ago
  84. 337ee24 libclang: type safety for CXTranslationUnitImpl::FormatContext by Dmitri Gribenko · 13 years ago
  85. e42e578 libclang: some type safety for CXTranslationUnitImpl's internals by Dmitri Gribenko · 13 years ago
  86. e3fac33 Fix comment. by Fariborz Jahanian · 13 years ago
  87. 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 13 years ago
  88. 5694feb libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 13 years ago
  89. 404628c libclang: make getCursorParentDecl() return 'const Decl *' by Dmitri Gribenko · 13 years ago
  90. 7d91438 libclang: change getCursorAttr() to return 'const Attr *' by Dmitri Gribenko · 13 years ago
  91. a8a908b Migrate tests to -verify by Dmitri Gribenko · 13 years ago
  92. 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 13 years ago
  93. adeb782 <limits.h> includes <linux/limits.h> on Linux, no need to special-case it by Dmitri Gribenko · 13 years ago
  94. ff74f96 libclang: make getCursorStmt() and getCursorExpr() return const pointers by Dmitri Gribenko · 13 years ago
  95. 9eca9f7 Specify non-GNU-ARM triples for key-function test. by Tim Northover · 13 years ago
  96. 7d9f077 Constify getOptionalExplicitTemplateArgs() by Dmitri Gribenko · 13 years ago
  97. d615f88 Constify some getters of DesignatedInitExpr by Dmitri Gribenko · 13 years ago
  98. 1a1b3ab clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 13 years ago
  99. db84e7a [libclang] Introduce clang_getFileUniqueID which returns a struct by Argyrios Kyrtzidis · 13 years ago
  100. 4e4d7ce clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 13 years ago