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 |
2011-06-13 |
Douglas Gregor | Document CheckObjCMethodOverrides |
commit | commitdiff | tree | snapshot |
2011-06-13 |
David Majnemer | Give a diagnostic when using non-POD types in a va_arg |
commit | commitdiff | tree | snapshot |
2011-06-13 |
David Majnemer | Improve the diagnostics generated for switch statements... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Chandler Carruth | Fix a broken index left over from before this function... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
David Majnemer | Correct the spelling of instantiation |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Benjamin Kramer | My calendar says it's 2011. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Richard Smith | Don't assert on initialized typedef declarations in... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Richard Smith | Test for C++11 [class]p6 (trivial classes). |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Fariborz Jahanian | Added 'atomic' for objc properties. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Richard Smith | Implement support for C++11 in-class initialization... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Fariborz Jahanian | Add code completetion code for the new 'atomic' attribute |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Douglas Gregor | Extra test for related result type inference |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Douglas Gregor | Fix order of operands for the warning about incompatibl... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Douglas Gregor | Implement Objective-C Related Result Type semantics. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Fariborz Jahanian | Restore 'atomic' as an attribute of objc |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Eli Friedman | PR10120: Make CodeGenModule::getVTableLinkage use Named... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Nick Lewycky | __OBJC__ is also a standard predefined macro. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Sean Hunt | This change is breaking selfhost. Revert it until I... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Sean Hunt | Uncomment this testcase now that we pass it. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Sean Hunt | Implement caching of copy assignment operator lookup. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Jordy Rose | [analyzer] PR8962 again. Ban ParenExprs (and friends... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Sean Hunt | Implement caching for copy constructors in similar... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Sean Hunt | Implement caching of default constructors on the resolu... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Richard Trieu | Made changes to how 'struct'/'class' mismatches are... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Fariborz Jahanian | Add few missing files in AST directory to xcode project. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Fariborz Jahanian | Don't add objc method name mangling to locally declared... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Hans Wennborg | Handle overloaded operators in ?: precedence warning |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Bob Wilson | Add isVCVT_N flag to identify Neon VCVT_N intrinsics... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Jordy Rose | [analyzer] Ignore parentheses around block-level expres... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Jordy Rose | [analyzer] Look through __extension__ expressions in... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Ted Kremenek | Remove stale reference to libIndex. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Fariborz Jahanian | Remove 'atomic' as a property attribute keyword. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Stuart Hastings | Followup to 132737; make two-character string explicit... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Peter Collingbourne | Modify a diagnostic introduced in r132612 to emit QualT... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Chandler Carruth | Fix a bunch more notes that were emitted even when... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Chandler Carruth | Revert "hack in my new variables for GCC" |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Chandler Carruth | Fix a regression in the two-phase lookup diagnostics... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Chandler Carruth | hack in my new variables for GCC |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Stuart Hastings | Clang support for ARM Uv/Uy/Uq inline-asm constraints. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Joerg Sonnenberger | Sort -lgcc after -lgcc_s for NetBSD, otherwise shared... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Fariborz Jahanian | More coherent diagnostic when a stack variable is |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Nick Lewycky | The macros defined by the language standard are still... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Douglas Gregor | Downgrade the warning about the use of typedefs for... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Sean Hunt | Catch the memory leak in a bucket |
commit | commitdiff | tree | snapshot |
next |