| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | A few tweaks to MaterializeTemporaryExpr suggested by John. | Douglas Gregor | 2011-06-21 | 1 | -2/+1 |
| * | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -0/+14 |
| * | Move computation of __private_extern__ visibilty to | Fariborz Jahanian | 2011-06-16 | 1 | -0/+8 |
| * | Introduce a utility routine for checking whether a block's captures | John McCall | 2011-06-15 | 1 | -0/+10 |
| * | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -3/+11 |
| * | Implement -fgnu89-inline. Fixes PR10041. | Rafael Espindola | 2011-06-02 | 1 | -1/+1 |
| * | Implement explicit specialization of explicitly-defaulted constructors. | Alexis Hunt | 2011-05-23 | 1 | -1/+1 |
| * | main() exists in hosted, not freestanding implementations. Fixes the | Alexis Hunt | 2011-05-15 | 1 | -1/+1 |
| * | Add a method for checking whether a function is one of the reserved global | John McCall | 2011-05-15 | 1 | -4/+28 |
| * | When emitting the destructor for a class with a vtable, if we can determine | Anders Carlsson | 2011-05-14 | 1 | -0/+14 |
| * | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -1/+12 |
| * | Finish off rules for z-length bitfields in ms_struct | Fariborz Jahanian | 2011-05-03 | 1 | -2/+1 |
| * | More rule enforcement of zero bitfields for ms_struct. | Fariborz Jahanian | 2011-05-02 | 1 | -1/+2 |
| * | Compress some bits. Only matters for MSVC, or if we ever | John McCall | 2011-05-01 | 1 | -1/+1 |
| * | ms_struct patch for initialization and field access irgen. | Fariborz Jahanian | 2011-04-28 | 1 | -2/+13 |
| * | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -1/+4 |
| * | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar | 2011-04-19 | 1 | -1/+1 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -7/+21 |
| * | Chained PCH: Remember when additional specializations are added to a function... | Sebastian Redl | 2011-04-14 | 1 | -1/+1 |
| * | On Mac OS X, the presence of an 'availability' attribute for that | Douglas Gregor | 2011-03-26 | 1 | -54/+70 |
| * | Fix a test case and teach ClearLinkageCache() to clear the linkage of | John McCall | 2011-03-22 | 1 | -1/+3 |
| * | Fixed inconsistency when adding TemplateParameterListsInfo. | Abramo Bagnara | 2011-03-18 | 1 | -10/+46 |
| * | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -14/+15 |
| * | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -3/+66 |
| * | Fixed NamespaceDecl source range. | Abramo Bagnara | 2011-03-08 | 1 | -2/+3 |
| * | Fixed bitfields source range. | Abramo Bagnara | 2011-03-08 | 1 | -0/+5 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -20/+19 |
| * | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -3/+3 |
| * | Fixed LabelDecl source range and cleaned creation code. | Abramo Bagnara | 2011-03-05 | 1 | -3/+9 |
| * | Don't consider visibility from template parameter lists if we're | John McCall | 2011-03-04 | 1 | -5/+12 |
| * | Fixed source range for LabelDecl. | Abramo Bagnara | 2011-03-03 | 1 | -2/+3 |
| * | Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. | Abramo Bagnara | 2011-03-03 | 1 | -3/+4 |
| * | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -2/+4 |
| * | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -13/+7 |
| * | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -3/+7 |
| * | Fix the rest of PR9316 along with some other bugs spotted by inspection. | Chandler Carruth | 2011-02-25 | 1 | -11/+12 |