2011-02-01 |
Douglas Gregor | Fix name lookup issue |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Nick Lewycky | Add support for x86-64 Mandriva 2010.2. Reported by... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Create a special allocator class for code completion... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Matt Beaumont-Gay | Use tempfiles for the .o outputs. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ted Kremenek | Enable the self-init checker in scan-build. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ted Kremenek | Don't warn about extraneous '()' around a comparison... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Argyrios Kyrtzidis | Don't warn for "if ((a == b))" if the parens came from... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
John McCall | Do the right thing for zero-initializing VLAs that... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Nick Lewycky | Add updated Debian ARM include path. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Provide constant strings for certain common code comple... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ted Kremenek | Add test case for dead stores checker to not flag dead... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Argyrios Kyrtzidis | Fix the message. Thanks to Thomas Clement for noticing. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Argyrios Kyrtzidis | For "if ((a == b))" only warn if 'a' is a modifiable... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Argyrios Kyrtzidis | [analyzer] Slightly improve the diagnostic message... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Allocate CodeCompletionString and all of its components... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Argyrios Kyrtzidis | Warn for "if ((a == b))" where the equality expression... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ted Kremenek | Add temporary hack to -Wuninitialize to create a separa... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ted Kremenek | Enhance -Wuninitialized to better reason about || and... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Implement access checking for the "delete" operator... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Fix a thinko where I didn't update a consistency check for |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Basic support for -mms-bitfields, from Carl Norum! |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Support EFI target triple, from Carl Norum! |
commit | commitdiff | tree | snapshot |
2011-02-01 |
John McCall | Make that test case actually test something, and add... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
John McCall | The code trying to assign a typedef to an anonymous... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Rafael Espindola | Revert 124633. The linker has been told how to merge... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ken Dyck | Correct units in doxygen comment for NonVirtualSize. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ken Dyck | Convert RecordLayout::NonVirtualSize from bit units... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Argyrios Kyrtzidis | When initializing struct members, the important thing... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Rafael Espindola | Set visibility for available_externally globals. This... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
John McCall | Perform the bad-address-space conversions check as... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Improve the diagnostic for -Wcustom-atomic-properties... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
John McCall | Make Check*PointerTypesForAssignment private and tell... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Douglas Gregor | Harden Lexer::GetBeginningOfToken() against bogus sourc... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
John McCall | Slightly reorganize CheckAssignmentConstraints and... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Douglas Gregor | Teach Diagnostic::setClient() to free the existing... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Daniel Dunbar | libclang: Don't allow RemoveFileOnSignal to be called... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Daniel Dunbar | Frontend: Add an explicit RemoveFileOnSignal flag argum... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Add -Wcustom-atomic-properties which warns if an atomic... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Ted Kremenek | Document that set-xcode-analyzer should typically be... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Douglas Gregor | Implement reasonable conversion ranking for Objective... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Only warn for -Wnon-virtual-dtor for public destructors... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Douglas Gregor | Implement the suggested resolution to core issue 547... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Warn if the class has virtual methods but non-virtual... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Don't warn that variables in C++ static member function... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Fix the diagnostic when we are shadowing an external... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Diagnose if extern local variable is followed by non... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | 'extern' variables in functions don't shadow externs... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | If there were errors, disable 'unused' warnings since... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Error for use of field from anonymous struct or union... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Amazing that there are still issues with the fields... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Argyrios Kyrtzidis | Fix test that didn't actually test what it wanted to... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Francois Pichet | Allow Microsoft attributes in a constructor's parameter... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Anders Carlsson | When building with optimizations, emit vtables where... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
Roman Divacky | Add hardcoded -L/usr/lib after all -L options to the... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Fix test. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | When emitting RTTI for a non-class type, compute the... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Nico Weber | Support for -plugin-arg- with -add-plugin |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Move GetLLVMVisibility to CodeGenModule. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Update tests. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Add RTTIBuilder::GetAddrOfTypeName which uses the newly... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Change CodeGenModule::setTypeVisibility to take a TypeV... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Add a test for RTTI visibility. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Replace an isa/cast with a dyn_cast. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Get rid of an unneeded parameter from setGlobalVisibility. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Give VTTs the right visibility. |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Make emitting a VTT a two-step process, much like emitt... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cpp |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Add a new function, to be used by CGRTTI, CGVTables... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Ken Dyck | Replace a literal '8' with getCharWidth(). |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | Remove IsDefinition from CodeGenModule::setTypeVisibili... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | When trying to get the most derived class, don't assume... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | When calling a virtual member function on a base class... |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Anders Carlsson | When doing a derived-to-base class through a virtual... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Fariborz Jahanian | More work to support -fapple-kext regarding |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Jeffrey Yasskin | Document how to add an attribute to clang. This should... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
John McCall | Fix some corner cases in the __is_base_of logic. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
John McCall | Add my new file to the CMake lists, sorry about that. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Benjamin Kramer | Make the FreeBSD driver test more robust so it doesn... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
John McCall | Move all the cleanups framework code into a single... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
John McCall | Reorganize the value-dominance metaprogram and introduc... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
John McCall | Convert the exception-freeing cleanup over to the condi... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Nico Weber | PR9037: Allow override, final, and new as an extension... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
John McCall | Not really any point to testing control flow in this... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Eric Christopher | Update exceptions.m for r124462. |
commit | commitdiff | tree | snapshot |
2011-01-28 |
Douglas Gregor | Give OpaqueValueExpr a source location, because its... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Allow elision of invocations of move constructors from... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | When producing IR for a lvalue-to-rvalue cast *as an... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Fariborz Jahanian | Fix an objective-c rewriter bug rewriting a __block |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Teach the evaluation of the __is_convertible_to trait... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Adjust casing of attributes in examples. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Separate the access-control diagnostics from other... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Document some serious badness in our evaluation of... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Implement the Microsoft __is_convertible_to type trait... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Abramo Bagnara | Fixed parameter names. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Fix download link. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Add missing </a> |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Update checker build and post release notes. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Jeffrey Yasskin | Revert r124217 because it didn't catch the actual error... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Teach -Wuninitialized about indirect goto. Fixes PR... |
commit | commitdiff | tree | snapshot |
next |