2011-05-24 |
Daniel Dunbar | Driver: Don't warn about unused PIE arguments. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Sean Hunt | Implement a new type node, UnaryTransformType, designed... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Nick Lewycky | Fix Darwin test for r132006. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Nick Lewycky | When given one of the applicable coverage flags, try... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Ted Kremenek | Add explicit CFG support for ignoring static_asserts. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Roman Divacky | Let amd64 be used in target triple instead of x86_64... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Argyrios Kyrtzidis | Add new warning that warns when invoking 'delete' on... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Douglas Gregor | Implement the initial part of C++0x [expr.const]p2... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Jim Grosbach | For non-Darwin, a plain 'char' type is unsigned. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Chandler Carruth | Fix a bug in the most recent openSUSE support patch. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Chandler Carruth | Fix a bug in -Wundefined-reinterpret-cast where we... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Nico Weber | Make it possible for external tools to distinguish... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Francois Pichet | MSVC doesn't do any validation regarding exception... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Devang Patel | Test case for r131940. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Sean Hunt | Delete the extraneous return statement that was causing... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
David Chisnall | Fix bug introduced with r131930. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Sean Hunt | Implement explicit specialization of explicitly-default... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
David Chisnall | Don't omit retain / release / autorelease message sends... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
David Chisnall | Fix some problems where functions must be bitcast but... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Sean Hunt | Correctly propagate defaultedness across template insta... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Manuel Klimek | Fix examples compile break due to rewrite of isa. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Francois Pichet | Emulate a MSVC bug where if during an using declaration... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | attempt to fix windows testers, which generate #line... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | make the x86-32 backend specify a byval alignment,... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | Fix x86-64 byval passing to specify the alignment even... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
David Chisnall | Provide the runtime with information about the GC compi... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | Invoke the FileChanged callback before pushing the... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | fix 80 col violation |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | add opensuse toolchain support, patch by Ismail Donmez! |
commit | commitdiff | tree | snapshot |
2011-05-22 |
David Chisnall | Change the default for supporting ObjC GC to true.... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Nick Lewycky | Fix fallout from r131838. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Chris Lattner | Add Redhat Enterprise Linux to the Linux toolchain... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Douglas Gregor | Add an assertion to tell us when we're going off the... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Chris Lattner | adjust to mainline api change. |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | Audit and finish the implementation of C++0x nullptr... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | It's considered poor form to create references to the... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | Classify bound member function types are member functio... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Chris Lattner | switch clang off StandardPasses.h onto PassManagerBuilder.h |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | Fix our handling of the warning when one tries to pass a |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Eli Friedman | Fix the clang part of PR7952: rewrite the specializatio... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | Diagnose the presence of storage-class-specifiers on... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | Teach Sema::ActOnUninitializedDecl() not to try to... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | Introduce the -fdiagnostics-format=xxx option to contro... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | A few more is(Un)signedIntegerType/is(Un)signedOrEnumer... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Douglas Gregor | Implement C++0x semantics for passing non-POD classes... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Argyrios Kyrtzidis | Only ignore extra tokens after #else if we skip it... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Ted Kremenek | Fix regression in static analyzer's handling of prefix... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Sean Hunt | Add a missing case for default constructor deletion. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Sebastian Redl | Introduce XFAILed test for braced initializer lists. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Douglas Gregor | Introduce Type::isSignedIntegerOrEnumerationType() and |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Oscar Fuentes | CMake: add support for CLANG_VENDOR. PR9966. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Douglas Gregor | Downgrade the error about re-opening an inline namespac... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Douglas Gregor | Diagnose unexpanded parameter packs in return statement... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Benjamin Kramer | sandybridge is now called corei7-avx |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Douglas Gregor | Remove the clang-test-XXX targets from the CMake builds... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Douglas Gregor | Clean up two comments |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Sebastian Redl | Fix PR9941 for out-of-line template destructors too. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Matt Beaumont-Gay | Undo enough of r131143 to make private copy ctor diags... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Ted Kremenek | Teach RegionStore not to symbolic array values whose... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Devang Patel | Fix location of setter/getter synthesized for a property. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sean Hunt | Revert r131672 until __underlying_type is properly... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Fix test on Windows. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sean Hunt | Implement a __has_feature for __underlying_type |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Joerg Sonnenberger | Correction for r131662, the GNU as option is --fatal... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sean Hunt | Add a test for __underlying_type |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Joerg Sonnenberger | Support -fatal-warnings for the assembler frontend |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sebastian Redl | Fix PR9941 again, this time for templates. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
David Chisnall | - Fixes openSUSE detection for 11.4 and upcoming 12.1 |
commit | commitdiff | tree | snapshot |
2011-05-19 |
David Chisnall | Add paths used by openSuSE 12.1 |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sean Hunt | Implement __underlying_type for libc++. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sebastian Redl | Reapply r121528, fixing PR9941 by delaying the exceptio... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Ted Kremenek | Teach static analyzer to analyze Objective-C methods... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Make __builtin_shufflevector and -ftrapv work correctly... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sean Hunt | After consultation with doug, revert r131515. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sean Hunt | Revert r121528 as it breaks a simple testcase, which... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Roman Divacky | Add ARMTargetCodeGenInfo::initDwarfEHRegSizeTable(... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sebastian Redl | Implement implicit exception specifications of destructors. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sean Hunt | Implement an additional fix for infinite recursion... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sean Hunt | Force declaration of implicit members in C++0x mode. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Eric Christopher | Add some support for RHEL5 systems. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Bill Wendling | Conditionalize the use of 4.4 or 4.2 format based on... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Fariborz Jahanian | Code cleanup of my last patch. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Fariborz Jahanian | Patch to fix IR-gen crash generating structure ABI... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Fix a nasty bug where inside StringLiteralParser: |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Do some safety checks. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Eli Friedman | For calls returning first-class aggregates, store by... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
John McCall | Revert r131434, my commit disabling the complete-object... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Sean Hunt | Fix some minor bugs and add a lot more test cases for... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Sean Hunt | Add some more tests. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Rafael Espindola | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Rafael Espindola | The logic about -static is darwin only. For now assume... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Revert r131447, see if it fixes the buildbot. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Inside isEmptyRecord function, for CXXRecordDecl just... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Reapply the commits that r131401 reverted and add a... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Devang Patel | Set up appropriate context for member function. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Sean Hunt | Implement some tests for defaulted constructors. To... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Ted Kremenek | Fix crash on C++ code when compiling with -finstrument... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
John McCall | Emit complete-object constructors for abstract classes... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Sean Hunt | Implement the new C++0x rules for non-trivial things... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Manuel Klimek | Pulls the common part of the clang-check example into... |
commit | commitdiff | tree | snapshot |
next |