summaryrefslogtreecommitdiffstats
path: root/clang/Driver/PrintParserCallbacks.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename PreDefinedExpr -> PredefinedExprChris Lattner2008-08-101-1/+1
* Move AsmLabel into Declarator instead of just a parameter toDaniel Dunbar2008-08-051-2/+2
* Add more Parser/Sema support for GCC asm-label extension.Daniel Dunbar2008-08-051-2/+2
* Add more output to clang -parse-print-callbacksDaniel Dunbar2008-08-011-7/+521
* Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and removeTed Kremenek2008-01-141-6/+6
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Implement ObjC built-in types in MinimalAction.Steve Naroff2007-10-311-2/+5
* Fix a latent bug in MinimalActions (created by a recent name change).Steve Naroff2007-10-101-5/+5
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+0
* Start converting Action methods from Parse-prefix to ActOn-prefix.Steve Naroff2007-09-151-4/+4
* Fix the following bug submitted by Ted Kremenek:Steve Naroff2007-09-121-2/+2
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-3/+1
* Rename SemaDeclSpec.{h|cpp} back to DeclSpec.{h|cpp} now that the distinctionChris Lattner2006-11-111-1/+1
* rename SemaDecl.cpp/h to SemaDeclSpec.cpp/hChris Lattner2006-11-081-1/+1
* eliminate EmptyAction, merging it into MinimalAction instead.Chris Lattner2006-11-051-3/+3
* start factoring actions into two flavors: minimal and semantic actions.Chris Lattner2006-11-051-1/+1
* rename a bunch of files for better consistencyChris Lattner2006-11-051-1/+1
* Changes through out the parser and actions/ast interface to return top-levelChris Lattner2006-10-161-5/+5
* Start adding support for printing out parser callbacks and adding ast buildingChris Lattner2006-08-171-0/+57
OpenPOWER on IntegriCloud