| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach the frontend to provide the builtin preprocessor defines for | Chandler Carruth | 2012-01-03 | 1 | -12/+14 |
* | Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with... | Benjamin Kramer | 2011-12-28 | 1 | -2/+2 |
* | Don't allow #include (and its friends #import, #include_next and | Richard Smith | 2011-12-16 | 2 | -0/+29 |
* | Switch test over to using -verify instead of using grep. PR11552. | Eli Friedman | 2011-12-14 | 1 | -4/+2 |
* | Make our handling of MMX x SSE closer to what gcc does: | Rafael Espindola | 2011-11-27 | 1 | -0/+13 |
* | Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS X | Rafael Espindola | 2011-11-26 | 1 | -1/+1 |
* | AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs... | James Molloy | 2011-11-23 | 2 | -4/+4 |
* | Change this test to reflect the state we are moving in. The Clang | Chandler Carruth | 2011-11-05 | 1 | -1/+1 |
* | Remove more SystemZ (s390) tests. | Dan Gohman | 2011-10-25 | 2 | -199/+0 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 2 | -205/+0 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Add test case for __has_warning. | Ted Kremenek | 2011-10-12 | 1 | -0/+19 |
* | Handle the case where preprocessor entities are not received in order, | Argyrios Kyrtzidis | 2011-10-12 | 2 | -0/+10 |
* | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall | 2011-10-02 | 4 | -9/+9 |
* | Generate tests for all of the x86 SIMD instruction feature set | Chandler Carruth | 2011-09-28 | 1 | -0/+244 |
* | Add a little banner to this test. This lets my scripts more easily | Chandler Carruth | 2011-09-28 | 1 | -0/+4 |
* | Fix a think-o on my part that got enshrined in a FIXME by setting up the | Chandler Carruth | 2011-09-28 | 1 | -6/+3 |
* | Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode. | Chandler Carruth | 2011-09-28 | 1 | -0/+206 |
* | Begin fixing Clang's predefined macros for various architectures. This | Chandler Carruth | 2011-09-28 | 2 | -12/+415 |
* | Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on. | Douglas Gregor | 2011-09-12 | 2 | -1/+16 |
* | Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre... | Eli Friedman | 2011-08-30 | 2 | -0/+4 |
* | A couple fixes for preprocessor expressions: | Eli Friedman | 2011-08-03 | 2 | -1/+11 |
* | Reenable test. | Argyrios Kyrtzidis | 2011-07-11 | 1 | -1/+0 |
* | Add missing header file for the test. | Argyrios Kyrtzidis | 2011-07-11 | 1 | -0/+1 |
* | Test is broken; XFAIL it until Argyrios gets a chance to look at it. | Eli Friedman | 2011-07-11 | 1 | -0/+1 |
* | Don't warn for unused macro when undef'ing it, if it comes from an included f... | Argyrios Kyrtzidis | 2011-07-11 | 1 | -0/+5 |
* | test/Preprocessor/include-directive2.c: Get rid of using <float.h> to avoid #... | NAKAMURA Takumi | 2011-07-11 | 1 | -1/+1 |
* | When expanding macro arguments, treat '##' coming from an argument as a norma... | Argyrios Kyrtzidis | 2011-07-07 | 1 | -1/+5 |
* | Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! | Douglas Gregor | 2011-06-22 | 1 | -0/+26 |
* | Define __cplusplus to 201103L when in (non-GNU) C++0x mode. | Douglas Gregor | 2011-06-20 | 1 | -1/+1 |
* | revert r133003 and fix the bug properly: the issue was that ## in a token | Chris Lattner | 2011-06-14 | 2 | -9/+11 |
* | Fix a crash on the testcase in PR9981 / rdar://9486765. | Chris Lattner | 2011-06-14 | 1 | -0/+6 |
* | attempt to fix windows testers, which generate #line by default. | Chris Lattner | 2011-05-22 | 1 | -1/+1 |
* | Invoke the FileChanged callback before pushing the linemarker for a system | Chris Lattner | 2011-05-22 | 1 | -0/+9 |
* | Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes rda... | Argyrios Kyrtzidis | 2011-05-21 | 1 | -0/+4 |
* | Some small improvements to the builtin (-ffreestanding) stdint.h; in | Eli Friedman | 2011-04-30 | 1 | -1/+7 |
* | Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d... | Francois Pichet | 2011-04-28 | 1 | -4/+0 |
* | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth | 2011-04-23 | 1 | -3/+5 |
* | PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. | Eli Friedman | 2011-04-21 | 1 | -0/+6 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Change Clang's __VERSION__ to include the same basic info as in clang -v. | Daniel Dunbar | 2011-03-31 | 1 | -1/+1 |
* | Diagnose uninitialized uses of a variable within its own initializer. | Chandler Carruth | 2011-03-27 | 1 | -4/+4 |
* | Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL | Daniel Dunbar | 2011-03-18 | 1 | -0/+12 |
* | Rename tok::eom to tok::eod. | Peter Collingbourne | 2011-02-28 | 1 | -1/+1 |
* | Make LexOnOffSwitch a Preprocessor member function | Peter Collingbourne | 2011-02-14 | 1 | -1/+1 |
* | Merge -Wuninitialized-experimental into -Wuninitialized. | Ted Kremenek | 2011-01-26 | 1 | -1/+1 |
* | When redefining a macro don't warn twice if it's not used and don't warn for ... | Argyrios Kyrtzidis | 2011-01-18 | 1 | -0/+5 |
* | wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. | Douglas Gregor | 2011-01-12 | 1 | -0/+204 |
* | fix rdar://8823139, a crash on a comment in a preprocessed .s file | Chris Lattner | 2011-01-06 | 1 | -0/+5 |
* | Handle locations coming from macro instantiations properly in SourceManager::... | Argyrios Kyrtzidis | 2010-12-24 | 1 | -0/+10 |