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