summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Teach the frontend to provide the builtin preprocessor defines forChandler Carruth2012-01-031-12/+14
* Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with...Benjamin Kramer2011-12-281-2/+2
* Don't allow #include (and its friends #import, #include_next andRichard Smith2011-12-162-0/+29
* Switch test over to using -verify instead of using grep. PR11552.Eli Friedman2011-12-141-4/+2
* Make our handling of MMX x SSE closer to what gcc does:Rafael Espindola2011-11-271-0/+13
* Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS XRafael Espindola2011-11-261-1/+1
* AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy2011-11-232-4/+4
* Change this test to reflect the state we are moving in. The ClangChandler Carruth2011-11-051-1/+1
* Remove more SystemZ (s390) tests.Dan Gohman2011-10-252-199/+0
* Remove the Blackfin backend.Dan Gohman2011-10-252-205/+0
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add test case for __has_warning.Ted Kremenek2011-10-121-0/+19
* Handle the case where preprocessor entities are not received in order,Argyrios Kyrtzidis2011-10-122-0/+10
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-024-9/+9
* Generate tests for all of the x86 SIMD instruction feature setChandler Carruth2011-09-281-0/+244
* Add a little banner to this test. This lets my scripts more easilyChandler Carruth2011-09-281-0/+4
* Fix a think-o on my part that got enshrined in a FIXME by setting up theChandler Carruth2011-09-281-6/+3
* Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode.Chandler Carruth2011-09-281-0/+206
* Begin fixing Clang's predefined macros for various architectures. ThisChandler Carruth2011-09-282-12/+415
* Only predefine the __EXCEPTIONS macro if C++ exceptions are turned on.Douglas Gregor2011-09-122-1/+16
* Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre...Eli Friedman2011-08-302-0/+4
* A couple fixes for preprocessor expressions:Eli Friedman2011-08-032-1/+11
* Reenable test.Argyrios Kyrtzidis2011-07-111-1/+0
* Add missing header file for the test.Argyrios Kyrtzidis2011-07-111-0/+1
* Test is broken; XFAIL it until Argyrios gets a chance to look at it.Eli Friedman2011-07-111-0/+1
* Don't warn for unused macro when undef'ing it, if it comes from an included f...Argyrios Kyrtzidis2011-07-111-0/+5
* test/Preprocessor/include-directive2.c: Get rid of using <float.h> to avoid #...NAKAMURA Takumi2011-07-111-1/+1
* When expanding macro arguments, treat '##' coming from an argument as a norma...Argyrios Kyrtzidis2011-07-071-1/+5
* Copy diagnostic pragmas to the preprocessed output, from Richard Osborne!Douglas Gregor2011-06-221-0/+26
* Define __cplusplus to 201103L when in (non-GNU) C++0x mode.Douglas Gregor2011-06-201-1/+1
* revert r133003 and fix the bug properly: the issue was that ## in a tokenChris Lattner2011-06-142-9/+11
* Fix a crash on the testcase in PR9981 / rdar://9486765.Chris Lattner2011-06-141-0/+6
* attempt to fix windows testers, which generate #line by default.Chris Lattner2011-05-221-1/+1
* Invoke the FileChanged callback before pushing the linemarker for a systemChris Lattner2011-05-221-0/+9
* Only ignore extra tokens after #else if we skip it, otherwise warn. Fixes rda...Argyrios Kyrtzidis2011-05-211-0/+4
* Some small improvements to the builtin (-ffreestanding) stdint.h; inEli Friedman2011-04-301-1/+7
* Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d...Francois Pichet2011-04-281-4/+0
* Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth2011-04-231-3/+5
* PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding.Eli Friedman2011-04-211-0/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar2011-03-311-1/+1
* Diagnose uninitialized uses of a variable within its own initializer.Chandler Carruth2011-03-271-4/+4
* Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPLDaniel Dunbar2011-03-181-0/+12
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-281-1/+1
* Make LexOnOffSwitch a Preprocessor member functionPeter Collingbourne2011-02-141-1/+1
* Merge -Wuninitialized-experimental into -Wuninitialized.Ted Kremenek2011-01-261-1/+1
* When redefining a macro don't warn twice if it's not used and don't warn for ...Argyrios Kyrtzidis2011-01-181-0/+5
* wint_t is defined as 'unsigned int' on Linux. Fixes PR8938.Douglas Gregor2011-01-121-0/+204
* fix rdar://8823139, a crash on a comment in a preprocessed .s fileChris Lattner2011-01-061-0/+5
* Handle locations coming from macro instantiations properly in SourceManager::...Argyrios Kyrtzidis2010-12-241-0/+10
OpenPOWER on IntegriCloud