aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend
AgeCommit message (Expand)Author
2013-07-25Change __cyg_profile_func_enter/exit to __pnacl_profile... and change the sig...Robert Grosse
2013-07-25Add a -finstrument-functions-size=n option to control basic blockRobert Grosse
2013-05-03Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor
2013-04-26[frontend] Make -chain-include work when used with modules.Argyrios Kyrtzidis
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-08The recent GCOV changes expect the initial version string to be in forward or...Bill Wendling
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-03-20The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky
2013-03-20Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
2013-03-05[libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis
2013-02-22Propagate the split dwarf file information through into the backendEric Christopher
2013-02-16Documentation cleanup: make a \brief be brief, and fix a bad use of \see.James Dennett
2013-02-07Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith
2013-02-01For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis
2013-01-30Documentation: fix link to ExecuteAction(), which was previously typoed asJames Dennett
2013-01-30Don't warn about Unicode characters in -E mode.Jordan Rose
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-28Enable the global module index by default. Introduce theDouglas Gregor
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-23Documentation cleanup: fixing documentation for FrontendAction.James Dennett
2013-01-20Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2013-01-15[driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2013-01-02Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-24Support -fsanitize-memory-track-origins.Evgeniy Stepanov
2012-12-21Switch FrontendOptions to using an initializer list rather than initializingRichard Smith
2012-12-05Simplify slightly by seperating out the responsibility for emission of a caretRichard Smith
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-03Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov
2012-12-02[ubsan] Add flag to enable recovery from checks when possible.Will Dietz
2012-12-01Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer
2012-11-30Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor
2012-11-30When we're emitting a diagnostic with a source location in an importedDouglas Gregor
2012-11-30When an error occurs while building a module on demand, provide "WhileDouglas Gregor
2012-11-29Keep track of modules that have failed to build. If we encounter anDouglas Gregor
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly
2012-11-15Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames