summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/PrintParserCallbacks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-829/+0
* Switch some utilities in clang-cc to take a stream instead of a Eli Friedman2009-05-191-113/+116
* Make ActOnWhileStmt take a FullExprArg for the condition expr.Anders Carlsson2009-05-171-1/+1
* Make ActOnExprStmt take a FullExprArg.Anders Carlsson2009-05-171-2/+2
* Add the FullExprArg wrapper and use it for if statement conditions.Anders Carlsson2009-05-171-2/+3
* Implement a FIXME, we now pass in the locations of the braces for enums.Mike Stump2009-05-161-8/+9
* Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek2009-03-311-1/+1
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-9/+11
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-93/+96
* Pass access specifiers through to member classes and member enums.Douglas Gregor2009-03-251-1/+1
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+819
OpenPOWER on IntegriCloud