summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Unused ivars checker: also check methods in categories that are defined in th...Ted Kremenek2009-10-281-0/+22
* Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating me...Steve Naroff2009-10-281-1/+2
* Code gen for array construction - WIPFariborz Jahanian2009-10-281-0/+40
* Diagnose use of data pointer member in a function callFariborz Jahanian2009-10-281-0/+13
* Mangle based on the declaration we're given, not the canonicalDouglas Gregor2009-10-281-8/+15
* Finish off pure virtual function handling.Mike Stump2009-10-281-0/+35
* TestDouglas Gregor2009-10-271-0/+33
* Implement proper linkage for explicit instantiation declarations ofDouglas Gregor2009-10-271-0/+66
* Type of a conditional expression with two distinct objective-cFariborz Jahanian2009-10-271-0/+26
* Explicit instantiation suppresses the instantiation of non-inlineDouglas Gregor2009-10-271-0/+59
* Set OptimizeForSize LLVM function attribute with -Os.Daniel Dunbar2009-10-271-9/+26
* Convert test to FileCheck.Daniel Dunbar2009-10-271-20/+17
* Fix crash when synthesizing property setters when the property type and ivarDaniel Dunbar2009-10-272-2/+19
* An explicit instantiation definition only instantiations those classDouglas Gregor2009-10-271-0/+27
* Generate constructor for value-initialization cases, even if the Fariborz Jahanian2009-10-271-0/+23
* Test for interaction between explicit instantiations and specializationsDouglas Gregor2009-10-271-0/+36
* Test various aspects of explicit instantiation that were already implemented.Douglas Gregor2009-10-273-0/+38
* Disabling some MS extensions which cause this test to failJohn Thompson2009-10-271-1/+1
* Disabling some MS extensions which cause these tests to failJohn Thompson2009-10-275-5/+5
* Make test independent of darwin system headers.Benjamin Kramer2009-10-271-3/+10
* Implement Chris's suggestions for the precendence warnings. Reformat the code...Sebastian Redl2009-10-271-1/+2
* fix testsNuno Lopes2009-10-272-3/+3
* Only set the point of instantiation for an implicit or explicitDouglas Gregor2009-10-272-10/+12
* Typo in revision 85201.Edward O'Callaghan2009-10-271-3/+3
* Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-272-23/+21
* Fix a broken test in rev. 85199.Edward O'Callaghan2009-10-271-2/+2
* Convert Preprocessor Clang tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-2710-44/+73
* Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn'tMike Stump2009-10-271-1/+17
* Preprocessor tests are whitespace sensitive, as per Revision: 85170 review.Edward O'Callaghan2009-10-273-3/+4
* Add test cases for <rdar://problem/7332673>.Ted Kremenek2009-10-271-0/+14
* __builtin_object_size refinements. Also handle stack based objects. WIP.Mike Stump2009-10-261-0/+10
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-10-263-3/+10
* Add Code gen support for '->*' operator which fellFariborz Jahanian2009-10-261-0/+16
* __builtin_object_size refinements. When we run out of object, be sureMike Stump2009-10-261-3/+19
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-10-263-4/+21
* Add 'fixit' hint on mis-use of pointer-to-memberFariborz Jahanian2009-10-261-0/+23
* __builtin_object_size refinements. WIP.Mike Stump2009-10-261-0/+33
* Convert some driver checks to FileCheck.Sebastian Redl2009-10-264-79/+77
* clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.Daniel Dunbar2009-10-262-1/+4
* Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5...Sebastian Redl2009-10-261-0/+19
* Phrase compile time assert in standard way.Daniel Dunbar2009-10-251-2/+2
* Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is alreadyChris Lattner2009-10-251-0/+8
* Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul...Chris Lattner2009-10-251-0/+6
* Make sure we actually have a definition before asking if it is implicit. Fixe...Sebastian Redl2009-10-251-0/+9
* When parsing a top level struct declaration, make sure to Chris Lattner2009-10-251-0/+6
* Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ...Sebastian Redl2009-10-251-0/+1
* Tweak test, with -strict-whitespace $ won't match on Windows because the bufferDaniel Dunbar2009-10-251-1/+1
* Fix overload resolution when calling a member template or taking theDouglas Gregor2009-10-241-1/+26
* Implement template instantiation for non-type templateDouglas Gregor2009-10-231-0/+7
* Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference,Douglas Gregor2009-10-231-0/+13
OpenPOWER on IntegriCloud