summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar2009-12-062-2/+4
* Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje...Steve Naroff2009-12-051-2/+0
* CIndex: For the time being, don't return translation units if we encounter an...Daniel Dunbar2009-12-051-4/+14
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-051-0/+2
* Add gcc's -no-canonical-prefixes option to clang.Rafael Espindola2009-12-041-3/+14
* ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit madeDaniel Dunbar2009-12-041-1/+11
* Kill off one last exit() call.Daniel Dunbar2009-12-031-1/+1
* clang-cc: Move to CompilerInvocation based command line parsing.Daniel Dunbar2009-12-034-1437/+3
* clang-cc: Honor -help and -version when using new style option parsing.Daniel Dunbar2009-12-031-0/+16
* Update test and CIndex to use -FOO BAR form for -{remap-file,code-completion-...Daniel Dunbar2009-12-031-3/+5
* Add clang -cc1 -load option.Daniel Dunbar2009-12-031-1/+12
* Switch clang_createTranslationUnitFromSourceFile to use ASTUnit::LoadFromComm...Daniel Dunbar2009-12-033-3/+48
* Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar2009-12-032-33/+28
* Normalize CIndex/c-index-test/index-test link lines in the hopes it will fixDaniel Dunbar2009-12-026-9/+22
* this also depends on libDriver. this almost fixes the build problems of c-ind...Nuno Lopes2009-12-021-1/+1
* Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump2009-12-021-2/+2
* Extend the CIndex code-completion API to perform code completionDouglas Gregor2009-12-022-2/+137
* Fix relative ordering of Analyis library.Daniel Dunbar2009-12-022-3/+3
* Introduce a new clang-cc option Douglas Gregor2009-12-021-0/+18
* libFrontend depends on libDriver now.Zhongxing Xu2009-12-021-1/+1
* Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list ofDaniel Dunbar2009-12-021-11/+13
* fix build on linuxNuno Lopes2009-12-012-2/+2
* Add ASTUnit::LoadFromCompilerInvocation, which does what it says.Daniel Dunbar2009-12-015-3/+41
* Tuck away scan-build related files into tools/scan-buildKovarththanan Rajaratnam2009-12-014-0/+2484
* Switch the clang-to-CIndex interface for code-completion to a binary format, ...Douglas Gregor2009-12-011-89/+19
* CIndex: Normalize formatting some more.Daniel Dunbar2009-12-011-70/+43
* c-index-test: Split "function scanning" behavior into its own "filter" -- itsDaniel Dunbar2009-12-011-68/+63
* Add c-index-test -test-load-source, which loads the translation unit from a s...Daniel Dunbar2009-12-011-1/+36
* Reindent buffer, switches in particular were totally out of style.Daniel Dunbar2009-11-301-161/+159
* Strip trailing space.Daniel Dunbar2009-11-301-144/+144
* clang-cc: Add code (currently disabled) for parsing arguments using clang -cc...Daniel Dunbar2009-11-301-0/+29
* Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar2009-11-301-1/+9
* Don't try to generate common globals for C++ files, instead of depending on t...Daniel Dunbar2009-11-301-4/+0
* Eliminate CodeGenOptions::TimePasses.Daniel Dunbar2009-11-303-7/+3
* Eliminate CodeGenOptions::SimplifyLibCalls.Daniel Dunbar2009-11-301-3/+0
* Simplify.Daniel Dunbar2009-11-301-7/+5
* Put CompilerInvocation testing code in clang-cc instead of clang for now, I c...Daniel Dunbar2009-11-307-78/+92
* Change CompilerInvocation::CreateFromArgs to report errors using a proper dia...Daniel Dunbar2009-11-291-2/+3
* Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma...Daniel Dunbar2009-11-292-5/+9
* This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam2009-11-291-9/+1
* Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar2009-11-291-0/+41
* Add clang -cc1 parsing for LangOptions.Daniel Dunbar2009-11-291-9/+1
* clang-cc: Tweak LangOptions parsing to make it a bit more obvious what depend...Daniel Dunbar2009-11-291-15/+15
* clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us...Daniel Dunbar2009-11-291-4/+3
* Move MainFileName option variable into CodeGenOptions instead of LangOptions.Daniel Dunbar2009-11-291-24/+24
* Move program actions implications to clang::InitializeFrontendOptions which a...Kovarththanan Rajaratnam2009-11-282-12/+9
* Simplify.Daniel Dunbar2009-11-271-28/+9
* Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar2009-11-261-95/+24
* Add a missing include <cstdio>Daniel Dunbar2009-11-251-0/+1
* Sort CMakeLists.txtKovarththanan Rajaratnam2009-11-241-2/+2
OpenPOWER on IntegriCloud