Age | Commit message (Expand) | Author |
2011-09-19 | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis |
2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
2011-09-19 | Do not use builtin includes if -fms-compatibility is specified. Some MSVC hea... | Francois Pichet |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-09-17 | As per discussion with Doug Gregor on the IRC channel, introduce a new compil... | Francois Pichet |
2011-09-15 | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor |
2011-09-15 | Comment what's going on when we compile a module | Douglas Gregor |
2011-09-15 | Detect cyclic module dependencies in a manner that is rather more | Douglas Gregor |
2011-09-15 | Eliminate the list of modules from the preprocessor options. This was | Douglas Gregor |
2011-09-15 | Eliminate the unused -create-module cc1-level option | Douglas Gregor |
2011-09-15 | When we load the first module, make sure that we wire up the ASTConsumer to t... | Douglas Gregor |
2011-09-15 | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis |
2011-09-14 | Make -E work with module imports | Douglas Gregor |
2011-09-14 | Encode the module hash in base-36, to reduce the length of the strings a bit | Douglas Gregor |
2011-09-13 | Assert that the module hash produced after stripping away non-modular options... | Douglas Gregor |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-13 | When building a module on-demand, clear out the "non-modular" language | Douglas Gregor |
2011-09-13 | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor |
2011-09-13 | When compiling a module on-demand, re-use the diagnostics client | 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-12 | [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of | Argyrios Kyrtzidis |
2011-09-12 | Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on. | Douglas Gregor |
2011-09-10 | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor |
2011-09-09 | Treat the weak export of block runtime symbols as a deployment-target | John McCall |
2011-09-07 | Extract the emission of the diagnostic's location into a separate | Chandler Carruth |
2011-09-07 | Move the HilightRange method from TextDiagnosticPrinter down to | Chandler Carruth |
2011-09-07 | Hoist the tab expansion into a helper function. | Chandler Carruth |
2011-09-07 | Don't compute the same line number in two places, once inside a loop. | Chandler Carruth |
2011-09-07 | Switch the CharSourceRange array to a small vector. The array was | Chandler Carruth |
2011-09-06 | Remove the doxyment for this now defunct parameter. | Chandler Carruth |
2011-09-06 | Don't recompute the presumed loc twice in 5 lines of code... Spotted by | Chandler Carruth |
2011-09-06 | Use ArrayRef for the fixit hint array rather than a pointer and a size. | Chandler Carruth |
2011-09-06 | Hoist the construction of the FixItHint line into a member function with | Chandler Carruth |
2011-09-06 | Add missing dependency | Peter Collingbourne |
2011-09-04 | Fix Lexer::ComputePreamble when MaxLines parameter is non-zero. | Argyrios Kyrtzidis |
2011-09-02 | Hoist the emission of parseable fixits into a helper method, simplifying | Chandler Carruth |
2011-09-02 | Always construct an ASTReader with a non-NULL ASTContext and | Douglas Gregor |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-09-01 | Allow the preprocessor to be constructed without performing target- | Douglas Gregor |
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 | Create a CaretDiagnostic class to hold the logic for emitting | Chandler Carruth |
2011-08-31 | Sink all of the include stack printing logic into its member function. | Chandler Carruth |
2011-08-31 | Switch the "no module found" default-fatal warning to a default-fatal error. | Douglas Gregor |
2011-08-30 | Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre... | Eli Friedman |
2011-08-29 | Some minor updates to the Linux search path handling for Slackware. Patch by... | Eli Friedman |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-27 | Remove the -import-module option. It's no longer useful | Douglas Gregor |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |