2011-04-17 |
Anders Carlsson | Put a typeid test in its own namespace. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Chris Lattner | Fix a miscompilation I introduced in r129652, thanks... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Use the right type name. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | When laying out bases in, always try the "base subobjec... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Cleanup tests, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Add addBaseSubobjectTypeName which isn't used yet. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Move code to add a type name to a TagDecl type out... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Use a SmallVector for field types in CGRecordLayoutBuil... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Michael J.... | Make -mno-mmx imply -mno-3dnow. This is what gcc does... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Chris Lattner | when assertions are disabled, labels go away. Hopefull... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Eli Friedman | Hack to turn the valgrind buildbot green, until Devang... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Chris Lattner | implement rdar://9289524 - case followed immediately... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Chris Lattner | fold memcpy/set/move_chk to llvm.memcpy/set/move when... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Chris Lattner | fix rdar://9289603 - clang should fold trivial ?: for... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Richard Trieu | Testing my commit access. A few whitespace changes... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Argyrios Kyrtzidis | Introduce Rewriter::IncreaseIndentation() which increas... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Tanya Lattner | Modify test for 32 and 64 bit. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Devang Patel | Emit proper selector name in debug info. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Devang Patel | Emit debug info for Objective-C properties. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Tanya Lattner | Fix bug in vector initializer when initializing a vecto... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Fariborz Jahanian | Enforce nonnull __attribute__ on Objective-C method... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | Initial work to improve documentation for Clang's diagn... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | For the purposes of overload resolution, consider a... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | Forbid the use of C++ new/delete to allocate/free objec... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | Parse GNU-style attributes prior to the type-id/new... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Nick Lewycky | Restore accidentally deleted file (I blame svn). |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Fariborz Jahanian | Fixes a crash when generating dependency file stuff |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Nick Lewycky | Reapply r129561, moving the runtime/Makefile that build... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Nick Lewycky | Doug Gregor tells me that runtime/libcxx/ is a placehol... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | Implement appropriate semantics for C++ casting and... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Owen Anderson | Revert r129561, which broke one of the clang buildbots. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Fariborz Jahanian | Allow shadowin of 'self' in objc methods in |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Add __has_feature(cxx_range_for) check for C++11 range... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Michael J.... | Add mm3dnow.h. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Michael J.... | Add 3DNow! Intrinsics. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Update www: clang now supports C++11 for-range and... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Support for C++11 (non-template) alias declarations. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Teach -ast-print how to print template template parameters. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Benjamin Kramer | Fix mismatched delete. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Apply NAKAMURA Takumi's workaround to fix thses tests... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Nick Lewycky | Create a compiler-rt directory and move the Makefile... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Ted Kremenek | Improve diagnostics on GNU attributes by warning about... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Chris Lattner | fix a bunch of comment typos found by codespell. Patch by |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Peter Collingbourne | C1X: implement static asserts |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Peter Collingbourne | C1X: implement generic selections |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Peter Collingbourne | C1X: add a language standard |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Tanya Lattner | Do not expand the opencl pragma names. This is so you... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Douglas Gregor | If the declaration of a C++ member function with an... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Douglas Gregor | When we transform a C++ exception declaration (e.g... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Richard Smith | Add support for C++0x's range-based for loops, as speci... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Richard Smith | Detect when the string "<::" is found in code after... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Douglas Gregor | Harden Clang's cursor visitation logic against NULL... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Fariborz Jahanian | Match pointer of compatible vection types. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Douglas Gregor | When determining the "usage" type of a declaration... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Anton Korobeynikov | Implement ARM pcs attribute. Basically it's another... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Richard Smith | Name mangling of late-specified return types doesn... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Richard Smith | Implement C++0x [lex.pptoken]p3's handling of <::. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Douglas Gregor | Parse an '@' in an Objective-C++ class member specifica... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Sebastian Redl | Chained PCH: Remember when additional specializations... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Sebastian Redl | Add header guards to include/clang/Basic/ConvertUTF.h. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Sebastian Redl | Fix -H. It was pretty broken. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Sebastian Redl | The ASTReader created by -chain-include used the genera... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Ted Kremenek | Return the correct lastly populated block from CFGBuild... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Ken Dyck | Replace a couple of divide-by-8s with divide-by-charwid... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Eli Friedman | Re-fix r129481 and r129465 properly. Nulls fixits... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Argyrios Kyrtzidis | When creating an implicit member expression through... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Ken Dyck | Replace a couple of divisions-by-'8' with divisions... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Anders Carlsson | In C++, when initializing an array from a pascal string... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Anders Carlsson | Add a flag to StringLiteral to keep track of whether... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Anders Carlsson | Rename test. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Chandler Carruth | Add -no-canonical-prefixes to tests which assert on... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Fariborz Jahanian | Issue the 2nd fixit even if fix-it hint is supressed. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Ted Kremenek | Add Objective-C++ files to those accepted by ccc-analyzer. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Ted Kremenek | Update public analyzer build to checker-256. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Fariborz Jahanian | No fixit hint for builtin expressions which are |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Removing the unaligned load tests from builtins-x86... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Axel Naumann | From Vassil Vassilev: Give external source's last resor... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Remove comment that snuck in there. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | It looks like the FreeBSD buildbot needs this for the... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Chandler Carruth | Teach -Wuninitialized about C++'s typeid expression... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Argyrios Kyrtzidis | Collect the options applicable to the Rewriter methods... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Just use a native "load" instead of translating the... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Francois Pichet | Still not used to put the * next to the variable name. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Francois Pichet | In Microsoft mode, within class scope, if a CXXScopeSpe... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Anders Carlsson | Use EmitCallOrInvoke in EmitBadTypeidCall and EmitBadCa... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Convert the unaligned load builtins to the first-class... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Daniel Dunbar | Driver/no-integrated-as: Fix forwarding of -g flag... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Fariborz Jahanian | Redeclaration of 'self' should be flagged in |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Daniel Dunbar | IRgen/Obj-C: Emit CFStrings and NSStrings with the... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | We can't emit an aggregate cast as its sub-expression... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Daniel Dunbar | Driver: Don't treat -m{abi,arch,cpu,cmodel}= as "driver... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Teach VariadicMethodTypeChecker to not crash when proce... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Fix another IdempotentOperationsChecker corner case... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Provide options to explicitly enable/disable checkers... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Enable C++ static analysis support in ccc-analyzer. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | ArrayBoundCheckerV2: don't arbitrarily warn about index... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Lenny Maiorani | This patch adds modeling of strcmp() to the CString... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Fariborz Jahanian | Fix a regression where the initializer implements |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard Smith | Fix AST serialization of reference-to-reference types... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | static analyzer: invalidate by-ref arguments passed... |
commit | commitdiff | tree | snapshot |
next |