summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis2013-04-031-1/+2
* Use getPredefinesFileID() appropriately.Douglas Gregor2013-04-031-2/+2
* Remove sign-compare warning on systems that still use 32 bit time_ts.Benjamin Kramer2013-03-291-4/+4
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-271-2/+0
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-261-18/+21
* Use <time.h> rather than <sys/time.h>Douglas Gregor2013-03-251-1/+1
* <rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor2013-03-251-0/+101
* <rdar://problem/13479539> Only rebuild the global module cache when we're all...Douglas Gregor2013-03-221-1/+2
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-4/+6
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-201-1/+98
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-191-101/+56
* Never cache the result of a module file lookup.Douglas Gregor2013-02-081-3/+4
* Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor2013-02-071-7/+2
* Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor2013-02-071-0/+30
* Detect when we end up trying to load conflicting module files.Douglas Gregor2013-02-061-3/+18
* For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis2013-02-011-4/+6
* Don't warn about Unicode characters in -E mode.Jordan Rose2013-01-301-0/+2
* Implement the reader of the global module index and wire it into theDouglas Gregor2013-01-251-1/+3
* Rename the -cc1 option "-generate-module-index" toDouglas Gregor2013-01-251-8/+21
* Implement the writer side of the global module index. Douglas Gregor2013-01-231-1/+9
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-32/+3
* Fix what appears to be a copy-paste error.Sean Silva2013-01-201-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-0/+6
* Be more careful about updating the failed-modules setDouglas Gregor2013-01-101-2/+3
* Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor2013-01-041-2/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-12/+12
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-1/+1
* Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor2012-11-301-6/+6
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-301-14/+25
* Keep track of modules that have failed to build. If we encounter anDouglas Gregor2012-11-291-18/+55
* Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar2012-11-271-1/+5
* Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor2012-11-161-1/+1
* [modules] Setup the import location of a module file and use itArgyrios Kyrtzidis2012-11-151-2/+3
* Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis2012-11-091-1/+9
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-091-2/+2
* Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis2012-11-091-5/+7
* When loading a module fails because it is out of date, rebuild thatDouglas Gregor2012-11-071-3/+26
* Frontend: Add support for reading named pipes as the main file.Daniel Dunbar2012-11-051-0/+13
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-311-6/+2
* Decouple code-completion for the SkipFunctionBodies frontend option andArgyrios Kyrtzidis2012-10-311-1/+0
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-241-1/+2
* Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor2012-10-241-1/+2
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-17/+17
* Allow clients of the AST reader to specify what kinds of AST loadDouglas Gregor2012-10-221-2/+4
* Distinguish the various kinds of AST file loading failures:Douglas Gregor2012-10-221-2/+8
* Make sure temporary files are deleted when recovering from a crash when compi...Benjamin Kramer2012-10-141-0/+1
* Delete temporary output files when an error occurs during PCH reading.Benjamin Kramer2012-10-141-0/+1
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-091-0/+2
* Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invokedArgyrios Kyrtzidis2012-10-031-3/+6
OpenPOWER on IntegriCloud