summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* C1X: implement static assertsPeter Collingbourne2011-04-151-0/+11
* C1X: implement generic selectionsPeter Collingbourne2011-04-155-0/+89
* If the declaration of a C++ member function with an inline definitionDouglas Gregor2011-04-141-0/+15
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-1410-0/+826
* Detect when the string "<::" is found in code after a cast or template name a...Richard Smith2011-04-142-5/+38
* Match pointer of compatible vection types. Fariborz Jahanian2011-04-141-0/+27
* When determining the "usage" type of a declaration for the purposes of code Douglas Gregor2011-04-141-0/+12
* Implement ARM pcs attribute. Basically it's another way of calling convention...Anton Korobeynikov2011-04-141-0/+12
* Implement C++0x [lex.pptoken]p3's handling of <::.Richard Smith2011-04-141-0/+11
* Parse an '@' in an Objective-C++ class member specification,Douglas Gregor2011-04-141-0/+15
* Chained PCH: Remember when additional specializations are added to a function...Sebastian Redl2011-04-141-0/+32
* When creating an implicit member expression through a qualified-id, check tha...Argyrios Kyrtzidis2011-04-141-6/+11
* In C++, when initializing an array from a pascal string, it's OK if the arrayAnders Carlsson2011-04-141-0/+4
* Rename test.Anders Carlsson2011-04-131-0/+0
* Add -no-canonical-prefixes to tests which assert on the name of theChandler Carruth2011-04-132-2/+2
* Issue the 2nd fixit even if fix-it hint is supressed.Fariborz Jahanian2011-04-131-1/+2
* No fixit hint for builtin expressions which areFariborz Jahanian2011-04-131-0/+15
* Removing the unaligned load tests from builtins-x86.c since they're generated...Bill Wendling2011-04-131-2/+0
* Teach -Wuninitialized about C++'s typeid expression, including both theChandler Carruth2011-04-131-0/+17
* In Microsoft mode, within class scope, if a CXXScopeSpec's type is equal to t...Francois Pichet2011-04-131-0/+32
* Redeclaration of 'self' should be flagged inFariborz Jahanian2011-04-121-0/+18
* IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type,Daniel Dunbar2011-04-121-2/+14
* We can't emit an aggregate cast as its sub-expression in general justJohn McCall2011-04-121-1/+7
* Teach VariadicMethodTypeChecker to not crash when processing methods declared...Ted Kremenek2011-04-121-0/+9
* ArrayBoundCheckerV2: don't arbitrarily warn about indexing before the 0-index...Ted Kremenek2011-04-121-0/+9
* This patch adds modeling of strcmp() to the CString checker. Validates inputs...Lenny Maiorani2011-04-121-0/+86
* Fix a regression where the initializer implementsFariborz Jahanian2011-04-121-0/+41
* Fix AST serialization of reference-to-reference types. This previously causedRichard Smith2011-04-122-0/+19
* static analyzer: invalidate by-ref arguments passed to constructors in a 'new...Ted Kremenek2011-04-121-0/+16
* Fix bug in SimpleSValBuilder where '--' pointer arithmetic was treated like '...Ted Kremenek2011-04-121-0/+19
* Don't suggest dynamic_cast or typeid as code completion results whenDouglas Gregor2011-04-121-2/+56
* Template static data members can have weak_odr linkage, not justJohn McCall2011-04-127-12/+22
* Whoops.John McCall2011-04-121-1/+1
* Objective-C++: The global namespace is an associated namespace of anDouglas Gregor2011-04-121-0/+19
* Ignore indirect field declarations. Fixes PR9570.John McCall2011-04-121-0/+7
* Formatting.John McCall2011-04-121-11/+8
* This test works now; enable it.John McCall2011-04-121-18/+16
* RegionStoreManager::invalidateRegions: treat classes the same as structs.Ted Kremenek2011-04-121-0/+14
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-122-20/+51
* Teach GRState::getSValAsScalarOrLoc() about C++ references.Ted Kremenek2011-04-121-0/+10
* C++ static analysis: also invalidate fields of objects that are the callees i...Ted Kremenek2011-04-111-0/+33
* Fixup more objc rwriter bug having to do withFariborz Jahanian2011-04-111-3/+8
* If there's an invoke destination, we should use invoke instead of call when c...Anders Carlsson2011-04-111-0/+18
* More __unknown_anytype work.John McCall2011-04-112-1/+27
* When we know that a dynamic_cast always returns null, we can makeAnders Carlsson2011-04-111-0/+19
* PR9669: implement correct checking for [dcl.init.string]p2.Eli Friedman2011-04-112-2/+4
* Remove the CodeGenCXX/dyncast.cpp test; it isn't really super useful to match...Anders Carlsson2011-04-101-367/+0
* Simplify calling CheckPlaceholderExpr, converge on it in a few places,John McCall2011-04-102-8/+8
* Strip off parens and no-op casts when deciding if an expr can be devirtualize...Anders Carlsson2011-04-101-1/+9
* Change CollectPrimaryBases to collect the bases in the right order. Fixes one...Anders Carlsson2011-04-101-0/+22