Age | Commit message (Expand) | Author |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-23 | Add WIP prototype of a new buffer overflow | Ted Kremenek |
2010-12-08 | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet |
2010-12-04 | Implement -cl-mad-enable | Peter Collingbourne |
2010-12-04 | Implement -cl-unsafe-math-optimizations | Peter Collingbourne |
2010-12-04 | Implement -cl-finite-math-only | Peter Collingbourne |
2010-12-04 | Introduce CompilerInvocation::setLangDefaults function | Peter Collingbourne |
2010-12-03 | Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as ... | Argyrios Kyrtzidis |
2010-12-03 | Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. | Argyrios Kyrtzidis |
2010-12-01 | Driver, Frontend: add CUDA language support | Peter Collingbourne |
2010-11-30 | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-24 | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall |
2010-11-23 | tidy up. Split FileManager::getBufferForFile into | Chris Lattner |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-23 | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner |
2010-11-18 | Remove the hack where, to get the return status, we had special case for Veri... | Argyrios Kyrtzidis |
2010-11-11 | Improve ASTUnit's capture of diagnostics so that the | Douglas Gregor |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-11-03 | Fix an assertion. | Argyrios Kyrtzidis |
2010-10-28 | Simplify ASTUnit's internal timers, by not trying to keep a pile of | Douglas Gregor |
2010-10-27 | Introduce libclang-level options for C++ precompiled preambles, | Douglas Gregor |
2010-10-26 | Add support for code completion on stdin. | Dan Gohman |
2010-10-18 | Add declarations nested in a linkage specification to the output of | Douglas Gregor |
2010-10-14 | Wire up the -fstrict-aliasing and -fno-strict-aliasing options | Dan Gohman |
2010-10-14 | Introduce command line option -error-on-deserialized-decl that is accompanied... | Argyrios Kyrtzidis |
2010-10-14 | Introduce command line option -dump-deserialized-decls which is used to print... | Argyrios Kyrtzidis |
2010-10-12 | When we load an ASTUnit from command-line arguments, hold on to the | Douglas Gregor |
2010-10-11 | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor |
2010-10-11 | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor |
2010-10-11 | Declare argv parameters as const char* const* instead of to char** to clarify... | Axel Naumann |
2010-10-11 | Tighten up constness of argv parameters to allow for string literals as argum... | Axel Naumann |
2010-10-05 | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl |
2010-09-30 | Introduce -flimit-debug-info. | Devang Patel |
2010-09-30 | Added two new command line arguments: | Marcin Swiderski |
2010-09-23 | Fix typo. | Nick Lewycky |
2010-09-17 | Use a temporary file for output which gets renamed after all the writing is f... | Argyrios Kyrtzidis |
2010-09-10 | Added AnalyzerStatsChecker, a path sensitive check that reports visitation st... | Tom Care |
2010-09-09 | Frontend: Add -cxx-system-include option which can be used to specify an | Daniel Dunbar |
2010-09-07 | Add function attributes to the output of -ast-print-xml, from Martin Vejnar! | Douglas Gregor |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | Teach Sema to live without CodeCompleteConsumer.h. | John McCall |
2010-08-24 | Frontend: Add basic -H support. | Daniel Dunbar |
2010-08-24 | correct the -isystem option to not add the -isysroot path. Only the weird | Chris Lattner |
2010-08-24 | Move ExecuteCompilerInvocation to a new library FrontendTool | Peter Collingbourne |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |
2010-08-23 | Add XML for CXXConstructExpr, from Benoit Belley! | Douglas Gregor |
2010-08-20 | When performing code-completion in the presence of a preamble, make | Douglas Gregor |
2010-08-19 | Intialize all of the code-generation options | Douglas Gregor |