summaryrefslogtreecommitdiffstats
path: root/clang/Driver/PrintParserCallbacks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support overloading of the subscript operator[], including support forDouglas Gregor2008-11-191-2/+3
* Added operator overloading for unary operators, post-increment, andDouglas Gregor2008-11-191-3/+3
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-3/+2
* Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...Argyrios Kyrtzidis2008-11-081-3/+5
* Initial, rudimentary implementation of operator overloading for binaryDouglas Gregor2008-11-061-1/+2
* "One" line fix for -parse-noop failure, "id" and several other thingsDaniel Dunbar2008-10-311-3/+3
* pass designators into sema. This completes parser-level designatorChris Lattner2008-10-261-0/+1
* Pass postfix attributes to ActOnFields.Daniel Dunbar2008-10-031-1/+2
* 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