Age | Commit message (Expand) | Author |
2011-11-17 | Add the notion of "framework" modules to module maps. Framework | Douglas Gregor |
2011-11-17 | Actually free memory for the module maps | Douglas Gregor |
2011-11-17 | When we're loading a framework header, first try to turn the framework | Douglas Gregor |
2011-11-16 | A module with an umbrella header assumes that all of the headers in | Douglas Gregor |
2011-11-16 | Add support for building a module from a module map to the -cc1 | Douglas Gregor |
2011-11-13 | [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF... | Argyrios Kyrtzidis |
2011-11-12 | Implement a minor optimization when loading module maps to satisfy a | Douglas Gregor |
2011-11-12 | When searching for a module, speculatively load module maps to see if | Douglas Gregor |
2011-11-11 | Teach the search for modules to consider modules described by a module | Douglas Gregor |
2011-11-11 | Wire up the mapping from header files mentioned in module maps over to | Douglas Gregor |
2011-11-11 | Introduce basic support for parsing module map files. | Douglas Gregor |
2011-11-11 | I predict that HeaderSearch will need the ability to generate | Douglas Gregor |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-11-01 | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman |
2011-11-01 | Perform proper conversion for strings encoded in the source file as UTF-8. (... | Eli Friedman |
2011-10-27 | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor |
2011-10-25 | [PCH] When visiting preprocessed entities, make it possible to avoid deserial... | Argyrios Kyrtzidis |
2011-10-17 | For modules, all macros that aren't include guards are implicitly | Douglas Gregor |
2011-10-14 | Add a preprocessor callback that is invoked every time the 'defined' | Douglas Gregor |
2011-10-12 | Implement built-in macro '__has_warning', which allows one to query if a warn... | Ted Kremenek |
2011-10-12 | Handle Perforce-style conflict markers like normal conflict markers. Perforce | Richard Smith |
2011-10-11 | Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in | Richard Smith |
2011-10-11 | For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. | Argyrios Kyrtzidis |
2011-10-06 | Clang-side build system infrastructure for multiple tblgens. | Peter Collingbourne |
2011-10-03 | Fixed exapnsion range for # and ##. | Abramo Bagnara |
2011-09-30 | Add explicit attributes to mark functions as having had their | John McCall |
2011-09-29 | Basic/Diagnostics: Split out the default warning "no-Werror" and | Daniel Dunbar |
2011-09-27 | Introduce a callback to PPCallbacks for lines skipped by the preprocessor. | Argyrios Kyrtzidis |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-20 | Remove PreprocessingDirectiveKind since it's not necessary. | Argyrios Kyrtzidis |
2011-09-20 | The location of the name in MacroDefinition is the beginning of its range, | Argyrios Kyrtzidis |
2011-09-19 | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis |
2011-09-19 | Introduce local_begin()/local_end() methods in PreprocessingRecord which | Argyrios Kyrtzidis |
2011-09-19 | Introduce PreprocessingRecord::getPreprocessedEntitiesInRange() | Argyrios Kyrtzidis |
2011-09-15 | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor |
2011-09-15 | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-12 | When an import statement fails to find a module in the module cache, | Douglas Gregor |
2011-09-12 | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor |
2011-09-08 | [libclang] Fix annotation and getting a "macro expansion" cursor | Argyrios Kyrtzidis |
2011-09-07 | Optimize the preprocessor's handling of the __import_module__ | Douglas Gregor |
2011-09-07 | Revert r139222, operator->() in PreprocessingRecord::iterator. It is useful | Argyrios Kyrtzidis |
2011-09-07 | operator->() in PreprocessingRecord::iterator is useless since we | Argyrios Kyrtzidis |
2011-09-04 | Support code-completion for C++ inline methods and ObjC buffering methods. | Argyrios Kyrtzidis |
2011-09-01 | Allow the preprocessor to be constructed without performing target- | Douglas Gregor |
2011-09-01 | Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails | Argyrios Kyrtzidis |
2011-09-01 | Teach ASTContext and Preprocessor to hold on to references to the same | Douglas Gregor |
2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor |
2011-08-31 | Switch __import__ over to __import_module__, so we don't conflict with | Douglas Gregor |
2011-08-30 | Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre... | Eli Friedman |