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 |
2011-06-14 |
Blaine Garst | fix example as per rdar://problem/9461587 |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Eli Friedman | Whack a bunch of tests in CodeGenCXX to work on ARM... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Chris Lattner | revert r133003 and fix the bug properly: the issue... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Chris Lattner | Fix a crash on the testcase in PR9981 / rdar://9486765. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Douglas Gregor | When profiling FunctionProtoTypes, don't canonicalize... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Nico Weber | Warn on memset(ptr, 0, sizeof(ptr)). Diagnostic wording... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
David Majnemer | Remove the Fix-it for missing statement in switches |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Benjamin Kramer | StaticDiagNameIndex is never written to, place it into... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Jay Foad | Hyphenate "argument-dependent". |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Chris Lattner | when compiling in a GNU mode (e.g. gnu99) treat VLAs... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Chris Lattner | fix rdar://9204520 - Accept int(0.85 * 10) as an initia... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
David Majnemer | Properly diagnose using abstract and incomplete types... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Bruno Cardoso... | Update the prefetch intrinsic usage. Now the last argum... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Chris Lattner | fix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Peter Collingbourne | Move GlobalDecl to AST |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Jordy Rose | [analyzer] CStringChecker checks functions in the C... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Eli Friedman | The LLVM IR representation of byval arguments has a... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Jordy Rose | [analyzer] Change large if body to early return. No... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Jordy Rose | [analyzer] Fix modeling of strnlen to be more conservat... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Eli Friedman | Make __gnu_inline__ functions in gnu99 mode work the... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Devang Patel | Put local variables in appropriate debug info scope. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Devang Patel | Remote this unreliable test case because it did not... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Eli Friedman | Update extensions section of the docs to account for... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Eli Friedman | Whack a bunch of tests in CodeGenCXX to work on ARM... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Benjamin Kramer | Put classes into anonymous namespaces. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Douglas Gregor | Eliminate the -f[no]objc-infer-related-result-type... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Fariborz Jahanian | Update Indexer test for new 'atomic' keyword. |
commit | commitdiff | tree | snapshot |
next |