2010-04-20 |
Ted Kremenek | Fix crash on invalid code where a @throw statement... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | change FullSourceLoc to have a *const* SourceManager... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | push some source location information down through... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Fariborz Jahanian | Patch to support transparent_union types on |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | enhance sourcemgr to detect various UTF BOM's and emit... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Back out r101911 and see if it makes the bots happy. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Benjamin Kramer | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Daniel Dunbar | IRgen: Always use i8 arrays to access union bit-fields... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | remove some extraneous qualifiers. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Fix a bug which triggered the assertion I added yesterd... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Move code to apply a non-virtual and virtual offset... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Douglas Gregor | Keep proper source location information for the type... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Benjamin Kramer | Tip of the day: save before commit. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Benjamin Kramer | Fix -Wcast-qual warnings. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Douglas Gregor | Introduce a limit on the depth of the template instanti... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Zhongxing Xu | Add test cases. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | don't slap noalias attribute on stret result arguments. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Zhongxing Xu | Replace code with a method call. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Pass the nearest virtual base decl to InitializeVTableP... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | reapply john's patch, he broke mainline again by changi... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Anders Carlsson | Assert that the path from the derived to the base class... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John Thompson | Altivec vector literal initializer count mismatch error... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Zhongxing Xu | Use GetState() to get the possible cleaned state. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | grr, lit only hates me, not the rest of the world. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | revert r101863, whcih is causing Sema/altivec-init... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John Thompson | Altivec vector literal initializer count mismatch error... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Zhongxing Xu | Improve handling of CXXNewExpr. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John McCall | Restore r101841 without modification. Also mark 'opera... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John McCall | Revert r101841 and follow-up. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | add __builtin_[r]index. Perhaps all LIBBUILTIN's shoul... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John McCall | Use __SIZE_TYPE__ as suggested by dgregor. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
John McCall | Don't bother looking for (or diagnosing problems with... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | Do not diagnose unused-parameter errors in template... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | Keep track of the actual storage specifier written... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | Only suppress the "extern variable has an initializer... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | Disable the "'extern' variable has an initializer"... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Daniel Dunbar | AST: Dump ASTRecordLayout objects when they are created... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Daniel Dunbar | IRgen: Kill unused function and move the type match... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Chris Lattner | add a PPCallback handler for a skipped #include, patch by |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | When normal name lookup to disambiguiate an Objective... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | More tests for Objective-C-related name lookup weirdnes... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Eric Christopher | Add a testcase for PR6501 (too many/too few arguments... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Fariborz Jahanian | Check for darwin befoer cheking for version. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Fariborz Jahanian | Make this test darwin10 specific. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Eric Christopher | Temporarily XFAIL this test on windows. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Eric Christopher | Remove the argument number from the constant integer... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Fariborz Jahanian | Some renaming of methods, fixes typo |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Douglas Gregor | When searching for code-completion and typo-correction... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Fariborz Jahanian | Force clang to produce legacy api for messaging |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Rafael Espindola | Add comment explaning the use of c99 inline in c++. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Dan Gohman | Fix -Wcast-qual warnings. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Zhongxing Xu | Move all C++ expression evaluation logic into its own... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Zhongxing Xu | Analyzer: add support for CXXNewExpr. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
David Chisnall | Don't just emit ivar metadata - emit CORRECT ivar metad... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
David Chisnall | Fix emitting ivar metadata for synthesized ivars and... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Rafael Espindola | If a method is virtual and the class key function is... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Fariborz Jahanian | Local static variables must be available module-wise |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Nuno Lopes | recommit r101568 to fix PR6766 |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas Gregor | Make sure that we don't visit redeclarations of nested... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas Gregor | C++ [namespace.memdef]p3 only applies when the friend... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Daniel Dunbar | tests: Don't force triple in x86-builtin-palignr test... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Benjamin Kramer | Bail out early to avoid comparing the internals of... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas Gregor | When performing reference initialization for the purpos... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas Gregor | Binding a reference to an rvalue is a direct binding... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Chandler Carruth | Fix the access checking of function and function templa... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas Gregor | When checking the copy constructor for the optional... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas Gregor | In C++98/03, when binding a reference to an rvalue of |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Chandler Carruth | Add testcase that I forgot for r101667 for gnu-keywords. |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Ted Kremenek | Allow the 'ibaction' attribute to be attached to method... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Douglas Gregor | Do not consider explicit constructors when performing... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Simplify wide bit-field layout in CGRecordLayoutBuilder... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Douglas Gregor | Improve our handling of user-defined conversions as... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Fix an assert when assigning a boolean value to a bitfi... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Unnamed bit-fields in a union should be laid out with... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Factor union field layout code out into a separate... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | If a wide bit-field is inside a union its offset should... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chandler Carruth | Add support for '-fgnu-keywords' and '-fasm' to Clang... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Vtable -> VTable renames across the board. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chandler Carruth | Prevent accidental in-source builds with CMake, and... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | fix integrated assembler with i386 objc code. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Fix a bug where we would sometimes incorrectly mark... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Benjamin Kramer | Add printName to DeclarationName which prints the human... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Benjamin Kramer | Add raw_ostream operators to NamedDecl for convenience... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | revert r101568, which miscompiles this testcase, distil... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Daniel Dunbar | Driver: Add missing claim() for -mllvm options. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Eric Christopher | New test to verify that we see constant integers here. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Eric Christopher | Consolidate most of the integer constant expression... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Wrap 'data' key in quotes. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Make script actually work. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Log code completion data in json format. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Send code completion data in json format. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Remove unneeded assertion and don't return a null CXString. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | emit warn_char_constant_too_large at most once per... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | make our existing "switch on bool" warning work for... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | If a non-noreturn virtual member function is guaranteed... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Switch Sema::FindCompositePointerType() over to Initial... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Nuno Lopes | fix PR6766: codegen of var initialized with wide char |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Move Sema::PerformImplicitConversion over to where... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Make Sema::BuildCXXCastArgument static, since it now... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Collapse the three separate initialization paths in |
commit | commitdiff | tree | snapshot |
next |