summaryrefslogtreecommitdiffstats
path: root/clang/Driver/PrintParserCallbacks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-819/+0
* InitListDesignations hasn't been used (ever). Eliminate it, andDouglas Gregor2009-03-201-1/+0
* Handle static_asserts when instantiating structs.Anders Carlsson2009-03-151-2/+1
* Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...Sebastian Redl2009-03-151-32/+209
* Implemented access check for ivars accessed insideFariborz Jahanian2009-03-041-1/+2
* Change Parser::ParseCaseStatement to use an iterative approach to parsingChris Lattner2009-03-041-2/+1
* Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...Steve Naroff2009-03-031-1/+1
* Minor name change (move the ObjC prefix to a more appropriate place).Steve Naroff2009-02-281-1/+1
* Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.Steve Naroff2009-02-111-1/+2
* Semantic checking for class template declarations andDouglas Gregor2009-02-061-2/+1
* Put the invalid flag of OwningResult into the Action pointer.Sebastian Redl2009-02-051-1/+1
* Allow taking the address of data members, resulting in a member pointer.Sebastian Redl2009-02-031-3/+5
* Convert more expression actions to smart pointers.Sebastian Redl2009-01-191-23/+26
* Convert more expression actions to smart pointers.Sebastian Redl2009-01-191-32/+30
* Convert a few expression actions to smart pointers.Sebastian Redl2009-01-181-23/+40
* Convert ObjC statement actions to smart pointers.Sebastian Redl2009-01-181-22/+23
* Convert asm statement action to smart pointers.Sebastian Redl2009-01-181-14/+13
* Convert more statement actions to smart pointers.Sebastian Redl2009-01-181-16/+17
* Convert some more statement actions to smart pointers.Sebastian Redl2009-01-161-16/+18
* Convert some more actions to smart pointers.Sebastian Redl2009-01-111-16/+19
* Convert a two more statement actions to smart pointers.Sebastian Redl2008-12-281-8/+11
* Keep track of template arguments when we parse them. Right now, we don't actu...Douglas Gregor2008-12-241-1/+2
* Don't explicitly represent OverloadedFunctionDecls withinDouglas Gregor2008-12-231-2/+3
* Parser support for C++ try-catch.Sebastian Redl2008-12-211-1/+21
* Convert a few Stmt actions to smart pointers.Sebastian Redl2008-12-211-13/+15
* Fix PrintParserCallbacks for the new ActOnLinkageSpec actionsDouglas Gregor2008-12-171-3/+16
* Some utilities for using the smart pointers in Actions, especially Sema. Conv...Sebastian Redl2008-12-131-3/+3
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-2/+3
* Add support for calls to dependent names within templates, e.g.,Douglas Gregor2008-12-061-1/+2
* Handle new by passing the Declaration to the Action, not a processed type.Sebastian Redl2008-12-021-1/+1
* Implementation of new and delete parsing and sema.Sebastian Redl2008-11-211-1/+1
* 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
OpenPOWER on IntegriCloud