| Commit message (Expand) | Author | Age | Files | Lines |
* | More lambda work. Tweak the Sema interface slightly. Start adding the pieces... | Eli Friedman | 2012-01-05 | 1 | -2/+7 |
* | Store the submodules of a module in source order, as they are stored | Douglas Gregor | 2012-01-04 | 1 | -3/+3 |
* | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor | 2011-12-16 | 1 | -0/+1 |
* | Implementing parsing and resolution of module export declarations | Douglas Gregor | 2011-12-02 | 1 | -1/+27 |
* | Revert r145244. It causes us to create broken ASTs with missing type information | Richard Smith | 2011-11-29 | 1 | -43/+15 |
* | Removed useless ImplicitCast nodes in explicit cstyle and static casts | Nicola Gigante | 2011-11-28 | 1 | -15/+43 |
* | Test commit | Nicola Gigante | 2011-11-26 | 1 | -0/+1 |
* | Fixed plausible overloads location. | Abramo Bagnara | 2011-11-15 | 1 | -1/+1 |
* | Implicit casts from rvalue to lvalue are not meaningful. Don't accidentally add | Richard Smith | 2011-11-10 | 1 | -0/+1 |
* | There's no good reason to track temporaries in ExprWithCleanups, | John McCall | 2011-11-10 | 1 | -1/+1 |
* | Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertion | Richard Smith | 2011-10-28 | 1 | -0/+14 |
* | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor | 2011-10-27 | 1 | -6/+6 |
* | -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an access | Richard Smith | 2011-10-19 | 1 | -7/+25 |
* | For modules, all macros that aren't include guards are implicitly | Douglas Gregor | 2011-10-17 | 1 | -28/+0 |
* | HasFormOfMemberPointer implies IsAddressOfOperand for an overload set. Simplify | Douglas Gregor | 2011-10-13 | 1 | -2/+2 |
* | Allow calling an overloaded function set by taking the address of the | Douglas Gregor | 2011-10-13 | 1 | -4/+2 |
* | Catch placeholder types in DefaultLvalueConversion | John McCall | 2011-10-11 | 1 | -16/+100 |
* | When using an unavailable/deprecated interface Foo inside Foo's interface/imp... | Argyrios Kyrtzidis | 2011-10-06 | 1 | -1/+2 |
* | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor | 2011-09-27 | 1 | -0/+17 |
* | Get rid of useless helper Sema::CastCategory. | Eli Friedman | 2011-09-27 | 1 | -6/+0 |
* | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie | 2011-09-26 | 1 | -1/+1 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+2 |
* | Introduce an egregious hack for modules to cope with headers that come | Douglas Gregor | 2011-09-20 | 1 | -0/+29 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -1/+3 |
* | Warn on missing [super finalize] calls. | Nico Weber | 2011-08-28 | 1 | -0/+1 |
* | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 2011-08-25 | 1 | -6/+13 |
* | Warn on missing [super dealloc] calls. | Nico Weber | 2011-08-22 | 1 | -0/+1 |
* | Switch the __int128_t and __uint128_t types over to predefined types | Douglas Gregor | 2011-08-12 | 1 | -32/+24 |
* | Switch the Objective-C 'SEL' type over to a predefined type in the | Douglas Gregor | 2011-08-12 | 1 | -13/+6 |
* | Switch the Objective-C 'Class' type over to a predefined type in the | Douglas Gregor | 2011-08-12 | 1 | -13/+5 |
* | Move the creation of the predefined typedef for Objective-C's 'id' | Douglas Gregor | 2011-08-12 | 1 | -12/+10 |
* | Encapsulate the Objective-C id/Class/SEL "redefinition" types in | Douglas Gregor | 2011-08-11 | 1 | -3/+0 |
* | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. | Douglas Gregor | 2011-07-28 | 1 | -0/+17 |
* | Switch Sema::DynamicClasses over to LazyVector | Douglas Gregor | 2011-07-28 | 1 | -5/+6 |
* | Switch Sema::UnusedFileScopedDecls over to a LazyVector. | Douglas Gregor | 2011-07-27 | 1 | -3/+7 |
* | Introduce a new data structure, LazyVector, which is a vector whose | Douglas Gregor | 2011-07-27 | 1 | -2/+6 |
* | Cleanup the stray comments and variables I could dig out of Sema to | Chandler Carruth | 2011-07-26 | 1 | -4/+4 |
* | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -9/+9 |
* | Build up statistics about the work done for analysis based warnings. | Chandler Carruth | 2011-07-06 | 1 | -2/+11 |
* | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -0/+6 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -5/+35 |
* | Whenever we instantiate a static data member, make sure to define any new | Nick Lewycky | 2011-05-31 | 1 | -24/+16 |
* | Implement CWG1170, which makes access-control errors into template | Douglas Gregor | 2011-05-11 | 1 | -3/+6 |
* | Look through block pointers and ObjC object pointers | Matt Beaumont-Gay | 2011-05-05 | 1 | -4/+3 |
* | Change cycle detection to be based off of a warning flag. | Alexis Hunt | 2011-05-05 | 1 | -1/+4 |
* | Implement Sema::isExprCallable. | Matt Beaumont-Gay | 2011-05-04 | 1 | -0/+100 |
* | Implement a better version of delegating constructor cycle detection. | Alexis Hunt | 2011-05-04 | 1 | -0/+3 |
* | Recognize gcc's ms_struct pragma (and ignore for now). | Fariborz Jahanian | 2011-04-25 | 1 | -2/+2 |
* | Synthesizing the definition of an implicit member is an AST modification, so ... | Sebastian Redl | 2011-04-24 | 1 | -0/+4 |