aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaType.cpp
AgeCommit message (Expand)Author
2008-05-07Diagnose attempts to use C++ default arguments outside of a function declarationDouglas Gregor
2008-04-13Introduce support for finding class and enum names via ordinary name lookup i...Douglas Gregor
2008-04-13This patch is just the easy part of the class names patch, whichChris Lattner
2008-04-10Several improvements from Doug Gregor related to defaultChris Lattner
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-04-06move a semantic check out of the parser into sema.Chris Lattner
2008-04-05Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner
2008-04-02add a common base class "PointerLikeType" for PointerType and ReferenceType,Chris Lattner
2008-04-02Various parts of the standard require something to be an "incomplete or Chris Lattner
2008-04-021) Enforce C99 6.7.3p2: "Types other than pointer types derived fromChris Lattner
2008-04-02Fix several bugs in array -> pointer decomposition.Chris Lattner
2008-04-02Fix PR2017 and silence some bogus errors.Chris Lattner
2008-03-16Make the parameter count of ObjCMethodDecl unsigned, youChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner