| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -13/+13 |
* | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -5/+10 |
* | Remember if a type has its visibility set explicitly or implicitly. | Rafael Espindola | 2012-01-14 | 1 | -32/+26 |
* | Move identification of memory setting and copying functions (memset, | Anna Zaks | 2012-01-13 | 1 | -0/+77 |
* | When creating declarations that are deserialized from an module file, | Douglas Gregor | 2012-01-05 | 1 | -20/+82 |
* | The value of a const weak variable is not an integer constant. | John McCall | 2012-01-05 | 1 | -0/+4 |
* | Test "merging" of typedef types across distinct modules. At present, | Douglas Gregor | 2012-01-03 | 1 | -0/+6 |
* | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor | 2012-01-03 | 1 | -8/+8 |
* | Small cosmetic cleanups in code I will change anyway. | Rafael Espindola | 2012-01-02 | 1 | -4/+4 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -1/+0 |
* | Consider visibility attributes in namespaces as being explicit. I.e., they | Rafael Espindola | 2012-01-01 | 1 | -1/+1 |
* | Replace a isa+cast with a dyn_cast. | Rafael Espindola | 2012-01-01 | 1 | -3/+3 |
* | Fix the visibility of methods of explicit template instantiation definition | Rafael Espindola | 2011-12-27 | 1 | -0/+1 |
* | C++11 half of r147023: In C++11, additionally eagerly instantiate: | Richard Smith | 2011-12-21 | 1 | -0/+20 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+21 |
* | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith | 2011-12-19 | 1 | -1/+88 |
* | Keep track of all of the import declarations that are parsed or | Douglas Gregor | 2011-12-03 | 1 | -2/+4 |
* | When we treat an #include or #import as a module import, create an | Douglas Gregor | 2011-12-02 | 1 | -3/+1 |
* | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 2011-12-02 | 1 | -0/+79 |
* | ParmVarDecls have no linkage. Previously we would report that parameters | Argyrios Kyrtzidis | 2011-12-01 | 1 | -0/+2 |
* | Further tweak -Wurneachable-code and templates by allowing the warning to run on | Ted Kremenek | 2011-12-01 | 1 | -1/+14 |
* | Constant expression evaluation: support for evaluation of structs and unions of | Richard Smith | 2011-11-10 | 1 | -14/+10 |
* | There's no good reason to track temporaries in ExprWithCleanups, | John McCall | 2011-11-10 | 1 | -15/+0 |
* | From Vassil Vassilev: add checks for removing Decls for more use cases. | Axel Naumann | 2011-11-08 | 1 | -1/+1 |
* | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer | 2011-10-14 | 1 | -5/+5 |
* | PR11062: Make C99 inlining work properly for names with associated builtin li... | Eli Friedman | 2011-10-11 | 1 | -1/+6 |
* | Constant expression evaluation refactoring: | Richard Smith | 2011-10-10 | 1 | -0/+6 |
* | In DeclContext::LoadLexicalDeclsFromExternalStorage don't clear out | Argyrios Kyrtzidis | 2011-10-07 | 1 | -1/+2 |
* | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -6/+6 |
* | Use a sidetable in ASTContext for ParmVarDecls whose index exceeds the 8 bits... | Ted Kremenek | 2011-10-06 | 1 | -0/+9 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
* | Don't use TemplateArgumentListInfo inside AST nodes because it may leak. | Argyrios Kyrtzidis | 2011-09-22 | 1 | -1/+1 |
* | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie | 2011-09-21 | 1 | -13/+12 |
* | Remove redundant break statements, and replace asserts with llvm_unreachable | Peter Collingbourne | 2011-09-20 | 1 | -7/+7 |
* | OpenCL: introduce support for function scope __local variables | Peter Collingbourne | 2011-09-19 | 1 | -6/+7 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -1/+1 |
* | Fix else style. No functionality change intended. | Chad Rosier | 2011-08-17 | 1 | -4/+2 |
* | Track in the AST whether a function is constexpr. | Richard Smith | 2011-08-15 | 1 | -2/+4 |
* | Implement function template specialization at class scope extension in Micros... | Francois Pichet | 2011-08-14 | 1 | -1/+13 |
* | Fixed FieldDecl source range. | Abramo Bagnara | 2011-08-05 | 1 | -2/+2 |
* | Not sure why we bother updating FunctionDecl's EndRangeLoc in FunctionDecl::s... | Argyrios Kyrtzidis | 2011-07-30 | 1 | -5/+0 |
* | [libclang] Annotation of parameters that got default args from a previous dec... | Argyrios Kyrtzidis | 2011-07-30 | 1 | -0/+10 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
* | Don't crash when codegen'ing an empty redecl of a function in C99 mode, when | Nick Lewycky | 2011-07-18 | 1 | -3/+4 |
* | In C99, emit an inline function when encountering an extern redeclaration. | Nick Lewycky | 2011-07-18 | 1 | -0/+26 |
* | Augment the interface of ExternalASTSource::FindExternalLexicalDecls() | Douglas Gregor | 2011-07-15 | 1 | -3/+8 |
* | r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, | Cameron Zwarich | 2011-07-07 | 1 | -26/+0 |
* | A redeclaration of an inline method in C99 mode should trigger emission of that | Nick Lewycky | 2011-07-07 | 1 | -0/+26 |
* | Don't factor in visibility for templates and template arguments | John McCall | 2011-06-27 | 1 | -24/+44 |