1. f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 11 years ago
  2. f583a5e Add a test case, to make sure there is no crash on IRGen when using PCH by Argyrios Kyrtzidis · 12 years ago
  3. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  4. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 12 years ago
  5. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  6. 3ad86fd [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 12 years ago
  7. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
  8. 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
  9. a6cd5cd clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. by NAKAMURA Takumi · 12 years ago
  10. 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 12 years ago
  11. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 12 years ago
  12. 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
  13. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 12 years ago
  14. 7f69b1a [PCH/Modules] Change how macro [re]definitions are de/serialized. by Argyrios Kyrtzidis · 12 years ago
  15. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  16. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  17. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  18. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  19. 0faaa16 clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 to r169831. by NAKAMURA Takumi · 12 years ago
  20. f19b5c0 Try to fix Win32 failures by Douglas Gregor · 12 years ago
  21. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
  22. 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
  23. 9867eba More workarounds for PR10867. by Richard Smith · 12 years ago
  24. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  25. 350aea7 [PCH] Reading expressions from attributes should be done using ReadExpr(), by Argyrios Kyrtzidis · 12 years ago
  26. 8682b93 Copy the decls returned by DeclContext::lookup_result to a by Argyrios Kyrtzidis · 12 years ago
  27. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  28. d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 12 years ago
  29. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  30. 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
  31. ebcb468 Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. by Kaelyn Uhrain · 12 years ago
  32. 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
  33. 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
  34. 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
  35. ac2153e clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11. by NAKAMURA Takumi · 12 years ago
  36. 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
  37. 674b227 clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32. by NAKAMURA Takumi · 12 years ago
  38. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  39. 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
  40. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  41. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  42. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  43. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  44. 7c83896 Added a test for C++11 statement attributes serialization. by Alexander Kornienko · 12 years ago
  45. 67d45ec Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. by Douglas Gregor · 12 years ago
  46. b3b6c22 Fix abbreviation for CharacterLiteral in AST serialization. PR13806. by Eli Friedman · 12 years ago
  47. 4d59422 clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows. by NAKAMURA Takumi · 12 years ago
  48. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  49. 22cd9ac [PCH] When loading fields from external storage make sure to also by Argyrios Kyrtzidis · 12 years ago
  50. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  51. 1eb1eb4 test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. by NAKAMURA Takumi · 12 years ago
  52. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  53. c0e8ad5 Rolling this change back because the fix doesn't fit the symptoms (even if it solves them). by Aaron Ballman · 12 years ago
  54. 4b4327f Fixing up a test case that was failing due to the lack of -std=c++11 by Aaron Ballman · 12 years ago
  55. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  56. 7518b37 [PCH] Make sure that all newly introduced visible decls in a DeclContext by Argyrios Kyrtzidis · 12 years ago
  57. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  58. 193f91b Patch for handling C99 veriadic macros when using precompiled headers, by Douglas Gregor · 12 years ago
  59. da01f62 Add the PCH file name to the message about not being able to read the PCH. by Kaelyn Uhrain · 12 years ago
  60. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  61. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  62. d73ef13 Add pedantic warning -Wempty-translation-unit (C11 6.9p1). by Jordan Rose · 12 years ago
  63. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
  64. df87558 The Lexer constructor expects a source location at the start of the by Argyrios Kyrtzidis · 12 years ago
  65. dbbaed3 test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep. by NAKAMURA Takumi · 12 years ago
  66. b88acb0 [PCH] Really, pinky swear, fix for PR12689 by Argyrios Kyrtzidis · 12 years ago
  67. d54dff0 [PCH] When validating that the files coming from PCH did not change, also by Argyrios Kyrtzidis · 12 years ago
  68. 67835c1 [PCH] Clear switch case IDs when deserializing a objc method body. by Argyrios Kyrtzidis · 12 years ago
  69. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  70. 7bb698a Fix serialization of uninstantiated exception specifications. Patch by Li Kan, by Richard Smith · 12 years ago
  71. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  72. 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
  73. e31b8fb Enable warn_impcast_literal_float_to_integer by default. by David Blaikie · 12 years ago
  74. b0d06e2 Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>. by Douglas Gregor · 12 years ago
  75. a8e0b97 Canonicalize the declaration we write to a PCH file for an by Douglas Gregor · 12 years ago
  76. 643586f [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, by Argyrios Kyrtzidis · 12 years ago
  77. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  78. 9fcce65 AST representation for user-defined literals, plus just enough of semantic by Richard Smith · 13 years ago
  79. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  80. 33d5b31 [PCH] Include a darwin-only PCH test on Cocoa.h. by Argyrios Kyrtzidis · 13 years ago
  81. dfefb84 Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and by Richard Smith · 13 years ago
  82. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 13 years ago
  83. f64bc20 objective-c++: Type of an objc string literal is NSString, not 'id'. by Fariborz Jahanian · 13 years ago
  84. ac1303e Generate an AST for the conversion from a lambda closure type to a by Douglas Gregor · 13 years ago
  85. 83bc276 Deserialize the direct-initialization range of a "new" expression by Douglas Gregor · 13 years ago
  86. f6e2e02 Implicitly define a lambda's conversion functions (to function by Douglas Gregor · 13 years ago
  87. 9d66504 Simplify and robustify lambda PCH test by Douglas Gregor · 13 years ago
  88. 9d36f5d Implement AST (de-)serialization for lambda expressions. by Douglas Gregor · 13 years ago
  89. eefb3d5 Track whether a function type has a trailing return type as type sugar. Use this by Richard Smith · 13 years ago
  90. 91d521d [PCH] Add a PCH test. by Argyrios Kyrtzidis · 13 years ago
  91. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  92. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  93. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  94. 3e9ea0b C++ constant expression handling: eagerly instantiate static const integral data by Richard Smith · 13 years ago
  95. e2eb0e9 objc-arc: bridge casts in non-arc mode are now error. // rdar://10597832 by Fariborz Jahanian · 13 years ago
  96. 099e7f6 constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' by Richard Smith · 13 years ago
  97. a1be278 Completely re-implement (de-)serialization of declaration by Douglas Gregor · 13 years ago
  98. f2fcf1b [PCH] Remove extraneous line in the test that was mistakenly copied. by Argyrios Kyrtzidis · 13 years ago
  99. 373cb78 [PCH] Fix bug where we failed to update an identifier for a single token by Argyrios Kyrtzidis · 13 years ago
  100. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago