2011-06-17 |
Argyrios Kyrtzidis | Don't emit 'unavailable' errors inside an unavailable... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Loosen up the IR matching slightly |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Remove another variable. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | When emitting a compound literal of POD type, continue... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Fix refactoro, silencing an MSVC warning. Thanks, Francois. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | Perform an acquire memory barrier on the fast path... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | Initialize a couple of variables to shut GCC up. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | Objective-C fast enumeration loop variables are not... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Clean up test to avoid using standard headers and remov... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Extend the deduced/actual argument type checking of C++ |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Make this test suitable for optimized builds by avoidin... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Factor the checking of the deduced argument type agains... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | When an explicit specialization has a storage specifier... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Implement proper support for generating code for compou... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Downgrade the error complaining about presence of a... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Check the specific target to figure out if a constraint... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | Add some more memory constraints for ARM. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Eric Christopher | On ARM make sure that we continue translating 'p' to... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
John McCall | When synthesizing implicit copy/move constructors and... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Douglas Gregor | Check for placeholder expressions before promoting... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Eli Friedman | Add support for -force_load flag, for compat with Apple... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Remove ARCMigrate from more builds that it isn't needed... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Be sure to try a final ARC-production even in Objective... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Francois Pichet | Finish 2 sentences. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chris Lattner | comment improvements. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chris Lattner | Fix a regression introduced by r131955 which broke... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chris Lattner | code cleanups, no behavior change. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Fariborz Jahanian | For the purpose of @encode'ing, accept 'void' type |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Andrew Trick | cmake may require LIT_TOOLS_DIR. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Richard Trieu | Add a new warning when a NULL constant is used in arith... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Jonathan D... | Fix of a minor typo. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Argyrios Kyrtzidis | [arcmt] Fix test for MSVC build. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Fariborz Jahanian | Move computation of __private_extern__ visibilty to |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Evan Cheng | Stylistic fix: move virtual keyword before return type. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Douglas Gregor | Allow comparison between block pointers and NULL pointer |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Douglas Gregor | Teach the warning about non-POD memset/memcpy/memmove... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Fariborz Jahanian | arc: diagnose dereferencing a __weak pointer which... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Argyrios Kyrtzidis | [arcmt] Fix the test when running in Lion. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Give arcmt-test an explicit triple for this test. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Douglas Gregor | Implement the consistency checking for C++ [temp.deduct... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Raise the ARCMT functionality in Clang into proper... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Fariborz Jahanian | Set the visibility to 'hidden' when previous |
commit | commitdiff | tree | snapshot |
2011-06-16 |
NAKAMURA Takumi | Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Rework the warning for 'memset(p, 0, sizeof(p))' where... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Jordy Rose | [analyzer] Clean up modeling of strcmp, including cases... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Make the Stmt::Profile method const, and the StmtProfil... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Jordy Rose | [analyzer] Fix trivial errors in previous commit. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Jordy Rose | [analyzer] Cleanup: mainly 80-char violations and prefe... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | This random unit test also depends on ARCMigrate. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | c-index-test also depends on ARCMigrate, oh boy |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | ARCMigrate depends on libAnalysis, and on unhelpful... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Restore correct use of GC barriers. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Fix my test case from r133136 so that it actually repre... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Argyrios Kyrtzidis | [arcmt] Fix tests in non-darwin. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Add another dependency to the clang-test CMake target... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Add the new arcmt-test tool to the clang-test dependenc... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Skip both character pointers and void pointers when... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Andrew Trick | Update clang's lit.site.cfg.in in preparation for addin... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Grr. Of course libARCMigrate depends on libRewrite... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Make this test pretend to be on a darwin host. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Weaken the type-matching rules for methods that return... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Refactor parentheses suggestion notes to have less... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Make the presentation of the warnings on 'x + y ? 1... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Chandler Carruth | Cleanup the parameter naming style. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Argyrios Kyrtzidis | [arcmt] Make arcmt-test accept cc1 options to make... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | libFrontend depends on ARCMigrate, so link it into... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Give this test a triple; I don't think we want to... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
John McCall | Unconditionally #define the ARC ownership qualifiers... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
John McCall | Suppress a warning in -Asserts builds. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
John McCall | Suppress an over-zealous MSVC warning. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
John McCall | The ARC Migration Tool. All the credit goes to Argyrio... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
John McCall | Automatic Reference Counting. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
John McCall | Introduce a utility routine for checking whether a... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
John McCall | Missing files. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Eli Friedman | Per Chris's suggestion, simplify code using llvm::getOr... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
John McCall | Generate enumerators for diagnostic categories. Patch... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
John McCall | The specification document for the new ObjC Automatic... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chris Lattner | remove the index page, we have dox now! |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Eli Friedman | Test for r133070. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Eli Friedman | Fix a couple more tests with ARM ABI. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Eli Friedman | Use isAnyComplexType here so we don't pass complex... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Eli Friedman | Fix a regression from r132957 involving complex integer... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Devang Patel | Do not emit stoppoint before emitting debug info for... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Douglas Gregor | Eliminate a 'default' case in template argument deducti... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Douglas Gregor | Eliminate an unnecessary include. FIXMEs -=1 |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Douglas Gregor | When performing substitution of default template templa... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chris Lattner | remove some more empty dirs. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chris Lattner | remove an empty dir. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Jordy Rose | [analyzer] Revise CStringChecker's modelling of strcpy... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Douglas Gregor | Don't add redundant FormatAttr, ConstAttr, or NoThrowAt... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Jordy Rose | [analyzer] If a C string length is UnknownVal, clear... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Jordy Rose | [analyzer] When performing a binary operation on symbol... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Nico Weber | Build fix attempt. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Douglas Gregor | Properly implement C++0x [stmt.dcl]p3, which requires... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Nico Weber | Warn on "void f(int a[10]) { sizeof(a); }" |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Ted Kremenek | Sema: show shift result in hexadecimal |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chris Lattner | mention new VLA behavior in gnu* vs c* mode dox. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Douglas Gregor | Introduce a -cc1-level option to turn off related resul... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Ted Kremenek | [format strings] correctly suggest correct type for... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Fariborz Jahanian | Bad table discription of fromat-y2k causes |
commit | commitdiff | tree | snapshot |
next |