summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
* MemoryBuffer API update.Michael J. Spencer2010-12-161-4/+3
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-1/+4
* When loading a precompiled preamble, use the file ID of theDouglas Gregor2010-11-301-2/+5
* Merge System into Support.Michael J. Spencer2010-11-291-4/+4
* don't allow remapping PTH file paths with -fworking-directory, theChris Lattner2010-11-231-1/+1
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-16/+10
* give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner2010-11-231-1/+1
* Remove the hack where, to get the return status, we had special case for Veri...Argyrios Kyrtzidis2010-11-181-9/+1
* Since multiple diagnostics can share one diagnostic client, have the client k...Argyrios Kyrtzidis2010-11-181-3/+4
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+2
* Improve ASTUnit's capture of diagnostics so that theDouglas Gregor2010-11-111-5/+9
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-11/+21
* Add support for code completion on stdin.Dan Gohman2010-10-261-1/+4
* Simplify this code: don't check for the same error twoDan Gohman2010-10-261-4/+6
* Eliminate the (de-)serialization of code completion results, now thatDouglas Gregor2010-10-111-7/+1
* Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor2010-10-111-33/+1
* Tighten up constness of argv parameters to allow for string literals as argum...Axel Naumann2010-10-111-3/+3
* Give every file that ASTReader loads a type: module, PCH, precompiled preambl...Sebastian Redl2010-10-051-3/+7
* Use a temporary file for output which gets renamed after all the writing is f...Argyrios Kyrtzidis2010-09-171-14/+52
* createMainFileID doesn't need its IncludePos argument, sinceDan Gohman2010-08-271-1/+1
* Rename the ASTReader header files.Sebastian Redl2010-08-181-1/+1
* Rename various classes from PCH to AST.Sebastian Redl2010-08-181-2/+2
* Rename PCHReader to ASTReader.Sebastian Redl2010-08-181-5/+5
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-14/+5
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-1/+1
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-1/+1
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-1/+1
* Extend the code-completion caching infrastructure to include globalDouglas Gregor2010-08-151-2/+6
* The Sema object will get destroyed before all of the others anyway. We don't ...Douglas Gregor2010-08-131-1/+0
* Teach CompilerInstance to create and hold on to the Sema object usedDouglas Gregor2010-08-121-0/+12
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-17/+32
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-6/+9
* Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor2010-07-271-2/+6
* Make ASTContext always use the BumpPtrAllocator.Douglas Gregor2010-07-251-1/+0
* Correctly initialize Reader to null.Sebastian Redl2010-07-091-1/+1
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-0/+2
* Frontend: Move some initialization from CompilerInstance to FrontendAction, t...Daniel Dunbar2010-06-071-20/+4
* Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste...Daniel Dunbar2010-06-071-1/+1
* Frontend: Lift InputKind enumeration to top level.Daniel Dunbar2010-06-071-1/+1
* MemoryBuffer::getSTDIN may return a null pointer if an error occurs.Dan Gohman2010-05-271-1/+1
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-2/+4
* Once we've emitted a fatal diagnostic, keep counting errors but with aDouglas Gregor2010-04-141-1/+2
* Instead of counting totally diagnostics, split the count into a countChris Lattner2010-04-071-5/+13
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-051-7/+8
* Teach Clang's -cc1 option -print-stats to print LLVM statistics.Douglas Gregor2010-03-301-0/+4
* clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar2010-03-191-6/+1
* Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor2010-03-191-0/+3
* Simplify error path using OwningPtrKovarththanan Rajaratnam2010-03-171-4/+3
* Simplify ProcessWarningOptions since it can't failKovarththanan Rajaratnam2010-03-171-2/+1
* Issue a proper diagnostic if we couldn't open dump fileKovarththanan Rajaratnam2010-03-171-7/+6
OpenPOWER on IntegriCloud