| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "Modules" language option, which subsumes the previous | Douglas Gregor | 2012-01-03 | 1 | -4/+0 |
* | Teach the frontend to provide the builtin preprocessor defines for | Chandler Carruth | 2012-01-03 | 1 | -0/+3 |
* | Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with... | Benjamin Kramer | 2011-12-28 | 1 | -1/+1 |
* | Give C11's __STDC_VERSION__ the final value. | Benjamin Kramer | 2011-12-23 | 1 | -4/+1 |
* | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -1/+1 |
* | Move a free function from the Frontend library into the Lex library as | Chandler Carruth | 2011-12-09 | 1 | -24/+5 |
* | Give __STDC_VERSION__ the value 201001L when we're in C1x mode. The | Douglas Gregor | 2011-10-28 | 1 | -1/+6 |
* | Define __STDC__ in -fms-extensions mode; defining it is consistent with gcc, ... | Eli Friedman | 2011-10-19 | 1 | -1/+1 |
* | Remove the egregious hack that made Objective-C++ ARC work with older | Douglas Gregor | 2011-09-27 | 1 | -70/+1 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+2 |
* | Remove __WCHAR_UNSIGNED__ and anything that used it. | Eric Christopher | 2011-09-20 | 1 | -3/+0 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -2/+2 |
* | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor | 2011-09-15 | 1 | -1/+5 |
* | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -3/+3 |
* | Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on. | Douglas Gregor | 2011-09-12 | 1 | -2/+4 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -39/+39 |
* | Implement a __WCHAR_UNSIGNED__ macro and use it to include WCHAR_MIN and | Alexis Hunt | 2011-07-19 | 1 | -0/+3 |
* | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 1 | -2/+2 |
* | Don't define __CONSTANT_CFSTRINGS__ with -fno-constant-cfstrings issue. | Fariborz Jahanian | 2011-07-05 | 1 | -1/+2 |
* | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -13/+13 |
* | Define __cplusplus to 201103L when in (non-GNU) C++0x mode. | Douglas Gregor | 2011-06-20 | 1 | -3/+10 |
* | Unconditionally #define the ARC ownership qualifiers, instead of #defining | John McCall | 2011-06-16 | 1 | -0/+9 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -4/+141 |
* | __OBJC__ is also a standard predefined macro. | Nick Lewycky | 2011-06-10 | 1 | -1/+3 |
* | The macros defined by the language standard are still available even when the | Nick Lewycky | 2011-06-07 | 1 | -26/+37 |
* | Add a FIXME. | Francois Pichet | 2011-05-09 | 1 | -0/+1 |
* | Temporary preprocessor hack to get around the Microsoft __identifier(x) exten... | Francois Pichet | 2011-05-07 | 1 | -0/+1 |
* | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet | 2011-04-28 | 1 | -6/+0 |
* | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth | 2011-04-23 | 1 | -2/+3 |
* | Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This | Chandler Carruth | 2011-04-23 | 1 | -1/+2 |
* | PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. | Eli Friedman | 2011-04-21 | 1 | -0/+3 |
* | Change Clang's __VERSION__ to include the same basic info as in clang -v. | Daniel Dunbar | 2011-03-31 | 1 | -1/+6 |
* | Preprocessor: Don't define __STDC__ in -traditional-cpp mode. | Daniel Dunbar | 2011-03-19 | 1 | -1/+1 |
* | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis | 2011-03-08 | 1 | -11/+4 |
* | Reimplement DefineTypeSize in terms of APInt. This eliminates some | Chris Lattner | 2011-02-24 | 1 | -9/+4 |
* | Preserve what the user passed to -include when emitting .d files. Fixes PR8974! | Nick Lewycky | 2011-02-23 | 1 | -9/+15 |
* | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer | 2010-12-21 | 1 | -3/+5 |
* | Implement -cl-fast-relaxed-math | Peter Collingbourne | 2010-12-04 | 1 | -0/+3 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -8/+5 |
* | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -5/+7 |
* | Tell the VS headers that char16_t and char32_t are keywords, so yvals.h doesn... | Steven Watanabe | 2010-09-05 | 1 | -0/+4 |
* | First test commit by Francois Pichet. _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES i... | Francois Pichet | 2010-09-03 | 1 | -3/+0 |
* | Predeclare class type_info in Microsoft mode, from Francois Pichet! | Douglas Gregor | 2010-08-30 | 1 | -0/+1 |
* | Fix typo in comment. | Michael J. Spencer | 2010-08-21 | 1 | -1/+1 |
* | PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar. | Eli Friedman | 2010-08-03 | 1 | -1/+1 |
* | fix some undefined behavior, PR7779. | Chris Lattner | 2010-08-03 | 1 | -3/+4 |
* | Introduce basic support for loading a precompiled preamble while | Douglas Gregor | 2010-07-26 | 1 | -2/+8 |
* | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor | 2010-07-23 | 1 | -4/+4 |
* | Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always | Daniel Dunbar | 2010-06-30 | 1 | -0/+6 |