summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Driver: Change the driver to take the path to the main executable, instead ofDaniel Dunbar2010-07-191-1/+1
* There is another implementation of PCHReaderListener around. Update it to the...Sebastian Redl2010-07-141-3/+5
* Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis2010-06-111-0/+1
* Frontend: Add FrontendAction support for handling LLVM IR inputs.Daniel Dunbar2010-06-071-0/+2
* Frontend: Move some initialization from CompilerInstance to FrontendAction, t...Daniel Dunbar2010-06-071-3/+0
* 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
* Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since th...Ted Kremenek2010-05-031-2/+10
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-2/+4
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-051-16/+11
* Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor2010-04-051-23/+52
* Minor ASTUnit cleanups:Douglas Gregor2010-04-051-3/+5
* Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar2010-04-011-1/+1
* Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor2010-03-191-15/+3
* Introduce the notion of a "preprocessing record", which keeps track ofDouglas Gregor2010-03-181-3/+15
* Don't "take" the file manager and source manager whenDouglas Gregor2010-03-171-2/+0
* Make sure we actually override ReadHeaderFileInfo when we meant toDouglas Gregor2010-03-161-1/+1
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-4/+5
* The Windows build is just too weird; there's no real cost to doing the concur...Douglas Gregor2010-03-051-2/+0
* Switch from NDEBUG to _DEBUG, since our Windows build is funnyDouglas Gregor2010-03-051-1/+1
* A little hack to identify unwanted concurrency in CIndexDouglas Gregor2010-03-051-1/+4
* When given unsaved files in clang_createTranslationUnitFromSourceFile,Douglas Gregor2010-02-271-0/+1
* Teach ASTUnit to keep track of temporary files, then delete them whenDouglas Gregor2010-02-181-3/+3
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-7/+62
* ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi...Daniel Dunbar2010-02-161-5/+3
* ASTUnit::LoadFromCompilerInvocation - Take ownership of the provided invocation.Daniel Dunbar2010-02-161-7/+4
* ASTUnit: Ensure the CompilerInvocation object used in LoadFromCommandLine isDaniel Dunbar2010-01-301-7/+12
* PCHReader doesn't implement classof so dyn_casting it will do really weird st...Benjamin Kramer2010-01-301-1/+1
* ASTUnit: Don't check that input files exist when parsing ASTs from the commandDaniel Dunbar2010-01-251-0/+4
* Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor2010-01-231-2/+30
* Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar2009-12-151-4/+2
* Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C...Daniel Dunbar2009-12-131-10/+7
* CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar2009-12-131-1/+7
* Remove several .c_str() to be forward-compatible with StringRef.Jeffrey Yasskin2009-12-081-2/+2
* ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit madeDaniel Dunbar2009-12-041-6/+24
* Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar2009-12-031-18/+8
* ASTUnit: Explicitly track whether the ASTUnit came from an actual AST or not.Daniel Dunbar2009-12-021-4/+7
* ASTUnit: Fix initialization of OnlyLocalDecls variable, and honor UseBumpAllo...Daniel Dunbar2009-12-021-4/+4
* Fix ASTUnit::getOriginalSourceFileName() when using ASTUnit's derived fromDaniel Dunbar2009-12-021-1/+6
* ASTUnit: Don't create an LLVMContext, it shouldn't be needed.Daniel Dunbar2009-12-021-2/+1
* Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list ofDaniel Dunbar2009-12-021-0/+55
* ASTUnit: Make sure to preserve the TargetInfo for later use.Daniel Dunbar2009-12-011-2/+3
* Add ASTUnit::LoadFromCompilerInvocation, which does what it says.Daniel Dunbar2009-12-011-4/+95
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-2/+1
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-1/+9
* Redo how PCH handles its implicit include. Instead of treating this specially inDaniel Dunbar2009-11-111-0/+1
* StringRefify some PCH interfaces.Daniel Dunbar2009-11-111-3/+2
* The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of A...Ted Kremenek2009-10-191-4/+9
* Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff2009-10-191-10/+6
* Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris.Benjamin Kramer2009-10-181-1/+2
OpenPOWER on IntegriCloud