2010-05-25 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Lattner | improve the fixit for the missing : error when parsing... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Lattner | add a few more categories. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Lattner | missed an svn add |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Lattner | push categories forward a bit more: document them,... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Douglas Gregor | Don't complain about VLAs of non-POD types when the... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Douglas Gregor | A type- or value-dependent expression cannot use bitfield |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Lattner | when too many errors are emitted, and we produce: |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Fariborz Jahanian | Fix a rewriting bug where a local static objective-c |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Fariborz Jahanian | Fix an objective-c rewriter bug when pre-processed... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Douglas Gregor | Make sure that we instantiate variably modified types... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Douglas Gregor | Downgrade deletion of a void* from an error (which... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | An identity conversion is better than any non-identity |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | In C++, one cannot assign from an arithmetic type to... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | Make clang_isFromMainFile() robust against NULL source... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Benjamin Kramer | Add a comment for r104472. |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Benjamin Kramer | PR5863: Don't erase unreachable BBs which have an assoc... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | It turns out that people love using VLAs in templates... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | Complain about sizeof(overloaded function) rather than... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | Move OverloadExpr over to a ASTContext-allocated pointe... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | Provide the overloaded functions for UnresolvedLookupEx... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | Keep track of all of the class and function template... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Anders Carlsson | When recording empty subobjects we should always look... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | Put the VLA-is-an-extension warning into its own warnin... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Douglas Gregor | Even though we don't unique VLA types, we still need... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
John McCall | Re-teach IR gen to perform GC moves on rvalues resultin... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Anders Carlsson | Really fix PR7139. There was one boost test that we... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Anders Carlsson | Re-land the fix for PR7139. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Douglas Gregor | Don't look for a destructor in a dependent type. Fixes... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Douglas Gregor | When determining whether we can use "this", make sure... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Douglas Gregor | Implement support for variable length arrays in C+... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Chris Lattner | minor updates |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Douglas Gregor | Improve our handling of reference binding for subobjects of |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Daniel Dunbar | Attempt to make MSVC happy. |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Chandler Carruth | Daniel re-educated me about what Alias does and does... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
John McCall | Push a return-value slot throughout ObjC message-send... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Daniel Dunbar | Driver: When printing a "command was signalled" type... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Daniel Dunbar | Driver: Add Tool::ShortName, intended to be a human... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Ted Kremenek | Make crashreport data in libclang a compile-time option. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Douglas Gregor | Improve recovery when we see a dependent template name... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Fariborz Jahanian | Clang missing warning about conflicting declaration... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Douglas Gregor | Improve parser recovery when we encounter a dependent... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nick Lewycky | Outdent this file by 2 spaces per the coding standards... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Anders Carlsson | Unbreak self-host. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Ted Kremenek | Update retain-release checker to understand changes... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Ted Kremenek | Pass around an error SourceRange instead of an Expr... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Anders Carlsson | Rename CodeGenFunction::EmitMemSetToZero to EmitNullIni... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Douglas Gregor | When instantiating a function declaration within a... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | down with export. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Abramo Bagnara | Improved TypeLoc::getSourceRange(). |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | another unneeded line. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | major update to the C++ status page. C++ support is |
commit | commitdiff | tree | snapshot |
2010-05-21 |
John McCall | Propagate access specifiers to anonymous union members... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Ted Kremenek | Fix crash in CFG construction for 'break' statements... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Douglas Gregor | Use CanQualType to enforce the use of a canonical type... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chris Lattner | don't make _Bool be a keyword in -fms-extensions mode... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Benjamin Kramer | Try to fix MSVC build. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Douglas Gregor | Don't remove the break/continue scope of a for loop... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nick Lewycky | TypeVisitor doesn't visit Stmts. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Douglas Gregor | When generating the call arguments in a thunk to call... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Fariborz Jahanian | Changed test to use FileCheck. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chandler Carruth | Teach the RecursiveASTVisitor to enter parts of the... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Chandler Carruth | Add braces to avoid an ambiguous else, fixing a GCC... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
John McCall | Allocate space in a block record for implicit reference... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
John McCall | When emitting an lvalue for an anonymous struct or... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
John McCall | Introduce a method to get from an anonymous struct... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Douglas Gregor | When instantiating anonymous structs/unions within... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Daniel Dunbar | docs: Man page tweaks, to mention the integrated assemb... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Fix __crashreport_info__ declaration. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Fix a crasher in constructor-initializer reordering... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Chris Lattner | make -Wc++-hex-floats be a member of -Wc++0x-compat, |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Fariborz Jahanian | Generate objc_memmove_collectable write-barrier for |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Chris Lattner | Don't warn about use of hex floats in c++ mode by default, |
commit | commitdiff | tree | snapshot |
2010-05-20 |
John McCall | Be sure to apply initializers to members of anonymous... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Improve parser recovery when a switch condition is... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Add a new failure kind, FK_Incomplete, to Initializatio... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Driver: Switch to using the integrated assembler for... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Fariborz Jahanian | Adds support for generation of objc_memmove_collectable API |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Driver: Add a tool definition for the Clang integrated... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Reinstate r104117, Chandler Carruth's change that ... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Fariborz Jahanian | More Objective-C++ GC tests. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | clang -cc1as: Add -help, -version, and -mllvm support. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Driver/MC: Add 'clang -cc1as' integrated assembler... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Driver: Move some argument lookup utilities into driver... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Fariborz Jahanian | Copy construction of non-trivial properties must not |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Picky, picky |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Fix a thinko |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Assert that we do not try to memcpy a non-POD class... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Abramo Bagnara | Added TemplateArgumentListInfo to FunctionTemplateSpeci... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
David Chisnall | Fix my inability to spell 'continue' and a case where... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Abramo Bagnara | Renamed misleading getSourceRange -> getLocalSourceRang... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Rework our handling of binding a reference to a temporary |
commit | commitdiff | tree | snapshot |
2010-05-20 |
John McCall | Whoops. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
John McCall | Don't try to check jump scopes in invalid functions... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | When creating a this-adjustment thunk where the return... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ted Kremenek | Add libclang function 'clang_isFromMainFile()' (which... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Remove accidental commit |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Various small fixes for construction/destruction of... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ted Kremenek | Expose -fobjc-nonfragile-abi2 as a top-level clang... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
John McCall | Support implicitly closing on 'this' in a block. Fixed... |
commit | commitdiff | tree | snapshot |
next |