aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-10-28Diagnose use of data pointer member in a function callFariborz Jahanian
2009-10-28Mangle based on the declaration we're given, not the canonicalDouglas Gregor
2009-10-28Finish off pure virtual function handling.Mike Stump
2009-10-27TestDouglas Gregor
2009-10-27Implement proper linkage for explicit instantiation declarations ofDouglas Gregor
2009-10-27Type of a conditional expression with two distinct objective-cFariborz Jahanian
2009-10-27Explicit instantiation suppresses the instantiation of non-inlineDouglas Gregor
2009-10-27Set OptimizeForSize LLVM function attribute with -Os.Daniel Dunbar
2009-10-27Convert test to FileCheck.Daniel Dunbar
2009-10-27Fix crash when synthesizing property setters when the property type and ivarDaniel Dunbar
2009-10-27An explicit instantiation definition only instantiations those classDouglas Gregor
2009-10-27Generate constructor for value-initialization cases, even if the Fariborz Jahanian
2009-10-27Test for interaction between explicit instantiations and specializationsDouglas Gregor
2009-10-27Test various aspects of explicit instantiation that were already implemented.Douglas Gregor
2009-10-27Disabling some MS extensions which cause this test to failJohn Thompson
2009-10-27Disabling some MS extensions which cause these tests to failJohn Thompson
2009-10-27Make test independent of darwin system headers.Benjamin Kramer
2009-10-27Implement Chris's suggestions for the precendence warnings. Reformat the code...Sebastian Redl
2009-10-27fix testsNuno Lopes
2009-10-27Only set the point of instantiation for an implicit or explicitDouglas Gregor
2009-10-27Typo in revision 85201.Edward O'Callaghan
2009-10-27Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan
2009-10-27Fix a broken test in rev. 85199.Edward O'Callaghan
2009-10-27Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan
2009-10-27Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn'tMike Stump
2009-10-27Preprocessor tests are whitespace sensitive, as per Revision: 85170 review.Edward O'Callaghan
2009-10-27Add test cases for <rdar://problem/7332673>.Ted Kremenek
2009-10-26__builtin_object_size refinements. Also handle stack based objects. WIP.Mike Stump
2009-10-26Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-10-26Add Code gen support for '->*' operator which fellFariborz Jahanian
2009-10-26__builtin_object_size refinements. When we run out of object, be sureMike Stump
2009-10-26Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-10-26Add 'fixit' hint on mis-use of pointer-to-memberFariborz Jahanian
2009-10-26__builtin_object_size refinements. WIP.Mike Stump
2009-10-26Convert some driver checks to FileCheck.Sebastian Redl
2009-10-26clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.Daniel Dunbar
2009-10-26Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5...Sebastian Redl
2009-10-25Phrase compile time assert in standard way.Daniel Dunbar
2009-10-25Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is alreadyChris Lattner
2009-10-25Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul...Chris Lattner
2009-10-25Make sure we actually have a definition before asking if it is implicit. Fixe...Sebastian Redl
2009-10-25When parsing a top level struct declaration, make sure to Chris Lattner
2009-10-25Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ...Sebastian Redl
2009-10-25Tweak test, with -strict-whitespace $ won't match on Windows because the bufferDaniel Dunbar
2009-10-24Fix overload resolution when calling a member template or taking theDouglas Gregor
2009-10-23Implement template instantiation for non-type templateDouglas Gregor
2009-10-23Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference,Douglas Gregor
2009-10-23Diagnose misuse of '.*' and '->*' operators during parseFariborz Jahanian
2009-10-23Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de...Sebastian Redl
2009-10-23Fixed a code gen bug (by fixing the AST) involving user-definedFariborz Jahanian