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 |
2011-04-12 |
Ted Kremenek | Fix bug in SimpleSValBuilder where '--' pointer arithme... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Douglas Gregor | Don't suggest dynamic_cast or typeid as code completion... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | Template static data members can have weak_odr linkage... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | Whoops. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Douglas Gregor | Objective-C++: The global namespace is an associated... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | Ignore indirect field declarations. Fixes PR9570. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | Formatting. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | This test works now; enable it. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | RegionStoreManager::invalidateRegions: treat classes... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | After some discussion with Doug, we decided that it... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Teach GRState::getSValAsScalarOrLoc() about C++ references. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Ted Kremenek | C++ static analysis: also invalidate fields of objects... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Fariborz Jahanian | Typo. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Fariborz Jahanian | Fixup more objc rwriter bug having to do with |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Chris Lattner | fix the path to ld.so for darwin/ppc, resolving PR9677... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | If there's an invoke destination, we should use invoke... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
John McCall | More __unknown_anytype work. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Remove CK_DynamicToNull. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | When we know that a dynamic_cast always returns null... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Add CXXDynamicCastExpr::isAlwaysNull() which will be... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Clean up CodeGenFunction::EmitDynamicCast. No functiona... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Replace a couple of Builder.CreateICmpEQ with Builder... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Eli Friedman | PR9669: implement correct checking for [dcl.init.string]p2. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Remove the CodeGenCXX/dyncast.cpp test; it isn't really... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | As a first step towards fixing PR9641, add a CK_Dynamic... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
John McCall | Simplify calling CheckPlaceholderExpr, converge on... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Strip off parens and no-op casts when deciding if an... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Change CollectPrimaryBases to collect the bases in... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Make -fdump-vtable-layouts also dump vtable indices... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Oscar Fuentes | Reflect rename on LLVM cmake file. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Chandler Carruth | Enhance the diagnostic for literal float -> int convers... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Francois Pichet | Refactor 129240 to merge the old default argument into... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Eli Friedman | PR9580: Handle vectors correctly in ScalarExprEmitter... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Francois Pichet | MSVC accepts that default parameters be redefined for... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Oscar Fuentes | libclang output name is now libclang. This solves a... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
John McCall | Fix a bunch of major problems with __unknown_anytype... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | Make sure we or together the overflow flags of the... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Lenny Maiorani | strcat() and strncat() model additions to CStringChecker. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Dylan Noblesmith | refactor flags for TokenKinds.def |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Dylan Noblesmith | refactor -ccc-gcc-name code |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | PR8369: make __attribute((regparm(0))) work correctly... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chandler Carruth | Clean up the bool conversion warning. Group it with... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chandler Carruth | Add support for warning on general null pointer express... |
commit | commitdiff | tree | snapshot |
next |