| Commit message (Expand) | Author | Age | Files | Lines |
* | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -819/+0 |
* | InitListDesignations hasn't been used (ever). Eliminate it, and | Douglas Gregor | 2009-03-20 | 1 | -1/+0 |
* | Handle static_asserts when instantiating structs. | Anders Carlsson | 2009-03-15 | 1 | -2/+1 |
* | Convert a bunch of actions to smart pointers, and also bring PrintParserCallb... | Sebastian Redl | 2009-03-15 | 1 | -32/+209 |
* | Implemented access check for ivars accessed inside | Fariborz Jahanian | 2009-03-04 | 1 | -1/+2 |
* | Change Parser::ParseCaseStatement to use an iterative approach to parsing | Chris Lattner | 2009-03-04 | 1 | -2/+1 |
* | Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel... | Steve Naroff | 2009-03-03 | 1 | -1/+1 |
* | Minor name change (move the ObjC prefix to a more appropriate place). | Steve Naroff | 2009-02-28 | 1 | -1/+1 |
* | Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. | Steve Naroff | 2009-02-11 | 1 | -1/+2 |
* | Semantic checking for class template declarations and | Douglas Gregor | 2009-02-06 | 1 | -2/+1 |
* | Put the invalid flag of OwningResult into the Action pointer. | Sebastian Redl | 2009-02-05 | 1 | -1/+1 |
* | Allow taking the address of data members, resulting in a member pointer. | Sebastian Redl | 2009-02-03 | 1 | -3/+5 |
* | Convert more expression actions to smart pointers. | Sebastian Redl | 2009-01-19 | 1 | -23/+26 |
* | Convert more expression actions to smart pointers. | Sebastian Redl | 2009-01-19 | 1 | -32/+30 |
* | Convert a few expression actions to smart pointers. | Sebastian Redl | 2009-01-18 | 1 | -23/+40 |
* | Convert ObjC statement actions to smart pointers. | Sebastian Redl | 2009-01-18 | 1 | -22/+23 |
* | Convert asm statement action to smart pointers. | Sebastian Redl | 2009-01-18 | 1 | -14/+13 |
* | Convert more statement actions to smart pointers. | Sebastian Redl | 2009-01-18 | 1 | -16/+17 |
* | Convert some more statement actions to smart pointers. | Sebastian Redl | 2009-01-16 | 1 | -16/+18 |
* | Convert some more actions to smart pointers. | Sebastian Redl | 2009-01-11 | 1 | -16/+19 |
* | Convert a two more statement actions to smart pointers. | Sebastian Redl | 2008-12-28 | 1 | -8/+11 |
* | Keep track of template arguments when we parse them. Right now, we don't actu... | Douglas Gregor | 2008-12-24 | 1 | -1/+2 |
* | Don't explicitly represent OverloadedFunctionDecls within | Douglas Gregor | 2008-12-23 | 1 | -2/+3 |
* | Parser support for C++ try-catch. | Sebastian Redl | 2008-12-21 | 1 | -1/+21 |
* | Convert a few Stmt actions to smart pointers. | Sebastian Redl | 2008-12-21 | 1 | -13/+15 |
* | Fix PrintParserCallbacks for the new ActOnLinkageSpec actions | Douglas Gregor | 2008-12-17 | 1 | -3/+16 |
* | Some utilities for using the smart pointers in Actions, especially Sema. Conv... | Sebastian Redl | 2008-12-13 | 1 | -3/+3 |
* | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -2/+3 |
* | Add support for calls to dependent names within templates, e.g., | Douglas Gregor | 2008-12-06 | 1 | -1/+2 |
* | Handle new by passing the Declaration to the Action, not a processed type. | Sebastian Redl | 2008-12-02 | 1 | -1/+1 |
* | Implementation of new and delete parsing and sema. | Sebastian Redl | 2008-11-21 | 1 | -1/+1 |
* | Support overloading of the subscript operator[], including support for | Douglas Gregor | 2008-11-19 | 1 | -2/+3 |
* | Added operator overloading for unary operators, post-increment, and | Douglas Gregor | 2008-11-19 | 1 | -3/+3 |
* | Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr... | Sebastian Redl | 2008-11-11 | 1 | -3/+2 |
* | Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse... | Argyrios Kyrtzidis | 2008-11-08 | 1 | -3/+5 |
* | Initial, rudimentary implementation of operator overloading for binary | Douglas Gregor | 2008-11-06 | 1 | -1/+2 |
* | "One" line fix for -parse-noop failure, "id" and several other things | Daniel Dunbar | 2008-10-31 | 1 | -3/+3 |
* | pass designators into sema. This completes parser-level designator | Chris Lattner | 2008-10-26 | 1 | -0/+1 |
* | Pass postfix attributes to ActOnFields. | Daniel Dunbar | 2008-10-03 | 1 | -1/+2 |
* | rename PreDefinedExpr -> PredefinedExpr | Chris Lattner | 2008-08-10 | 1 | -1/+1 |
* | Move AsmLabel into Declarator instead of just a parameter to | Daniel Dunbar | 2008-08-05 | 1 | -2/+2 |
* | Add more Parser/Sema support for GCC asm-label extension. | Daniel Dunbar | 2008-08-05 | 1 | -2/+2 |
* | Add more output to clang -parse-print-callbacks | Daniel Dunbar | 2008-08-01 | 1 | -7/+521 |
* | Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove | Ted Kremenek | 2008-01-14 | 1 | -6/+6 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Implement ObjC built-in types in MinimalAction. | Steve Naroff | 2007-10-31 | 1 | -2/+5 |
* | Fix a latent bug in MinimalActions (created by a recent name change). | Steve Naroff | 2007-10-10 | 1 | -5/+5 |
* | move IdentifierTable.h from liblex to libbasic. | Chris Lattner | 2007-10-07 | 1 | -1/+0 |
* | Start converting Action methods from Parse-prefix to ActOn-prefix. | Steve Naroff | 2007-09-15 | 1 | -4/+4 |
* | Fix the following bug submitted by Ted Kremenek: | Steve Naroff | 2007-09-12 | 1 | -2/+2 |