- e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 14 years ago
- 0a3bdb6 Constant expression evaluation: track the manner in which an lvalue was written, by Richard Smith · 14 years ago
- 74f4634 Constant expression evaluation: although we don't know whether a literal will by Richard Smith · 14 years ago
- 1bb94a4 Fix alignment on alloca's for parameters using ABIArgInfo::Expand. by Eli Friedman · 14 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 · 14 years ago
- e6825d3 [libclang] Fix crash when a #pragma diagnostic is included in the preamble. by Argyrios Kyrtzidis · 14 years ago
- 2c62864 Force test to use the non-fragile ABI by Douglas Gregor · 14 years ago
- ea0e4e8 [libclang] Make sure pointing inside the #include of the fields will return the struct. by Argyrios Kyrtzidis · 14 years ago
- dc35aac [libclang] Add a test for "targeting" a field inside an #include that only by Argyrios Kyrtzidis · 14 years ago
- f3c0286 Extend IsSimplyAccessible to check for Objective-C instance variable by Douglas Gregor · 14 years ago
- fb35e8f When we're checking a friend function template in an out-of-line class by Douglas Gregor · 14 years ago
- dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 14 years ago
- 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 14 years ago
- 3dd0f76 Test code completion for constructor initializers within the class by Douglas Gregor · 14 years ago
- ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 14 years ago
- c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 14 years ago
- 0b1beb7 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 14 years ago
- 3b694fa Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. by Bob Wilson · 14 years ago
- 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 14 years ago
- 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 14 years ago
- 2d950b1 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 14 years ago
- cdcc653 [analyzer] BranchNodeBuilder should not generate autotransitions. by Anna Zaks · 14 years ago
- 5d8419c When we run into a constructor or destructor that is defined in the by Douglas Gregor · 14 years ago
- 0b4072f Fix r143463 to test what it was intended to test. by Richard Smith · 14 years ago
- ea9f54a When we see an out-of-line definition of a member class template that by Douglas Gregor · 14 years ago
- 65ac598 When constant-folding, don't look at the initializer of a global const variable by Richard Smith · 14 years ago
- 344d78d Temporarily disable lvalue-to-rvalue conversions on const pointers while an by Richard Smith · 14 years ago
- d4e7e22 [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 14 years ago
- 0505321 Find copy constructor needed to copy an rvalue reference by Fariborz Jahanian · 14 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 · 14 years ago
- 87ec9c2 [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 14 years ago
- 177dce7 Implement C++11 'constexpr calls must return constant expressions' rule, and by Richard Smith · 14 years ago
- cc7a648 Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 14 years ago
- 885011b Correct test for additional comment line. by Eli Friedman · 14 years ago
- 55a7ba0 Mark test as requiring x86 backend. by Eli Friedman · 14 years ago
- 8bb6e9e Don't depend on system includes in test. by Eli Friedman · 14 years ago
- d9f5b33 Make test work with ARM C++ ABI. by Eli Friedman · 14 years ago
- f12e1b9 Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. by Eli Friedman · 14 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 · 14 years ago
- 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 14 years ago
- f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 14 years ago
- 76852c2 Rework the AST for the initializer of a delegating constructor, so by Douglas Gregor · 14 years ago
- d8c4551 Adds IRGen support for captured rvalue references in blocks. by Fariborz Jahanian · 14 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 · 14 years ago
- 7a420df Add missing lvalue-to-rvalue conversion. by Eli Friedman · 14 years ago
- 6a7c94a Refactoring and test for r143360. Support for array rvalue to pointer decay is by Richard Smith · 14 years ago
- 56892c1 Improve text of a diagnostic. by Fariborz Jahanian · 14 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 · 14 years ago
- ef23b60 [PCH] Now that we store the location of a decl outside its record by Argyrios Kyrtzidis · 14 years ago
- bd552ef C++11 generalized constant expression handling: evaluation support for by Richard Smith · 14 years ago
- 9e36b53 C++11 generalized constant expressions: evaluate equality comparisons between by Richard Smith · 14 years ago
- 625b807 C++11 generalized constant expressions: support pointer comparisons where the by Richard Smith · 14 years ago
- 7993e8a Fix assert on constant expression evaluation of floating point increment. by Richard Smith · 14 years ago
- 22a7dfe Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 14 years ago
- 1a1764b Stop disabling integrated assembler with -static. <rdar://problem/10175391> by Bob Wilson · 14 years ago
- 342f1f8 Don't crash if a GCC binary conditional is used in a constant expression on an by Richard Smith · 14 years ago
- b78c0b6 constexpr evaluation: allow lvalue-to-rvalue conversion on any literal type, not by Richard Smith · 14 years ago
- 47a1eed constexpr function substitution: by Richard Smith · 14 years ago
- fc2eff5 objc-arc: desugar certain type and improve on diagnostic for by Fariborz Jahanian · 14 years ago
- 839046a Add test missed from r143234. by Richard Smith · 14 years ago
- ee591a9 Fix assertion in constant expression evaluation. The LHS of a floating-point by Richard Smith · 14 years ago
- 5aa6dea Give __STDC_VERSION__ the value 201001L when we're in C1x mode. The by Douglas Gregor · 14 years ago
- 6ee5492 [ARC] Do not transfer ARC ownership if the cast is going to result in r-value, by Argyrios Kyrtzidis · 14 years ago
- d0dccea Initial support for C++11 constexpr function invocation substitution. Using by Richard Smith · 14 years ago
- ef8857d In case of template specialization, do not try to delay emitting debug info for concrete type in -flimit-debug-info mode. This fixes some of the failures from bs15503.exp tests in gdb testsuite. by Devang Patel · 14 years ago
- bcb5452 Fix this on the bots and make the test more complete by enabling optimizations. by Rafael Espindola · 14 years ago
- cc4889f Fix PR9614 for functions with the always_inline attribute. Try to keep by Rafael Espindola · 14 years ago
- 6d09f01 objective-c arc: type-casting of an objc pointer to by Fariborz Jahanian · 14 years ago
- 4a037c7 [analyzer] ObjC message sends to nil receivers that return structs are now okay (compiler zeroes out the data). Fixes <rdar://problem/9151319>. by Ted Kremenek · 14 years ago
- c49bd11 Reinstate r142844 (reverted in r142872) now that lvalue-to-rvalue conversions by Richard Smith · 14 years ago
- 9c273ff Fix test for LLVM change r143186. by Nick Lewycky · 14 years ago
- 9c129f8 Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertion by Richard Smith · 14 years ago
- ac51650 Be sure to build a dependent expression when we see by John McCall · 14 years ago
- 55733de Fix for PR9751 to change the behavior of -Wformat warnings. If the format by Richard Trieu · 14 years ago
- 61ffd09 Add missing lvalue-to-rvalue conversion to vector splat casts. by Richard Smith · 14 years ago
- 4f87062 Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an by Richard Smith · 14 years ago
- 2ce634d Mark these tests as requiring use of the shell. by Ted Kremenek · 14 years ago
- 9c1ba40 objc: fix an ir-gen crash caused by recent by Fariborz Jahanian · 14 years ago
- c5096cb Annotate imprecise FP division with fpaccuracy metadata by Peter Collingbourne · 14 years ago
- 1872b31 Move ASTUnit's handling of temporary files and the preamble file into a lazily-created static DenseMap. This DenseMap is cleared (and the files erased) via an atexit routine in the case an ASTUnit is not destroyed. Fixes <rdar://problem/10293367>. by Ted Kremenek · 14 years ago
- eee242f Make the loading of information attached to an IdentifierInfo from an by Douglas Gregor · 14 years ago
- 29e97cb Teach format string analysis that "%zu" means size_t. by Hans Wennborg · 14 years ago
- 98a9203 Move these test from checking assembly to checking LLVM IR. Should fix fallout by Nick Lewycky · 14 years ago
- 458bacf Fix crash on an @interface nested inside @implementation, rdar://10336158 by Argyrios Kyrtzidis · 14 years ago
- 90eed21 Do not warn when weak-import attribute is applied to enum by Fariborz Jahanian · 14 years ago
- 1b8fc01 Disalbe more Microsoft-specific stuff. by Douglas Gregor · 14 years ago
- 6c29eda Objective-c: fix an ir-gen crash where objc messag returns a _Complex by Fariborz Jahanian · 14 years ago
- e8f4eed Fix this tests on the bots. by Rafael Espindola · 14 years ago
- a411d2f Fix pr9614 by not emitting an available_externally function when it calls by Rafael Espindola · 14 years ago
- 29e627a Try to appease the Windows builders by Douglas Gregor · 14 years ago
- d488b3a Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 14 years ago
- 3ab057f Disable on Windows, for real. by Douglas Gregor · 14 years ago
- 3bfb571 Compute the promoted integer type of fixed-width enums correctly. Found by inspection. by Eli Friedman · 14 years ago
- 68a2dc4 Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <rdar://problem/10309088>. by Eli Friedman · 14 years ago
- f1f6d85 Fix crash due to missing array-to-pointer decay when instantiating an unresolved by Richard Smith · 14 years ago
- 601d2ee UnresolvedMemberExprs need lvalue-to-rvalue conversions during template by Richard Smith · 14 years ago
- fd08009 Turn off delayed template parsing for this test by Douglas Gregor · 14 years ago
- 7fe3878 Handle redundant 'typename' on base class specifications. by David Blaikie · 14 years ago
- 152aa4b Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. by David Blaikie · 14 years ago
- 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 14 years ago