Age | Commit message (Expand) | Author |
2011-02-14 | When parsing an out-of-line member function declaration, we must delay | John McCall |
2011-02-14 | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne |
2011-02-01 | Perform the bad-address-space conversions check as part of | John McCall |
2011-01-31 | If there were errors, disable 'unused' warnings since they will mostly be noise. | Argyrios Kyrtzidis |
2011-01-27 | Teach the evaluation of the __is_convertible_to trait to translate | Douglas Gregor |
2011-01-27 | Separate the access-control diagnostics from other diagnostics that do not ha... | Douglas Gregor |
2011-01-25 | Don't insert class templates into the DynamicClasses vector. | Anders Carlsson |
2010-12-20 | Implement basic support for template instantiation of pack expansions | Douglas Gregor |
2010-12-12 | Move the functionality to mark all vtables of key functions as used within | Chandler Carruth |
2010-11-25 | Tie DefineVTablesUsed() in with recursive function instantiation so that we emit | Nick Lewycky |
2010-11-19 | Refactoring. Get FunctionScopeInfo to use DiagnosticErrorTrap. | Argyrios Kyrtzidis |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-10-13 | Fix a silly bug in the suppression of non-error diagnostics in a | Douglas Gregor |
2010-10-12 | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor |
2010-09-28 | Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that ... | Sebastian Redl |
2010-09-08 | Fix a few minor issues with parsing and semantic analysis of C++ | Douglas Gregor |
2010-09-08 | Initialize the MSVCGuidDecl variable in the correct order. | Bill Wendling |
2010-09-08 | Microsoft's __uuidof operator implementation part 1. | Francois Pichet |
2010-09-03 | Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat. | John McCall |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
2010-08-26 | Restore r112114 now that SmallVector<...,0> is safe. | John McCall |
2010-08-26 | Revert r112114, "Pull DelayedDiagnostic and AccessedEntity out into their own | Daniel Dunbar |
2010-08-25 | Pull DelayedDiagnostic and AccessedEntity out into their own header. | John McCall |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-25 | Initialize the translation-unit scope before lexing the first | Douglas Gregor |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | More incremental progress towards not including Expr.h in Sema.h. | John McCall |
2010-08-25 | Rename *PendingImplicitInstantiations to *PendingInstantiations. No | Chandler Carruth |
2010-08-25 | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall |
2010-08-25 | Remove Sema.h's dependency on DeclCXX.h. | John McCall |
2010-08-24 | Sema doesn't need these STL headers. | John McCall |
2010-08-24 | More header elimination. The goal of all this is to allow Parser to | John McCall |
2010-08-18 | Rename PCHReader to ASTReader. | Sebastian Redl |
2010-08-17 | Rename -Wunused-method -> -Wunused-member-function. | Argyrios Kyrtzidis |
2010-08-17 | Introduce -Wunused-method option for warning on unused class methods in anony... | Argyrios Kyrtzidis |
2010-08-15 | Commit improved version of 111026 & 111027. | Argyrios Kyrtzidis |
2010-08-13 | Implement caching of code-completion results for macro definitions | Douglas Gregor |
2010-08-13 | Revert 111026 & 111027, build breakage. | Argyrios Kyrtzidis |
2010-08-13 | The unused warnings extravaganza continues. Warn for: | Argyrios Kyrtzidis |
2010-08-13 | Expand the unused warnings for functions. Warn for: | Argyrios Kyrtzidis |
2010-08-13 | Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin... | Argyrios Kyrtzidis |
2010-08-13 | Teach ASTUnit to hold on to the Sema object and ASTConsumer that are | Douglas Gregor |
2010-08-12 | Add a ParseAST overload that takes a Sema object, so that the caller | Douglas Gregor |
2010-08-12 | Fixing the build isn't good enough; back out r110956 and r110953. | John McCall |
2010-08-12 | dgregor should write code that compiles. | John McCall |
2010-08-12 | Add a ParseAST overload that takes a Sema object, so that the caller | Douglas Gregor |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-08-07 | Store inheritance paths after CastExprs instead of inside them. | John McCall |