1. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 12 years ago
  2. 8f3aacc Propagate the spelling list index for an attribute across template instantiation. by Richard Smith · 12 years ago
  3. 8338a9d PR15017: A '>' can appear after a type-specifier in a template-argument-list. by Richard Smith · 12 years ago
  4. 353299a Add a test case for attribute print. by Michael Han · 12 years ago
  5. f0f7fa0 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 12 years ago
  6. 485b312 PR15100: look through type sugar when determining whether we have one of the by Richard Smith · 12 years ago
  7. 2f83694 Fold tests for C++ 'main' into a single file. by Richard Smith · 12 years ago
  8. cae4a5c Test that we print MS keyword attributes without a __declspec(...) adornment. by Richard Smith · 12 years ago
  9. 33f04a2 Treat alignas and _Alignas as keyword attributes. This allows us to by Richard Smith · 12 years ago
  10. cda7968 Actually remove the hack which was blocking the Borland-style attributes from by Richard Smith · 12 years ago
  11. f727e1c Don't crash while printing APValues that are lvalues casted to a by Douglas Gregor · 12 years ago
  12. 5cd532c Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled by Richard Smith · 12 years ago
  13. 3a2b7a1 Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 12 years ago
  14. 319d8fc FileCheck'ize tests by Dmitri Gribenko · 12 years ago
  15. fc60fbd FileCheck'ize a test by Dmitri Gribenko · 12 years ago
  16. 13bdfcd Migrate a test to -verify by Dmitri Gribenko · 12 years ago
  17. 4738f2d [driver] Revise this test to remove the dependency on the integrate assembler. by Chad Rosier · 12 years ago
  18. 03efd9d FileCheck'ize and merge tests by Dmitri Gribenko · 12 years ago
  19. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 12 years ago
  20. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 12 years ago
  21. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 12 years ago
  22. e953172 Tests: remove disabled llvm-gcc invocations by Dmitri Gribenko · 12 years ago
  23. 8094bac PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing. by Jordan Rose · 12 years ago
  24. 94b309e FileCheck'ize and merge tests by Dmitri Gribenko · 12 years ago
  25. 1407b49 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  26. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 12 years ago
  27. 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 12 years ago
  28. 43bb45d Fix the indentation of the first line of preprocessor output by Hal Finkel · 12 years ago
  29. d98f708 Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] by Richard Smith · 12 years ago
  30. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 12 years ago
  31. c37b183 Comment parsing: fix test in r173626 for -fms-extensions -fms-compatibility by Dmitri Gribenko · 12 years ago
  32. 5250e2b Decl printer: fix CXXConstructExpr with implicit default argument by Dmitri Gribenko · 12 years ago
  33. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 12 years ago
  34. bfec916 PR15067: Don't assert when a UCN appears in a C90 file. by Jordan Rose · 12 years ago
  35. 1df0837 [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 12 years ago
  36. 06b5ea6 Revert r173586 (and r173587) , "Attach any tag type's documentation to its typedef if" by NAKAMURA Takumi · 12 years ago
  37. a650485 PR14566: Debug Info: avoid top level lexical blocks in functions by David Blaikie · 12 years ago
  38. 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  39. a8a908b Migrate tests to -verify by Dmitri Gribenko · 12 years ago
  40. 9eca9f7 Specify non-GNU-ARM triples for key-function test. by Tim Northover · 12 years ago
  41. 1a1b3ab clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
  42. 4e4d7ce clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
  43. 07c52d2 [analyzer] C++ initializers may require cleanups; look through these. by Jordan Rose · 12 years ago
  44. db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 12 years ago
  45. 98bfbf5 Fix mismatch between pointer and pointee type when diagnosing an incorrect by Richard Smith · 12 years ago
  46. 6723472 Fix test case by being more lenient on what to accept as a path name. by Richard Trieu · 12 years ago
  47. a9cd3d8 Hopefuly unbreak buldbot. by Fariborz Jahanian · 12 years ago
  48. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
  49. 44ec3f0 [analyzer] Track null object lvalues back through C++ method calls. by Jordan Rose · 12 years ago
  50. aeca2cc [analyzer] Add 'prune-paths' config option to disable path pruning. by Jordan Rose · 12 years ago
  51. a7db6a2 Fix up the test. for // rdar://11861085 by Fariborz Jahanian · 12 years ago
  52. 25cf8ab Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a by Richard Smith · 12 years ago
  53. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
  54. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
  55. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  56. b2274d6 clang/test/Index/annotate-comments-typedef.m: Remove CommentXMLValid in CHECKs. Don't assume libxml2 here. by NAKAMURA Takumi · 12 years ago
  57. f3bbb15 ARM says that the array cookie should always be eight bytes. by John McCall · 12 years ago
  58. 59273eb clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include. by NAKAMURA Takumi · 12 years ago
  59. 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  60. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
  61. 3d115cf Remove useless 'XPASS: *' from tests by Dmitri Gribenko · 12 years ago
  62. 69bb7f6 Temporarily disabling ms-asm test by Renato Golin · 12 years ago
  63. d086068 This test actually passes, just add the missing expected-error by Dmitri Gribenko · 12 years ago
  64. ff3e102 Migrate test from grep to -fdiagnostics-parseable-fixits by Dmitri Gribenko · 12 years ago
  65. c6dcea9 Silence unintended fallthrough diagnostic on a case label preceded with a normal label. by Alexander Kornienko · 12 years ago
  66. f282e72 FileCheck'ize tests by Dmitri Gribenko · 12 years ago
  67. 8b127d3 Migrate tests to -verify and merge them by Dmitri Gribenko · 12 years ago
  68. 7f5c343 [tests] Force a triple to ensure /usr/include is one of the entries. by Daniel Dunbar · 12 years ago
  69. fd426dc [tests] Add a test for -iwithprefix. by Daniel Dunbar · 12 years ago
  70. 909df54 Add space after ';'. by Fariborz Jahanian · 12 years ago
  71. 78c28be Improve diagnsotic further on integer overflow. by Fariborz Jahanian · 12 years ago
  72. e992ed1 Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for multiple case labels. by Alexander Kornienko · 12 years ago
  73. 7d56bfe clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic on win32 for while. by NAKAMURA Takumi · 12 years ago
  74. 643728a clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. by NAKAMURA Takumi · 12 years ago
  75. de72f10 Add missing InGroup for this warning. by Nick Lewycky · 12 years ago
  76. d7e87b2 clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now. by NAKAMURA Takumi · 12 years ago
  77. dddcc57 clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is available on Lit win32 since r173421. by NAKAMURA Takumi · 12 years ago
  78. a6cd5cd clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. by NAKAMURA Takumi · 12 years ago
  79. e095c65 clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc to add explicit -target x86_64-unknown-unknown. by NAKAMURA Takumi · 12 years ago
  80. 33eb9b5 Create clang/test/Driver/lit.local.cfg. by NAKAMURA Takumi · 12 years ago
  81. b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
  82. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
  83. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
  84. 57e2a16 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  85. 5c9e20f FileCheck'ize test by Dmitri Gribenko · 12 years ago
  86. 057519d FileCheck'ize test by Dmitri Gribenko · 12 years ago
  87. 45f1fa9 FileCheck'ize test by Dmitri Gribenko · 12 years ago
  88. a7972a0 Fixes text of diagnostics in integer overflow patch. by Fariborz Jahanian · 12 years ago
  89. 0a04cbd FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other by Dmitri Gribenko · 12 years ago
  90. d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 12 years ago
  91. bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 12 years ago
  92. 75c12bf FileCheck-ify some debug info scope related tests. by David Blaikie · 12 years ago
  93. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
  94. 4055cfc [mips] Do not emit i32 padding if target ABI is O32. This was causing backend by Akira Hatanaka · 12 years ago
  95. dcceacb Test fix-it ranges for Unicode characters. by Jordan Rose · 12 years ago
  96. b87672b Add a fixit for \U1234 -> \u1234. by Jordan Rose · 12 years ago
  97. fc12060 As an extension, treat Unicode whitespace characters as whitespace. by Jordan Rose · 12 years ago
  98. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  99. 5209e2b Unify diagnostics for \x, \u, and \U without any following hex digits. by Jordan Rose · 12 years ago
  100. 8b33265 Fail these tests in a way that doesn't cause unexpected successes, per Daniel's by Chad Rosier · 12 years ago