summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Check for unexpanded parameter packs within variable initializers.Douglas Gregor2010-12-161-0/+7
* Check for unexpanded parameter packs in friend declarations.Douglas Gregor2010-12-161-0/+4
* Improve diagnostics when property being looked upFariborz Jahanian2010-12-161-0/+11
* Check for unexpanded parameter packs in using declarations. As aDouglas Gregor2010-12-161-2/+7
* Check for unexpanded parameter packs in enumeration types and enumerators.Douglas Gregor2010-12-161-0/+4
* Check for unexpanded parameter packs in static assertion expressions.Douglas Gregor2010-12-151-0/+1
* ivars craeted for explicit @synthesize and thoseFariborz Jahanian2010-12-152-4/+41
* Check for unexpanded parameter packs in various kinds ofDouglas Gregor2010-12-151-0/+15
* Test that all of the relevant types properly compute the "containsDouglas Gregor2010-12-151-3/+89
* Introduce a RecursiveASTVisitor subclass that finds all unexpandedDouglas Gregor2010-12-151-3/+18
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-151-0/+70
* __attribute__((nonnull)) can apply to reference-to-pointerDouglas Gregor2010-12-151-0/+11
* Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In...Peter Collingbourne2010-12-151-0/+6
* Set the "implicitly inline" bit on a method as soon as we see a definitionJohn McCall2010-12-151-0/+24
* Variadic templates: extend the Expr class with a bit that specifiesDouglas Gregor2010-12-151-0/+5
* Generalize this test to work without instruction names.Dan Gohman2010-12-141-2/+2
* Implement CodeGen support for the may_alias attribute.Dan Gohman2010-12-131-0/+21
* Variadic templates: extend Type, NestedNameSpecifier, TemplateName,Douglas Gregor2010-12-131-0/+11
* Remove a type that got reduced away from this test case but not actually dele...Chandler Carruth2010-12-131-1/+0
* Fix PR8774 by restricting when hasInit returns true. Previously, itChandler Carruth2010-12-131-0/+19
* Sema: diagnose kernel functions with non-void return typePeter Collingbourne2010-12-121-0/+3
* Enhance my implementation of //rdar ://8747333 in r121597 to allowFariborz Jahanian2010-12-111-1/+12
* Improved complex constants evaluation.Abramo Bagnara2010-12-111-0/+12
* Any property declared in a class extension might have userFariborz Jahanian2010-12-101-0/+24
* Do not substitute template types if template has dependent contextPeter Collingbourne2010-12-101-0/+15
* In clang_getCursor(), don't override a preprocessing cursor withinDouglas Gregor2010-12-101-0/+7
* Treat visibility on an enclosing namespace as a non-explicit source ofJohn McCall2010-12-102-1/+21
* Add dependency to "make clang-test check-all".NAKAMURA Takumi2010-12-101-1/+11
* Added remaining objective-c library builtins (as in gcc) toFariborz Jahanian2010-12-102-4/+29
* Fix another obscure corner layout case.Argyrios Kyrtzidis2010-12-101-0/+14
* Don't crash when code-completing after "#include <". It would be farDouglas Gregor2010-12-091-0/+3
* Eliminate duplicate code completions for properties.Douglas Gregor2010-12-091-0/+16
* Don't walk the translation unit context to produce protocol names whenDouglas Gregor2010-12-091-1/+3
* Update test.Devang Patel2010-12-091-2/+2
* When an "inline" declaration was followed by a definition not markedDouglas Gregor2010-12-091-0/+8
* Fix PR8760: IndirectFieldDecl Type was not updated during template instantiat...Francois Pichet2010-12-091-0/+13
* Fix another unnecessary-struct-padding issue.Argyrios Kyrtzidis2010-12-091-1/+19
* Before determining the effect the alignment of base struct will have in the a...Argyrios Kyrtzidis2010-12-091-0/+16
* Test case for r121323.Devang Patel2010-12-091-0/+309
* A typename specifier can end up referring to a unresolved usingDouglas Gregor2010-12-091-0/+20
* Start using DIBuilder. It provides cleaner interface.Devang Patel2010-12-081-1/+1
* Driver: M and MM should be grouped together, <rdar://problem/8744831>.Daniel Dunbar2010-12-081-0/+3
* Make this test resilient to whether or not the Linux toolchain renders theChandler Carruth2010-12-081-3/+3
* Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor2010-12-083-1/+31
* Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.Francois Pichet2010-12-081-2/+10
* Fix test that didn't really test anything.Francois Pichet2010-12-081-2/+2
* Handle parameter attributes when tentative parsing for function/variable disa...Argyrios Kyrtzidis2010-12-081-0/+3
* Test case.John McCall2010-12-071-0/+3
* Implement AST import for Objective-C property implementationsDouglas Gregor2010-12-073-1/+44
* Implement ASTImporter support for Objective-C category implementations.Douglas Gregor2010-12-072-0/+17