- b0e1e12 [arcmt] In GC, handle (assign) @properties. 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
- 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
- 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
- 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 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
- 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
- fc8205e test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876. by NAKAMURA Takumi · 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
- 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
- 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
- df0a4c3 Switch Lit to directly query the driver for the builtin inclue path. by Chandler Carruth · 13 years ago
- cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
- b40fd3f Teach lit to ask the Clang it is running what version string to use by Chandler Carruth · 13 years ago
- 292da56 Compute the path properly on different platforms. Specifically, compute by Chandler Carruth · 13 years ago
- 0cad538 Change this test to reflect the state we are moving in. The Clang by Chandler Carruth · 13 years ago
- 129d924 Switch these two tests to use the Clang driver instead of CC1. They want by Chandler Carruth · 13 years ago
- 044a790c Teach Lit to pass the CC1 invocation the builtin include directory. This by Chandler Carruth · 13 years ago
- 32bae37 Fix vector macros to correctly check argument types. <rdar://problem/10261670> by Bob Wilson · 13 years ago
- 83ea3bd tests: Remove some stray and unused -cc1 flags. These tests appear to be written by Daniel Dunbar · 13 years ago
- cb3194f Fix test so that it XFAILs consistently. by Eli Friedman · 13 years ago
- 6a9065a Per discussion with John McCall, don't add OpaqueValueExprs to the CFG. by Ted Kremenek · 13 years ago
- 1fe4203 [arcmt] In GC, error out when there is a call that returns a pointer to by Argyrios Kyrtzidis · 13 years ago
- 033be8b Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. by Devang Patel · 13 years ago
- 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago
- 03ea52f Revert r143551. It is causing g++.dg/template/crash52.C test failure. by Devang Patel · 13 years ago
- 3b25216 objc: fixed enum type is supported in objc mode. by Fariborz Jahanian · 13 years ago
- 545d1bb Clean up C++11 constant expression testing. by Richard Smith · 13 years ago
- e71eb23 Add new test. by Devang Patel · 13 years ago
- c915bc9 Add new test. by Devang Patel · 13 years ago
- e7ef855 [arcmt] For GC, cleanup and turn -finalize to -dealloc. by Argyrios Kyrtzidis · 13 years ago
- 81eecde [arcmt] In GC, error for use of CFMakeCollectable because it will leak the by Argyrios Kyrtzidis · 13 years ago
- 0d579b6 In C++ keep unavailable function calls in the AST, like in C/ObjC. by Argyrios Kyrtzidis · 13 years ago
- e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 13 years ago
- 0a3bdb6 Constant expression evaluation: track the manner in which an lvalue was written, by Richard Smith · 13 years ago
- 74f4634 Constant expression evaluation: although we don't know whether a literal will by Richard Smith · 13 years ago
- 1bb94a4 Fix alignment on alloca's for parameters using ABIArgInfo::Expand. by Eli Friedman · 13 years ago
- ddfb8d1 Fix the alignment on scalar parameter variables so that it matches what the AST thinks it should be. Per report on cfe-dev. by Eli Friedman · 13 years ago
- e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 13 years ago
- 2c62864 Force test to use the non-fragile ABI by Douglas Gregor · 13 years ago
- ea0e4e8 [libclang] Make sure pointing inside the #include of the fields will return the struct. by Argyrios Kyrtzidis · 13 years ago
- dc35aac [libclang] Add a test for "targeting" a field inside an #include that only by Argyrios Kyrtzidis · 13 years ago
- f3c0286 Extend IsSimplyAccessible to check for Objective-C instance variable by Douglas Gregor · 13 years ago
- fb35e8f When we're checking a friend function template in an out-of-line class by Douglas Gregor · 13 years ago
- dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
- 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
- 3dd0f76 Test code completion for constructor initializers within the class by Douglas Gregor · 13 years ago
- ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 13 years ago
- c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 13 years ago
- 0b1beb7 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
- 3b694fa Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. by Bob Wilson · 13 years ago
- 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
- 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
- 2d950b1 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 13 years ago
- cdcc653 [analyzer] BranchNodeBuilder should not generate autotransitions. by Anna Zaks · 13 years ago
- 5d8419c When we run into a constructor or destructor that is defined in the by Douglas Gregor · 13 years ago
- 0b4072f Fix r143463 to test what it was intended to test. by Richard Smith · 13 years ago
- ea9f54a When we see an out-of-line definition of a member class template that by Douglas Gregor · 13 years ago
- 65ac598 When constant-folding, don't look at the initializer of a global const variable by Richard Smith · 13 years ago
- 344d78d Temporarily disable lvalue-to-rvalue conversions on const pointers while an by Richard Smith · 13 years ago
- d4e7e22 [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 13 years ago
- 0505321 Find copy constructor needed to copy an rvalue reference by Fariborz Jahanian · 13 years ago
- 0bfaf06 Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of code. We will reconsider promoting it back to an error later. by Ted Kremenek · 13 years ago
- 87ec9c2 [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 13 years ago
- 177dce7 Implement C++11 'constexpr calls must return constant expressions' rule, and by Richard Smith · 13 years ago
- cc7a648 Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 13 years ago
- 885011b Correct test for additional comment line. by Eli Friedman · 13 years ago
- 55a7ba0 Mark test as requiring x86 backend. by Eli Friedman · 13 years ago
- 8bb6e9e Don't depend on system includes in test. by Eli Friedman · 13 years ago
- d9f5b33 Make test work with ARM C++ ABI. by Eli Friedman · 13 years ago
- f12e1b9 Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. by Eli Friedman · 13 years ago
- 64f45a2 Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving by Eli Friedman · 13 years ago
- 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 13 years ago
- f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
- 76852c2 Rework the AST for the initializer of a delegating constructor, so by Douglas Gregor · 13 years ago
- d8c4551 Adds IRGen support for captured rvalue references in blocks. by Fariborz Jahanian · 13 years ago
- ffbda40 Don't try to fold comparisons between the address of an object and an arbitrary integer constant. Fixes regression from r143334. by Eli Friedman · 13 years ago
- 7a420df Add missing lvalue-to-rvalue conversion. by Eli Friedman · 13 years ago
- 6a7c94a Refactoring and test for r143360. Support for array rvalue to pointer decay is by Richard Smith · 13 years ago
- 56892c1 Improve text of a diagnostic. by Fariborz Jahanian · 13 years ago
- eea6480 In x86_64, when calling an Objective-C method that returns a _Complex long double, make sure to use the objc_msgSend_fp2ret function which ensures that the return value will be {0, 0} if the receiver is nil. by Anders Carlsson · 13 years ago
- ef23b60 [PCH] Now that we store the location of a decl outside its record by Argyrios Kyrtzidis · 13 years ago
- bd552ef C++11 generalized constant expression handling: evaluation support for by Richard Smith · 13 years ago
- 9e36b53 C++11 generalized constant expressions: evaluate equality comparisons between by Richard Smith · 13 years ago
- 625b807 C++11 generalized constant expressions: support pointer comparisons where the by Richard Smith · 13 years ago
- 7993e8a Fix assert on constant expression evaluation of floating point increment. by Richard Smith · 13 years ago
- 22a7dfe Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 13 years ago
- 1a1764b Stop disabling integrated assembler with -static. <rdar://problem/10175391> by Bob Wilson · 13 years ago
- 342f1f8 Don't crash if a GCC binary conditional is used in a constant expression on an by Richard Smith · 13 years ago
- b78c0b6 constexpr evaluation: allow lvalue-to-rvalue conversion on any literal type, not by Richard Smith · 13 years ago
- 47a1eed constexpr function substitution: by Richard Smith · 13 years ago