1. 6982bf4 Lazily deserialize function template specializations. This fixes a cycle in by Richard Smith · 11 years ago
  2. 4fc5089 Lazily deserialize the "first' friend declaration when deserializing a class by Richard Smith · 11 years ago
  3. 86648b1 Fix PCH bug with member templates of local classes in nontemplate functions. by Faisal Vali · 11 years ago
  4. ddb10f7 When setting the external visible declarations for a decl context, check by Richard Smith · 11 years ago
  5. 0fa93ce Add test coverage for serialization of dependent function template specializations. by Eli Friedman · 11 years ago
  6. 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
  7. f8f480f [PCH] Fix crash with valid code, related to anonymous field initializers. by Argyrios Kyrtzidis · 11 years ago
  8. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  9. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  10. e565bfa Fix bitcode desynchronization when loading a PCH containing a class template by Richard Smith · 11 years ago
  11. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  12. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  13. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  14. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  15. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  16. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  17. c41a25a Add another test I forgot to svn add. by Richard Smith · 11 years ago
  18. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  19. 1f35ec3 Remove XFAIL now that the test is standalone. by Rafael Espindola · 11 years ago
  20. 25e42cb [PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relevant standard library declarations by Argyrios Kyrtzidis · 11 years ago
  21. 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
  22. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  23. 14ca7ce Disable following tests for Hexagon: by Jyotsna Verma · 11 years ago
  24. 413549f [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emit-obj by Argyrios Kyrtzidis · 11 years ago
  25. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  26. f396ad9 Don't eagerly deserialize every templated function (and every static data by Richard Smith · 11 years ago
  27. 0378433 [PCH] Fix assertion hit related to enum decls inside templated funtions. by Argyrios Kyrtzidis · 11 years ago
  28. f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 11 years ago
  29. f583a5e Add a test case, to make sure there is no crash on IRGen when using PCH by Argyrios Kyrtzidis · 12 years ago
  30. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  31. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 12 years ago
  32. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  33. 3ad86fd [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 12 years ago
  34. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
  35. 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
  36. a6cd5cd clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. by NAKAMURA Takumi · 12 years ago
  37. 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 12 years ago
  38. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 12 years ago
  39. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 12 years ago
  40. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 12 years ago
  41. 7f69b1a [PCH/Modules] Change how macro [re]definitions are de/serialized. by Argyrios Kyrtzidis · 12 years ago
  42. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  43. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  44. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  45. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  46. 0faaa16 clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 to r169831. by NAKAMURA Takumi · 12 years ago
  47. f19b5c0 Try to fix Win32 failures by Douglas Gregor · 12 years ago
  48. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
  49. 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 · 12 years ago
  50. 9867eba More workarounds for PR10867. by Richard Smith · 12 years ago
  51. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  52. 350aea7 [PCH] Reading expressions from attributes should be done using ReadExpr(), by Argyrios Kyrtzidis · 12 years ago
  53. 8682b93 Copy the decls returned by DeclContext::lookup_result to a by Argyrios Kyrtzidis · 12 years ago
  54. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  55. d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 12 years ago
  56. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  57. 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
  58. ebcb468 Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. by Kaelyn Uhrain · 12 years ago
  59. 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
  60. 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
  61. 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
  62. ac2153e clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11. by NAKAMURA Takumi · 12 years ago
  63. 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
  64. 674b227 clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32. by NAKAMURA Takumi · 12 years ago
  65. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  66. 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
  67. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  68. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  69. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  70. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  71. 7c83896 Added a test for C++11 statement attributes serialization. by Alexander Kornienko · 12 years ago
  72. 67d45ec Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. by Douglas Gregor · 12 years ago
  73. b3b6c22 Fix abbreviation for CharacterLiteral in AST serialization. PR13806. by Eli Friedman · 12 years ago
  74. 4d59422 clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows. by NAKAMURA Takumi · 12 years ago
  75. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  76. 22cd9ac [PCH] When loading fields from external storage make sure to also by Argyrios Kyrtzidis · 12 years ago
  77. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  78. 1eb1eb4 test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. by NAKAMURA Takumi · 12 years ago
  79. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  80. c0e8ad5 Rolling this change back because the fix doesn't fit the symptoms (even if it solves them). by Aaron Ballman · 12 years ago
  81. 4b4327f Fixing up a test case that was failing due to the lack of -std=c++11 by Aaron Ballman · 12 years ago
  82. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  83. 7518b37 [PCH] Make sure that all newly introduced visible decls in a DeclContext by Argyrios Kyrtzidis · 12 years ago
  84. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  85. 193f91b Patch for handling C99 veriadic macros when using precompiled headers, by Douglas Gregor · 12 years ago
  86. da01f62 Add the PCH file name to the message about not being able to read the PCH. by Kaelyn Uhrain · 12 years ago
  87. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  88. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  89. d73ef13 Add pedantic warning -Wempty-translation-unit (C11 6.9p1). by Jordan Rose · 12 years ago
  90. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
  91. df87558 The Lexer constructor expects a source location at the start of the by Argyrios Kyrtzidis · 12 years ago
  92. dbbaed3 test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep. by NAKAMURA Takumi · 12 years ago
  93. b88acb0 [PCH] Really, pinky swear, fix for PR12689 by Argyrios Kyrtzidis · 12 years ago
  94. d54dff0 [PCH] When validating that the files coming from PCH did not change, also by Argyrios Kyrtzidis · 12 years ago
  95. 67835c1 [PCH] Clear switch case IDs when deserializing a objc method body. by Argyrios Kyrtzidis · 12 years ago
  96. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  97. 7bb698a Fix serialization of uninstantiated exception specifications. Patch by Li Kan, by Richard Smith · 12 years ago
  98. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  99. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  100. e31b8fb Enable warn_impcast_literal_float_to_integer by default. by David Blaikie · 12 years ago