2010-06-03 |
Ted Kremenek | Return a proper null CXSourceLocation from clang_getLoc... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Anders Carlsson | Don't try to explicitly zero out bit-fields. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Jordy Rose | Test commit: fix method summary comment |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Zhongxing Xu | Make addStmt always add stmt. Delegate other cases... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Zhongxing Xu | CFG: add all LHS of assingments as lvalue. This improve... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Anders Carlsson | Add all final overriders to the map. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Jeffrey Yasskin | There is no dcl.init.ref p16. This test deals with p5. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Fariborz Jahanian | Block C++ code gen. Adds support for block reference... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
John McCall | Don't try to emit the vtable for a class just because... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Daniel Dunbar | Headers: Fix quoting of macro arguments in a couple... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | Don't substitute 'St' for 'std' when the namespace... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Daniel Dunbar | Fix undefined behavior, noticed by GCC 4.5. Patch by... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Daniel Dunbar | Fix compiler warning about to false -> pointer conversi... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Daniel Dunbar | Fix unintentional method call due to false -> pointer... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | When building RTTI descriptors for pointer types, we... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Nate Begeman | Fix vget_lane/vset_lane |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Douglas Gregor | typeid() produces type information for the cv-unqualifi... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Chris Lattner | clang++ is now a different greek letter. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | Correctly mangle unsigned integer literals where the... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | Correctly mangle variadic functions that don't have... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | When mangling member function pointers, fake adding... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
John McCall | Add a compatibility note about incomplete types in... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Nate Begeman | Checkpoint arm_neon.h generation with tablegen |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Anders Carlsson | Cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Dan Gohman | Delete a blank line to make it easier to process this... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
John McCall | Alter the ExternalASTSource interface to permit by... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Zhongxing Xu | Limit the use of BindDefault(). |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Zhongxing Xu | Add support for calloc() in MallocChecker. Patch by... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ted Kremenek | Fix crash in code completion when an ObjCMethodDecl... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Chris Lattner | Minor tweaks on doug's objc recovery patch: the caller |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Charles Davis | Make methods non-virtual again for now. I accidentally... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Douglas Gregor | Tweak test for non-64-bit Darwin |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Douglas Gregor | When we see the a '[' in a postfix expression in Object... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Chandler Carruth | Silence GCC warning about an accessible non-virtual... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ted Kremenek | After conversations with Zhongxing Xu and Jordy Rose... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Lattner | fix incorrect tag |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Lattner | make #warning warnings end up in their own diagnostic... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Lattner | simpler fix for rdar://8044135 - escaped newlines have... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Improve our handling of NULL after an escaping '\'... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Sean Hunt | Move .td files from AST to Basic. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Don't try to parse class template specializations in... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Daniel Dunbar | FuzzTest: Add support for reading list of replacements... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Daniel Dunbar | utils: Add a generic fuzz testing tool. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Improve parser recovery when we try to parse a call... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Nick Lewycky | Make macro safe in the face of users who pass "addr... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Anders Carlsson | Remove unused parameter to FinalOverriders::PropagateOv... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Nick Lewycky | Refactor the Is{Std,Clang,LLVM}Namespace methods and... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Sean Hunt | Convert DeclNodes to use TableGen. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Anders Carlsson | And now for the best part: Removing the old code. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Anders Carlsson | Turn on the new empty base subobject tracking code... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Teach code-completion for calls to be more careful... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Eli Friedman | Fix for PR7040: Don't try to compute the LLVM type... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Unbreak non-Darwin builds |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Teach code completion to adjust its completion prioriti... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Daniel Dunbar | Accept '#pragma options align=mac68k' on Darwin/PPC... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Cleanup. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Make EmptySubobjectMap::CanPlaceBaseAtOffset take a... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Change RecordLayoutBuilder::LayoutBase to take a BaseSu... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Ted Kremenek | Add check for an invalid CXType in clang_getTypeDeclara... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Rework the way virtual primary bases are added when... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Change LayoutVirtualBase to also take a BaseSubobjectInfo. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Change RecordLayoutBuilder::LayoutNonVirtualBase to... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Move computing the base subobject info for a class... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Zhongxing Xu | Revert r105097. Thinking about a better fix. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Zhongxing Xu | Fix PR7218. Patch by Jordy Rose. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Douglas Gregor | More PowerPC paths on Darwin |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Douglas Gregor | Add C++ include paths for Darwin PowerPC |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Chris Lattner | add fedora 13 paths, patch by Hendrik Richter. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Copy source information for the inner type of an elabor... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nate Begeman | Implement remaining items in neon td file. Still need... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Fariborz Jahanian | Changed text of 'empty enum' diagnostics to say so. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Fariborz Jahanian | Empty enum in c is now error to match gcc's behavior. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | Only provide a source location for an anonymous tag... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Anders Carlsson | Rename BaseInfo to BaseSubobjectInfo. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Anders Carlsson | Move BaseInfo outside of the EmptySubobject class. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Sema: Fix comment, apparently #pragma options align... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Fix personality function name when using SjLj exceptions. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Sema: Just ignore '#pragma options align=power' for... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Update "users manual", PR2461 has been fixed. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Fariborz Jahanian | Fix a miscompile of wchar pascal strings. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | A more minimal fix for PR6762. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Roll back r104941. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Jakob Stoklund... | Let the backend decide which scheduler and register... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Fariborz Jahanian | zero-cost exception API for NeXt runtime. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Driver: Spell -relax-all correctly when calling the... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Disable exception-spec compatibility checking under... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Add a new attribute on records, __attribute__((adl_invi... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Don't just skip over the entire tag definition if the... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Test case for r104938. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Optimize and complete associated-class-and-namespace... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | When we complain about a member being inaccessible... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | Add CMake goop to get arm_neon.h generated |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nate Begeman | Convert arm_neon.h into arm_neon.td, from which arm_neo... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Frontend: Sprinkle in some C++ header paths for ARM... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dan Gohman | This cast is no longer needed; the FIXME is fixed. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | When filtering out previous declarations of friend... |
commit | commitdiff | tree | snapshot |
next |