| Age | Commit message (Expand) | Author |
| 2012-12-08 | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith |
| 2012-12-08 | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith |
| 2012-12-06 | Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body | Argyrios Kyrtzidis |
| 2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
| 2012-12-04 | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis |
| 2012-11-30 | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor |
| 2012-11-30 | Actually keep track of the source locations at which particular module | Douglas Gregor |
| 2012-11-30 | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith |
| 2012-11-28 | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith |
| 2012-11-28 | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis |
| 2012-11-15 | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis |
| 2012-11-15 | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis |
| 2012-11-14 | Suppress elided variadic macro argument extension diagnostic for macros using | Eli Friedman |
| 2012-11-09 | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis |
| 2012-11-08 | Allow to pass from syntactic form of InitListExpr to semantic form (just as v... | Abramo Bagnara |
| 2012-11-07 | When loading a module fails because it is out of date, rebuild that | Douglas Gregor |
| 2012-11-07 | PR13552: Fix the end location of a CXXNewExpr. | David Blaikie |
| 2012-11-06 | Tease out the routine that reads the control block of an AST file from | Douglas Gregor |
| 2012-11-06 | [PCH] Take into account the 'include' source location of a SM_SLOC_BUFFER_ENTRY. | Argyrios Kyrtzidis |
| 2012-11-06 | [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type | Argyrios Kyrtzidis |
| 2012-11-02 | [libclang] Correct how the index inside the local preprocessed entities array | Argyrios Kyrtzidis |
| 2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
| 2012-10-30 | getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. | Rafael Espindola |
| 2012-10-30 | [PCH] The diagnostic state points can refer to previously created | Argyrios Kyrtzidis |
| 2012-10-25 | Remove the old predefines-buffer diffing code completely. It's been | Douglas Gregor |
| 2012-10-25 | Fix computation of predefines buffer from the preprocessor-option | Douglas Gregor |
| 2012-10-25 | The the preprocessor option validator to compute suggested | Douglas Gregor |
| 2012-10-24 | Teach the PCH validator to check the preprocessor options, especially | Douglas Gregor |
| 2012-10-24 | (De-)serialize the preprocessor options, including macros defined, | Douglas Gregor |
| 2012-10-24 | (De-)serialize header search options. | Douglas Gregor |
| 2012-10-24 | (De-)serialize the file system options. | Douglas Gregor |
| 2012-10-24 | Serialize DiagnosticOptions to the AST file. | Douglas Gregor |
| 2012-10-23 | If the precompiled header named by "-include" is actually a directory, | Douglas Gregor |
| 2012-10-22 | Allow clients of the AST reader to specify what kinds of AST load | Douglas Gregor |
| 2012-10-22 | Collapse ASTReader::ReadSLocEntryRecord() into its only caller, | Douglas Gregor |
| 2012-10-22 | Distinguish the various kinds of AST file loading failures: | Douglas Gregor |
| 2012-10-22 | ASTReader.cpp: Fix a warning. [-Wunused-variable] | NAKAMURA Takumi |
| 2012-10-22 | Eliminate the redundancy between source-file information in the source | Douglas Gregor |
| 2012-10-19 | ASTWriter.cpp: Fix a warning. [-Wunused-variable] | NAKAMURA Takumi |
| 2012-10-19 | Describe the new input-files block and its record, for llvm-bcanalyzer. | Douglas Gregor |
| 2012-10-19 | Move the set of files to be validated in an AST file into the control | Douglas Gregor |
| 2012-10-18 | Move OriginalDir from ASTReader to ModuleFile. | Douglas Gregor |
| 2012-10-18 | Move the "RelocatablePCH" bit from the ASTReader to the module file. | Douglas Gregor |
| 2012-10-18 | Move information about the "original file" from the ASTReader into the | Douglas Gregor |
| 2012-10-18 | From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. | Axel Naumann |
| 2012-10-18 | Collapse the original file name and original file ID records into a | Douglas Gregor |
| 2012-10-18 | Collapse the "version control revision/tag" AST file record into the | Douglas Gregor |
| 2012-10-18 | Split the target options out into their own record within the AST | Douglas Gregor |
| 2012-10-18 | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith |
| 2012-10-18 | Start factoring the on-disk records for an AST file into a control | Douglas Gregor |