aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/PrintParserCallbacks.cpp
AgeCommit message (Expand)Author
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman
2009-05-19Switch some utilities in clang-cc to take a stream instead of a Eli Friedman
2009-05-17Make ActOnWhileStmt take a FullExprArg for the condition expr.Anders Carlsson
2009-05-17Make ActOnExprStmt take a FullExprArg.Anders Carlsson
2009-05-17Add the FullExprArg wrapper and use it for if statement conditions.Anders Carlsson
2009-05-16Implement a FIXME, we now pass in the locations of the braces for enums.Mike Stump
2009-03-31Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner
2009-03-25Pass access specifiers through to member classes and member enums.Douglas Gregor
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar