aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInstance.cpp
AgeCommit message (Expand)Author
2013-03-26[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis
2013-03-25Use <time.h> rather than <sys/time.h>Douglas Gregor
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor
2013-03-22<rdar://problem/13479539> Only rebuild the global module cache when we're all...Douglas Gregor
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-03-20<rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor
2013-03-19<rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor
2013-02-08Never cache the result of a module file lookup.Douglas Gregor
2013-02-07Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor
2013-02-07Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor
2013-02-06Detect when we end up trying to load conflicting module files.Douglas Gregor
2013-02-01For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis
2013-01-30Don't warn about Unicode characters in -E mode.Jordan Rose
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-20Fix what appears to be a copy-paste error.Sean Silva
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor
2013-01-10Be more careful about updating the failed-modules setDouglas Gregor
2013-01-04Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis
2012-11-30Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor
2012-11-30When an error occurs while building a module on demand, provide "WhileDouglas Gregor
2012-11-29Keep track of modules that have failed to build. If we encounter anDouglas Gregor
2012-11-27Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar
2012-11-16Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor
2012-11-15[modules] Setup the import location of a module file and use itArgyrios Kyrtzidis
2012-11-09Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis
2012-11-09Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis
2012-11-09Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis
2012-11-07When loading a module fails because it is out of date, rebuild thatDouglas Gregor
2012-11-05Frontend: Add support for reading named pipes as the main file.Daniel Dunbar
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis
2012-10-31Decouple code-completion for the SkipFunctionBodies frontend option andArgyrios Kyrtzidis
2012-10-24Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor
2012-10-24Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-22Allow clients of the AST reader to specify what kinds of AST loadDouglas Gregor
2012-10-22Distinguish the various kinds of AST file loading failures:Douglas Gregor
2012-10-14Make sure temporary files are deleted when recovering from a crash when compi...Benjamin Kramer
2012-10-14Delete temporary output files when an error occurs during PCH reading.Benjamin Kramer
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2012-10-03Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invokedArgyrios Kyrtzidis
2012-09-29In the Module class, add a reference to the corresponding AST file.Argyrios Kyrtzidis
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-05-16Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek
2012-05-11For final output files create them with mode 0664 to match otherEric Christopher