Age | Commit message (Expand) | Author |
2013-02-22 | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-15 | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames |
2012-07-06 | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames |
2012-07-02 | Documentation cleanup: | James Dennett |
2012-07-02 | Documentation cleanup: reformatting/fixing up file comments so that they have | James Dennett |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-03-03 | Factor bitfields of LangOptions out into a base class in order to make them | Richard Smith |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-11-15 | Add a -cc1-level option -fmodule-name=<name>, which will be used when | Douglas Gregor |
2011-09-13 | When building a module on-demand, clear out the "non-modular" language | Douglas Gregor |
2011-09-13 | Switch the serialization of LangOptions over to use the .def file. We | Douglas Gregor |
2011-09-13 | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor |
2011-09-09 | Treat the weak export of block runtime symbols as a deployment-target | John McCall |
2011-08-30 | Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt... | Jordy Rose |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-07-13 | In debugger mode, make ObjC message sends to unknown selectors return | John McCall |
2011-07-06 | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall |
2011-06-29 | Use existing -fcatch-undefined-behavior option, | Fariborz Jahanian |
2011-06-28 | Under a compiler flag, -freset-local-blocks, | Fariborz Jahanian |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-14 | Introduce a -cc1-level option to turn off related result type | Douglas Gregor |
2011-06-13 | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor |
2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
2011-05-05 | Change cycle detection to be based off of a warning flag. | Sean Hunt |
2011-05-04 | Implement a better version of delegating constructor cycle detection. | Sean Hunt |
2011-04-23 | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth |
2011-04-23 | Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This | Chandler Carruth |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet |
2011-04-15 | C1X: add a language standard | Peter Collingbourne |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2011-03-19 | Initialize FakeAddressSpaceMap flag. | Benjamin Kramer |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-18 | Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL | Daniel Dunbar |
2011-03-01 | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky |
2011-03-01 | -fwrapv should turn off the inbounds markers from geps used for pointer | Chris Lattner |
2011-02-28 | Get rid of the areExceptionsEnabled() getter from LangOptions. | Anders Carlsson |
2011-02-23 | Add a CXXExceptions flag to LangOptions. | Anders Carlsson |
2011-02-20 | Add a LangOptions::areExceptionsEnabled and start using it. | Anders Carlsson |
2011-02-19 | Add a new ObjCExceptions member variable to LangOptions. This controls whethe... | Anders Carlsson |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne |
2011-02-14 | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne |
2011-02-01 | Basic support for -mms-bitfields, from Carl Norum! | Douglas Gregor |
2011-01-07 | Add all options needed to support -fapple-kext. wip. | Fariborz Jahanian |
2010-12-23 | Add -fobjc-default-synthesized-properties flag | Ted Kremenek |
2010-12-21 | Initialize LangOptions::MSCVersion. Thanks to Csaba Raduly for noting the omi... | Douglas Gregor |
2010-12-04 | Implement -cl-fast-relaxed-math | Peter Collingbourne |
2010-12-04 | Implement -cl-single-precision-constant | Peter Collingbourne |