| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Back out r98340 abd r98341 | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -15/+14 |
* | Switch parameter order for consistency (no functionality change) | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -4/+4 |
* | Add keywords using StringRef | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -13/+14 |
* | First stage of adding AltiVec support | John Thompson | 2010-02-05 | 1 | -1/+3 |
* | Implement support for parsing dependent template-ids that refer to | Douglas Gregor | 2009-11-04 | 1 | -0/+14 |
* | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -3/+3 |
* | Avoid std::string thrashing in MultiKeywordSelector::getName(), and simplify. | Daniel Dunbar | 2009-10-17 | 1 | -19/+12 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -29/+29 |
* | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner | 2009-06-30 | 1 | -1/+1 |
* | OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCL | Nate Begeman | 2009-06-25 | 1 | -1/+3 |
* | Simplify the scheme used for keywords, and change the classification | Eli Friedman | 2009-04-28 | 1 | -55/+29 |
* | Some fixes for PCH (de-)serialization of Objective-C AST nodes: | Douglas Gregor | 2009-04-26 | 1 | -2/+5 |
* | Lazily load the controlling macros for all of the headers known in the | Douglas Gregor | 2009-04-25 | 1 | -0/+2 |
* | Remove the serialization code that predates precompiled | Douglas Gregor | 2009-04-22 | 1 | -159/+0 |
* | Add initial support for -imacros. Right now it has the same semantics as | Chris Lattner | 2009-04-08 | 1 | -0/+2 |
* | Fix a little typo that was killing de-serialization | Douglas Gregor | 2009-04-03 | 1 | -1/+1 |
* | Selector: (changes made after discussing this more with Steve Naroff) | Ted Kremenek | 2009-03-07 | 1 | -1/+2 |
* | Handle null IdentifierInfo* in Selector::getAsString(). | Ted Kremenek | 2009-03-06 | 1 | -4/+6 |
* | allocate MultiKeywordSelector's out of a bump pointer allocator instead of ma... | Chris Lattner | 2009-03-04 | 1 | -10/+22 |
* | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | Chris Lattner | 2009-03-02 | 1 | -0/+1 |
* | Add a bit to IdentifierInfo that acts as a simple predicate which | Chris Lattner | 2009-01-21 | 1 | -0/+1 |
* | Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably... | Ted Kremenek | 2009-01-20 | 1 | -14/+8 |
* | IdentifierInfo: | Ted Kremenek | 2009-01-15 | 1 | -5/+9 |
* | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner | 2008-11-24 | 1 | -1/+1 |
* | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor | 2008-11-18 | 1 | -22/+0 |
* | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor | 2008-11-17 | 1 | -28/+2 |
* | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor | 2008-11-17 | 1 | -11/+11 |
* | Add a new expression node, CXXOperatorCallExpr, which expresses a | Douglas Gregor | 2008-11-14 | 1 | -1/+12 |
* | Don't build identifiers for C++ constructors, destructors, or | Douglas Gregor | 2008-11-12 | 1 | -2/+29 |
* | Some cleanups to the declaration/checking of overloaded operators in C++. Tha... | Douglas Gregor | 2008-11-10 | 1 | -1/+1 |
* | Parsing, ASTs, and semantic analysis for the declaration of overloaded | Douglas Gregor | 2008-11-06 | 1 | -0/+11 |
* | Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. | Douglas Gregor | 2008-11-06 | 1 | -2/+1 |
* | bool is not an extension in C++ | Douglas Gregor | 2008-09-11 | 1 | -1/+1 |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+551 |