1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 03e463e Merging r196212: by Bill Wendling · 10 years ago
  9. 66dbb3f Default to use libc++ on OS X 10.9+ and iOS 7+. by Bob Wilson · 11 years ago
  10. 5423746 Change the other -Wtautological-compare warnings to not trigger in template by Richard Trieu · 11 years ago
  11. bef582b Refactor out the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  12. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  13. a4c91af Remove the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  14. 588a51a Sema: Do not allow template declarations inside local classes by David Majnemer · 11 years ago
  15. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  16. 9beaf20 Add compat/extension warnings for init captures. by Richard Smith · 11 years ago
  17. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  18. ecbce69 Implement restriction that a partial specialization must actually specialize by Richard Smith · 11 years ago
  19. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  20. c2d7757 Don't eagerly load all conversion operators when loading a class declaration by Richard Smith · 11 years ago
  21. cd03f86 Be lazier when loading KeyFunctions from PCH/modules. We don't need to load by Richard Smith · 11 years ago
  22. 4e1a82c Adjust clang for change to APFloat::toString. by Eli Friedman · 11 years ago
  23. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago
  24. dd9459f Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: by Richard Smith · 11 years ago
  25. 439d665 variable templates updated for PCH serialization... Still working on test cases... by Larisse Voufo · 11 years ago
  26. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  27. ac32d90 PR9992: Serialize and deserialize the token sequence for a function template in by Richard Smith · 11 years ago
  28. 0046ce5 Avoid crashing if a directory has no pch files. by Rafael Espindola · 11 years ago
  29. bbcf77f Don't pass %s twice to clang -cc1. by Rafael Espindola · 11 years ago
  30. ca0dd25 Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionRequired) by David Blaikie · 11 years ago
  31. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  32. b7a5120 Use the new --crash option in commands that are expected to crash. by Rafael Espindola · 11 years ago
  33. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  34. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  35. 6982bf4 Lazily deserialize function template specializations. This fixes a cycle in by Richard Smith · 11 years ago
  36. 4fc5089 Lazily deserialize the "first' friend declaration when deserializing a class by Richard Smith · 11 years ago
  37. 86648b1 Fix PCH bug with member templates of local classes in nontemplate functions. by Faisal Vali · 11 years ago
  38. ddb10f7 When setting the external visible declarations for a decl context, check by Richard Smith · 11 years ago
  39. 0fa93ce Add test coverage for serialization of dependent function template specializations. by Eli Friedman · 11 years ago
  40. e7e8fca When declaring an ObjC interface decl with a @compatibility_alias alias name, change the class name to the "real" one. by Argyrios Kyrtzidis · 11 years ago
  41. f8f480f [PCH] Fix crash with valid code, related to anonymous field initializers. by Argyrios Kyrtzidis · 11 years ago
  42. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  43. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  44. e565bfa Fix bitcode desynchronization when loading a PCH containing a class template by Richard Smith · 11 years ago
  45. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  46. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  47. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  48. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  49. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  50. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  51. c41a25a Add another test I forgot to svn add. by Richard Smith · 11 years ago
  52. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  53. 1f35ec3 Remove XFAIL now that the test is standalone. by Rafael Espindola · 11 years ago
  54. 25e42cb [PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relevant standard library declarations by Argyrios Kyrtzidis · 11 years ago
  55. b16ae8b Add triples to these tests since they're now using TLS, which isn't available on all targets. by Richard Smith · 11 years ago
  56. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  57. 14ca7ce Disable following tests for Hexagon: by Jyotsna Verma · 11 years ago
  58. 413549f [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emit-obj by Argyrios Kyrtzidis · 11 years ago
  59. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  60. f396ad9 Don't eagerly deserialize every templated function (and every static data by Richard Smith · 11 years ago
  61. 0378433 [PCH] Fix assertion hit related to enum decls inside templated funtions. by Argyrios Kyrtzidis · 11 years ago
  62. f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 11 years ago
  63. f583a5e Add a test case, to make sure there is no crash on IRGen when using PCH by Argyrios Kyrtzidis · 11 years ago
  64. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 11 years ago
  65. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 11 years ago
  66. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  67. 3ad86fd [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 11 years ago
  68. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 11 years ago
  69. 7d56bfe clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic on win32 for while. by NAKAMURA Takumi · 11 years ago
  70. a6cd5cd clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. by NAKAMURA Takumi · 11 years ago
  71. 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 11 years ago
  72. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 11 years ago
  73. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  74. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 11 years ago
  75. 7f69b1a [PCH/Modules] Change how macro [re]definitions are de/serialized. by Argyrios Kyrtzidis · 11 years ago
  76. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 11 years ago
  77. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 11 years ago
  78. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 11 years ago
  79. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 11 years ago
  80. 0faaa16 clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 to r169831. by NAKAMURA Takumi · 11 years ago
  81. f19b5c0 Try to fix Win32 failures by Douglas Gregor · 11 years ago
  82. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 11 years ago
  83. 95d8255 Looks like lit on Windows can't cope with parens here, and in any case, we shouldn't need them after r169441. by Richard Smith · 11 years ago
  84. 9867eba More workarounds for PR10867. by Richard Smith · 11 years ago
  85. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 11 years ago
  86. 350aea7 [PCH] Reading expressions from attributes should be done using ReadExpr(), by Argyrios Kyrtzidis · 12 years ago
  87. 8682b93 Copy the decls returned by DeclContext::lookup_result to a by Argyrios Kyrtzidis · 12 years ago
  88. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  89. d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 12 years ago
  90. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  91. 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
  92. ebcb468 Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. by Kaelyn Uhrain · 12 years ago
  93. a0d5878 Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). by David Tweed · 12 years ago
  94. 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
  95. b512a14 Explicitly specify C++98 when building the C++ precompiled header for this test, so that the test will work on Windows. by Douglas Gregor · 12 years ago
  96. ac2153e clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11. by NAKAMURA Takumi · 12 years ago
  97. 129dd54 clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc. by NAKAMURA Takumi · 12 years ago
  98. 674b227 clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32. by NAKAMURA Takumi · 12 years ago
  99. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  100. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago