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