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