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 |
2011-01-27 |
Douglas Gregor | Clean up the diagnostic text for delegating constructors |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Wire up attributes 'ns_consumed' and 'cf_consumed'... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Test for previous commit |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Argyrios Kyrtzidis | Allow #pragma unused to be used on global variables... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Teach ASTUnit to save the specified target features... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Add libclang functions to determine the const/volatile... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Argyrios Kyrtzidis | [analyzer] Fix crash when handling dot syntax on 'super'. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Axel Naumann | TextDiagnosticPrinter.cpp: Show diagnostics as far... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
John McCall | Do a proper recursive lookup when deciding whether... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
John McCall | Provide Type::castAs<>, which is to getAs<> what cast... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
NAKAMURA Takumi | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
NAKAMURA Takumi | 7bit-ize. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Fix HTML highlighting and add missing line. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Fix a few typos in HTML documentation. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Hook up attribute ns_consumes_self in the ObjC retain... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Tweak -Wuninitialized fixit for '_Bool' types to be... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Teach -Wuninitialized to suggest "= false" for initiali... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
John McCall | Notes on dynamic array cookies in MSVC. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
John McCall | Import three interesting bits that apply only to C... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Teach -Wuninitialized not to assert when analyzing |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Teach -Wuninitialized about ObjC fast enumeration loops. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | When we run into a template parameter that should have... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Cope with parenthesized function declarators when emitt... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Fix a horrible bug in our handling of C-style casting... |
commit | commitdiff | tree | snapshot |
next |