| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor | 2013-01-14 | 2 | -1/+33 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 4 | -23/+23 |
* | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor | 2013-01-12 | 1 | -1/+5 |
* | [PCH] Make the const_cast explicit to silence a compiler warning. | Argyrios Kyrtzidis | 2013-01-11 | 1 | -1/+2 |
* | Truth in advertising: LocallyScopedExternalDecls actually only contains | Richard Smith | 2013-01-10 | 2 | -17/+17 |
* | [PCH] (De)serialize the end location of MacroInfo. | Argyrios Kyrtzidis | 2013-01-07 | 2 | -0/+2 |
* | updateOutOfDateIdentifier() can cause the identifier table to be | Douglas Gregor | 2013-01-07 | 1 | -2/+10 |
* | Move the common source locations of CastStmt & DefaultStmt into their base cl... | Argyrios Kyrtzidis | 2013-01-04 | 2 | -8/+4 |
* | [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit all | Argyrios Kyrtzidis | 2012-12-19 | 1 | -4/+7 |
* | PR13470: Ensure that copy-list-initialization isntantiates as | Richard Smith | 2012-12-19 | 2 | -0/+2 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 3 | -16/+17 |
* | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 2 | -0/+12 |
* | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei | 2012-12-18 | 2 | -7084/+7072 |
* | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 2 | -7072/+7084 |
* | [PCH] Make the new PCH format (control block) backwards compatible and | Argyrios Kyrtzidis | 2012-12-13 | 2 | -0/+16 |
* | [PCH] Remove redundant stat call when validating the input files. | Argyrios Kyrtzidis | 2012-12-11 | 1 | -11/+2 |
* | [PCH] When writing out the list of input files, avoid emitting duplicate | Argyrios Kyrtzidis | 2012-12-11 | 1 | -1/+6 |
* | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith | 2012-12-08 | 2 | -0/+12 |
* | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith | 2012-12-08 | 2 | -0/+2 |
* | Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body | Argyrios Kyrtzidis | 2012-12-06 | 2 | -0/+4 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 9 | -43/+44 |
* | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 1 | -2/+2 |
* | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor | 2012-11-30 | 1 | -0/+19 |
* | Actually keep track of the source locations at which particular module | Douglas Gregor | 2012-11-30 | 2 | -6/+11 |
* | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith | 2012-11-30 | 2 | -36/+8 |
* | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith | 2012-11-28 | 2 | -0/+8 |
* | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis | 2012-11-28 | 3 | -5/+6 |
* | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis | 2012-11-15 | 2 | -0/+9 |
* | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis | 2012-11-15 | 2 | -9/+31 |
* | Suppress elided variadic macro argument extension diagnostic for macros using | Eli Friedman | 2012-11-14 | 2 | -0/+3 |
* | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis | 2012-11-09 | 1 | -2/+4 |
* | Allow to pass from syntactic form of InitListExpr to semantic form (just as v... | Abramo Bagnara | 2012-11-08 | 2 | -1/+4 |
* | When loading a module fails because it is out of date, rebuild that | Douglas Gregor | 2012-11-07 | 2 | -9/+53 |
* | PR13552: Fix the end location of a CXXNewExpr. | David Blaikie | 2012-11-07 | 2 | -2/+2 |
* | Tease out the routine that reads the control block of an AST file from | Douglas Gregor | 2012-11-06 | 1 | -26/+34 |
* | [PCH] Take into account the 'include' source location of a SM_SLOC_BUFFER_ENTRY. | Argyrios Kyrtzidis | 2012-11-06 | 1 | -1/+3 |
* | [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type | Argyrios Kyrtzidis | 2012-11-06 | 2 | -3/+3 |
* | [libclang] Correct how the index inside the local preprocessed entities array | Argyrios Kyrtzidis | 2012-11-02 | 1 | -5/+3 |
* | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis | 2012-10-31 | 4 | -169/+7 |
* | getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. | Rafael Espindola | 2012-10-30 | 1 | -6/+5 |
* | [PCH] The diagnostic state points can refer to previously created | Argyrios Kyrtzidis | 2012-10-30 | 2 | -14/+37 |
* | Remove the old predefines-buffer diffing code completely. It's been | Douglas Gregor | 2012-10-25 | 1 | -332/+1 |
* | Fix computation of predefines buffer from the preprocessor-option | Douglas Gregor | 2012-10-25 | 1 | -10/+1 |
* | The the preprocessor option validator to compute suggested | Douglas Gregor | 2012-10-25 | 1 | -14/+72 |
* | Teach the PCH validator to check the preprocessor options, especially | Douglas Gregor | 2012-10-24 | 2 | -6/+129 |
* | (De-)serialize the preprocessor options, including macros defined, | Douglas Gregor | 2012-10-24 | 2 | -3/+75 |
* | (De-)serialize header search options. | Douglas Gregor | 2012-10-24 | 2 | -2/+101 |
* | (De-)serialize the file system options. | Douglas Gregor | 2012-10-24 | 2 | -1/+27 |
* | Serialize DiagnosticOptions to the AST file. | Douglas Gregor | 2012-10-24 | 2 | -0/+45 |
* | If the precompiled header named by "-include" is actually a directory, | Douglas Gregor | 2012-10-23 | 1 | -82/+235 |