1. da01f62 Add the PCH file name to the message about not being able to read the PCH. by Kaelyn Uhrain · 12 years ago
  2. c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
  3. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  4. d73ef13 Add pedantic warning -Wempty-translation-unit (C11 6.9p1). by Jordan Rose · 12 years ago
  5. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
  6. df87558 The Lexer constructor expects a source location at the start of the by Argyrios Kyrtzidis · 12 years ago
  7. dbbaed3 test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep. by NAKAMURA Takumi · 12 years ago
  8. b88acb0 [PCH] Really, pinky swear, fix for PR12689 by Argyrios Kyrtzidis · 12 years ago
  9. d54dff0 [PCH] When validating that the files coming from PCH did not change, also by Argyrios Kyrtzidis · 12 years ago
  10. 67835c1 [PCH] Clear switch case IDs when deserializing a objc method body. by Argyrios Kyrtzidis · 12 years ago
  11. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  12. 7bb698a Fix serialization of uninstantiated exception specifications. Patch by Li Kan, by Richard Smith · 12 years ago
  13. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  14. 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
  15. e31b8fb Enable warn_impcast_literal_float_to_integer by default. by David Blaikie · 12 years ago
  16. b0d06e2 Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>. by Douglas Gregor · 12 years ago
  17. a8e0b97 Canonicalize the declaration we write to a PCH file for an by Douglas Gregor · 12 years ago
  18. 643586f [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, by Argyrios Kyrtzidis · 12 years ago
  19. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  20. 9fcce65 AST representation for user-defined literals, plus just enough of semantic by Richard Smith · 12 years ago
  21. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  22. 33d5b31 [PCH] Include a darwin-only PCH test on Cocoa.h. by Argyrios Kyrtzidis · 12 years ago
  23. dfefb84 Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and by Richard Smith · 12 years ago
  24. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 12 years ago
  25. f64bc20 objective-c++: Type of an objc string literal is NSString, not 'id'. by Fariborz Jahanian · 12 years ago
  26. ac1303e Generate an AST for the conversion from a lambda closure type to a by Douglas Gregor · 12 years ago
  27. 83bc276 Deserialize the direct-initialization range of a "new" expression by Douglas Gregor · 12 years ago
  28. f6e2e02 Implicitly define a lambda's conversion functions (to function by Douglas Gregor · 12 years ago
  29. 9d66504 Simplify and robustify lambda PCH test by Douglas Gregor · 12 years ago
  30. 9d36f5d Implement AST (de-)serialization for lambda expressions. by Douglas Gregor · 12 years ago
  31. eefb3d5 Track whether a function type has a trailing return type as type sugar. Use this by Richard Smith · 12 years ago
  32. 91d521d [PCH] Add a PCH test. by Argyrios Kyrtzidis · 12 years ago
  33. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  34. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  35. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  36. 3e9ea0b C++ constant expression handling: eagerly instantiate static const integral data by Richard Smith · 13 years ago
  37. e2eb0e9 objc-arc: bridge casts in non-arc mode are now error. // rdar://10597832 by Fariborz Jahanian · 13 years ago
  38. 099e7f6 constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' by Richard Smith · 13 years ago
  39. a1be278 Completely re-implement (de-)serialization of declaration by Douglas Gregor · 13 years ago
  40. f2fcf1b [PCH] Remove extraneous line in the test that was mistakenly copied. by Argyrios Kyrtzidis · 13 years ago
  41. 373cb78 [PCH] Fix bug where we failed to update an identifier for a single token by Argyrios Kyrtzidis · 13 years ago
  42. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  43. 8d39c3d [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsToConsumer by Argyrios Kyrtzidis · 13 years ago
  44. 64482c6 [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set by Argyrios Kyrtzidis · 13 years ago
  45. c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
  46. 8213eca [PCH] Fix the test. by Argyrios Kyrtzidis · 13 years ago
  47. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  48. 5b898cc This test was assuming that /usr/include was in the system header search by Chandler Carruth · 13 years ago
  49. 129d924 Switch these two tests to use the Clang driver instead of CC1. They want by Chandler Carruth · 13 years ago
  50. ef23b60 [PCH] Now that we store the location of a decl outside its record by Argyrios Kyrtzidis · 13 years ago
  51. 3ab057f Disable on Windows, for real. by Douglas Gregor · 13 years ago
  52. ba0513d Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 13 years ago
  53. e6f0868 [PCH] When serializing Stmts, keep track of when sub statements are referenced again and by Argyrios Kyrtzidis · 13 years ago
  54. 3a919e7 Really protect from infinite loop when there are objc method redeclarations. by Argyrios Kyrtzidis · 13 years ago
  55. b40034c Keep track of objc method redeclarations in the same interface. by Argyrios Kyrtzidis · 13 years ago
  56. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  57. dbc68bd Add a simple PCH test for _Atomic. by Eli Friedman · 13 years ago
  58. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  59. 507097e [libclang] When getting a source location from a file:line:col triplet by Argyrios Kyrtzidis · 13 years ago
  60. e038cf0 Disable this test on win32. My "sleep 2" trick didn't seem to work by Douglas Gregor · 13 years ago
  61. 265941b Refactoring, mostly to give ObjCPropertyDecls stronger invariants for by John McCall · 13 years ago
  62. 7d5e81b Switch the serialization of LangOptions over to use the .def file. We by Douglas Gregor · 13 years ago
  63. 13db5cf Treat the weak export of block runtime symbols as a deployment-target by John McCall · 13 years ago
  64. ead363b Do a lookup for the blocks runtime globals to see if they were declared, by Argyrios Kyrtzidis · 13 years ago
  65. e786247 Add some delay between PCH creation and modifying one of the headers it depends on, which will---hopefully make this test predictably pass on Windows by Douglas Gregor · 13 years ago
  66. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  67. 58e9797 Finish implementing (de-)serialization of the CXXDefinitionData bits by Douglas Gregor · 13 years ago
  68. e6b8d68 Support importing of ObjC categories from modules. by Argyrios Kyrtzidis · 13 years ago
  69. e5a54b6 When writing out the entries in a lookup table for a DeclContext, make by Douglas Gregor · 13 years ago
  70. b5af843 Eliminate the -chained-pch flag and all of the frontend and libclang options associated with it. Chained PCH is the only way to build a PCH file that includes another PCH file by Douglas Gregor · 13 years ago
  71. 1b59e9c Remove a bogus assertion from the AST reader, which assumed that by Douglas Gregor · 13 years ago
  72. bc84532 Add serialization support for ClassScopeFunctionSpecializationDecl. by Francois Pichet · 13 years ago
  73. e360501 Change the hashing function for DeclContext lookup within an AST file by Douglas Gregor · 13 years ago
  74. 9aab148 Fix an inconsistency in Sema::ConvertArgumentsForCall in that by Peter Collingbourne · 13 years ago
  75. 428382c Fix diagnostic when loading a PCH which has different enabled/disabled state of -fobjc-arc. rdar://9818341 by Argyrios Kyrtzidis · 13 years ago
  76. f62d43d Revamp the SourceManager to separate the representation of parsed by Douglas Gregor · 13 years ago
  77. b73377e Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. by Argyrios Kyrtzidis · 13 years ago
  78. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
  79. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  80. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  81. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  82. 2e283f0 Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. by Eli Friedman · 13 years ago
  83. 8948e34 Revert r132426; this test passes more often than not, and we don't have a way to mark tests as intermittently failing at the moment. by Eli Friedman · 13 years ago
  84. aa37f7a XFAIL the test on windows. by Argyrios Kyrtzidis · 13 years ago
  85. b68ffb1 [PCH] Be conservative and check all the files the PCH references to see if by Argyrios Kyrtzidis · 13 years ago
  86. 8271317 Update our diagnostics to properly account for move operations. by Sean Hunt · 13 years ago
  87. 7880bc3 Implement a few basic tests for defaulted and deleted functions. by Sean Hunt · 13 years ago
  88. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  89. ebcbe1d there i fixed it by Sean Hunt · 13 years ago
  90. 36615b8 Change test/PCH/cxx-static_assert.cpp so that it doesn't need a separate header. by Argyrios Kyrtzidis · 13 years ago
  91. fe57eef Implement a better version of delegating constructor cycle detection. by Sean Hunt · 13 years ago
  92. 156b640 Implement serialization of delegating constructors. by Sean Hunt · 13 years ago
  93. 02a444d Fixed test case asserts due to checkin of r130710. by Chad Rosier · 13 years ago
  94. 0f0cdab lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not "X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass. by NAKAMURA Takumi · 13 years ago
  95. f79a719 Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. by Sebastian Redl · 13 years ago
  96. eebafe5 Use -emit-llvm-only as suggested by Argyrios. by Sebastian Redl · 13 years ago
  97. 38f163e Because of r130359 this test no longer fail on Windows. by Francois Pichet · 13 years ago
  98. b939625 Fix modified-header-crash.c for read-only source trees by Matt Beaumont-Gay · 13 years ago
  99. 0cd7be4 Disable a test that fails on windows; for some reason we don't detect that the header has different timestamp. by Argyrios Kyrtzidis · 13 years ago
  100. 8d8f2c2 Fix a crash when ASTReader emits diagnostic when another one is in flight. Fixes rdar//9334563. by Argyrios Kyrtzidis · 13 years ago