- 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
- 3d75ca8 Constant expression evaluation: support for default arguments. by Richard Smith · 13 years ago
- 790c372 Remove extra ';' by Devang Patel · 13 years ago
- 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
- 75d0fe7 Add "I" (ICE) annotations onto a few more x86 intrinsics. by Eli Friedman · 13 years ago
- ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
- 8b08eb3 [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 13 years ago
- a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
- 90f7b62 objc: Don't crash on missing @interface decl. // rdar://10415026 by Fariborz Jahanian · 13 years ago
- 8d4a515 [analyzer] Testing: test with all the non-experimental checker packages. by Anna Zaks · 13 years ago
- 86f14ab [analyzer] Testing: support for regenerate reference output by Anna Zaks · 13 years ago
- af9b5e9 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 13 years ago
- 3f54d48 Fix comment typos by Douglas Gregor · 13 years ago
- f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
- 4c11772 Sort contents of exports file. No functionality change. by Ted Kremenek · 13 years ago
- 0b69aa8 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 13 years ago
- 8d0ffc7 [analyzer] Remove redundant check from DivZeroChecker by Anna Zaks · 13 years ago
- a7a2564 [analyzer] Testing: Display the number of reported differences in the main log. by Anna Zaks · 13 years ago
- 4219c66 This test isn't portable to non-x86 platforms; specify a triple. by Eli Friedman · 13 years ago
- 5b0c519 Mark the overloaded atomic builtins as having custom type checking, by Douglas Gregor · 13 years ago
- 5bea4f6 Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan. by Eli Friedman · 13 years ago
- d9d137e From Vassil Vassilev: add checks for removing Decls for more use cases. by Axel Naumann · 13 years ago
- c44bc2d Add a default system include of '/include'. This isn't particularly by Chandler Carruth · 13 years ago
- ae7c25d [arcmt] Now that properties are strong by default, avoid adding redundant '(strong)' by Argyrios Kyrtzidis · 13 years ago
- 263d667 [arcmt] NSViewController does not support weak. by Argyrios Kyrtzidis · 13 years ago
- 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
- 355130f Misc fixes to pcmp*stri. by Eli Friedman · 13 years ago
- 9da2352 Fix the layout of vb-tables and vf-tables in the MS C++ ABI. by John McCall · 13 years ago
- 83084c8 lib/CodeGen/CGBuiltin.cpp: Tweak the identifier "Type" to appease msvc. by NAKAMURA Takumi · 13 years ago
- 63cf68a TypePrinter: print OpenCL address space names. Patch by Richard by Peter Collingbourne · 13 years ago
- 13330c4 DeclPrinter: print the declaration's storage class specifier as by Peter Collingbourne · 13 years ago
- aa9aa3b Some tests missed from r144056. by Richard Smith · 13 years ago
- 7cfd7fe [arcmt] When we already removed a __weak, don't try to change it to __unsafe_unretained by Argyrios Kyrtzidis · 13 years ago
- 1aa1721 Revert r143972, which didn't actually compile under -Wnon-virtual-dtor. by Matt Beaumont-Gay · 13 years ago
- db1822c Fix a cluster of related issues involving value-dependence and constant by Richard Smith · 13 years ago
- da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
- bc05f57 [analyzer] Testing infrastructure: flush the output between projects. by Anna Zaks · 13 years ago
- dc4df51 There are some crazy cases that LookupMethodInReceiverType by John McCall · 13 years ago
- 1a8a8cb [analyzer] Make sure scan-build catches all clang failures. by Anna Zaks · 13 years ago
- 66f8571 constexpr: static data members declared constexpr are required to have an by Richard Smith · 13 years ago
- 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
- cf6ba2e Whitespace. by Chad Rosier · 13 years ago
- 55ccbd5 Tablegenify -g options. by Chad Rosier · 13 years ago
- 8da270e Remove test with int128 printing since it breaks on some platforms. by Richard Trieu · 13 years ago
- 21adcf3 Add missing part of test by Douglas Gregor · 13 years ago
- 66e8700 ASTConsumer::handleTopLevelDecl will end up getting called for by Douglas Gregor · 13 years ago
- a33849b [arcmt] Fix handling NSMakeCollectable inside an objc method. by Argyrios Kyrtzidis · 13 years ago
- b0e1e12 [arcmt] In GC, handle (assign) @properties. by Argyrios Kyrtzidis · 13 years ago
- bf8455c [arcmt] Map property decls to their GC attributes. by Argyrios Kyrtzidis · 13 years ago
- 11cbe2a Add support for printing integer literals of type short, unsigned short, by Richard Trieu · 13 years ago
- 12192cf [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied by Argyrios Kyrtzidis · 13 years ago
- 5cad822 When applying ARC __weak to a non-objc pointer, do not give error that by Argyrios Kyrtzidis · 13 years ago
- 8cacea5 Better fix for -Wnon-virtual-dtor by Matt Beaumont-Gay · 13 years ago
- e113477 Remove duplicate listings for core.DivideZero by Matt Beaumont-Gay · 13 years ago
- 2c1227c Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
- efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago
- 90f93d4 Appease -Wnon-virtual-dtor by Matt Beaumont-Gay · 13 years ago
- f2db04c Fix an unsafe use of Twine. by Benjamin Kramer · 13 years ago
- cc5d4f6 Constant expression evaluation: support for arrays. by Richard Smith · 13 years ago
- 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
- eb35ffc Fix Linux libc++ usage. Somehow this slipped through during the port. by Chandler Carruth · 13 years ago
- 38dce9b Fix 32-bit build bots and remove some casting-away-const warnings. by Richard Smith · 13 years ago
- 19ff92b Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps that's a bit out of date because it doesn't look like current clang behavior) by David Blaikie · 13 years ago
- 2b73517 [analyzer] Add the Checker Developer Manual to the menu. by Anna Zaks · 13 years ago
- 464ef2e [analyzer] Add overview and checker registration to the checker developer manual. by Anna Zaks · 13 years ago
- 7864435 Rip out CK_GetObjCProperty. by John McCall · 13 years ago
- 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 13 years ago
- db45806 Rip the ObjCPropertyRef l-value kind out of IR-generation. by John McCall · 13 years ago
- 6796fc1 Remove duplicate word & unnecessary conditional. by David Blaikie · 13 years ago
- 921da24 Move tests to the appropriate directory to match the spec hierarchy. by David Blaikie · 13 years ago
- cd68992 Allow constexpr variables' initializers to be folded in C++11 mode. This by Richard Smith · 13 years ago
- b37fe61 Begin lifting some of the one-off checking logic into generic helper by Chandler Carruth · 13 years ago
- 19347ed Move the GCC installation detection logic down into the Generic_GCC by Chandler Carruth · 13 years ago
- 089b272 Remove an old OpenSUSE hack that is no longer needed -- it is exactly by Chandler Carruth · 13 years ago
- d1f7306 Remove the HasMultilib check. It was essentially useless. The driver now by Chandler Carruth · 13 years ago
- 39e0203 Correcting grammar. by David Blaikie · 13 years ago
- 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
- 280b4ad [arcmt] In GC, error for __strong/__weak on non-objc pointers. by Argyrios Kyrtzidis · 13 years ago
- 17ac319 [arcmt] In GC, clear redundant __strong's. by Argyrios Kyrtzidis · 13 years ago
- dbbdec9 Make sure when setting AttributesAsWritten of a property that they do not by Argyrios Kyrtzidis · 13 years ago
- 1d5fb8f [arcmt] Make PropertiesRewriter::getPropertyType return the unqualified type. by Argyrios Kyrtzidis · 13 years ago
- f38fa73 [arcmt] Collect all the places where GC attributes __strong/__weak occur. by Argyrios Kyrtzidis · 13 years ago
- b0d5db1 [arcmt] Refactor PropertiesRewriter to use MigrationContext. by Argyrios Kyrtzidis · 13 years ago
- fc8205e test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876. by NAKAMURA Takumi · 13 years ago
- 7902d76 The version objects need to actually store the version strings; they by Chandler Carruth · 13 years ago
- abaa1d7 Throw the switch and move all Linux header search over to the GCC by Chandler Carruth · 13 years ago
- 6a21e65 Add a missing triple spotted by inspecting and testing of the include by Chandler Carruth · 13 years ago
- acf9e82 Unbreak gcc build. by Benjamin Kramer · 13 years ago
- 0e29dbb Lift the GCCVersion type into the header file and start persisting it in by Chandler Carruth · 13 years ago
- 4f80e00 Make format string 64 bit safe. by Benjamin Kramer · 13 years ago
- fa13459 Switch some of these interfaces from std::string to StringRef and Twine. by Chandler Carruth · 13 years ago
- 00c2877 test/Driver/crash-cleanup.c: Mark as XFAIL: mingw32, for investigating. by NAKAMURA Takumi · 13 years ago
- 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
- a463089 Take a better approach to detecting and selecting multiarch include by Chandler Carruth · 13 years ago
- 0170fff Revert r143864, as the problem I was actually looking at can be solved by Chandler Carruth · 13 years ago
- 5ffa3ee Start pruning down the set of flags passed to CC1 for header search. by Chandler Carruth · 13 years ago
- 5b898cc This test was assuming that /usr/include was in the system header search by Chandler Carruth · 13 years ago
- 997a1c0 XFAIL crash-cleanup.c only on Darwin and msys. by Peter Collingbourne · 13 years ago
- de7a500 XFAIL test until Peter has a chance to investigate. by Chad Rosier · 13 years ago
- b84575e Fixing -g break caused by a dead reference to a temporary introduced in r143732. by David Blaikie · 13 years ago