summaryrefslogtreecommitdiff
path: root/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-151-0/+70
* This really seems like a boring set of fixes to our tests to make them moreChandler Carruth2010-11-164-20/+20
* Split out -Wconversion warnings about constant precision into theirJohn McCall2010-11-091-3/+3
* Add test for Windows predefined macros.Michael J. Spencer2010-10-211-0/+12
* In ~Preprocessor(), also cleanup the MacroInfo objects left-over from stray "...Ted Kremenek2010-10-191-0/+8
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-112-200/+0
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+1
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-1/+1
* Fix this test to use -cc1.Daniel Dunbar2010-09-171-1/+1
* Handle '#line' in '-E' that has an empty file name. Fixes <rdar://problem/84...Ted Kremenek2010-09-171-0/+12
* tests: Use -ffreestanding when including stdint.h, to avoid platform dependen...Daniel Dunbar2010-09-071-1/+1
* Now that GCC will have #pragma push/pop (in GCC 4.6), allow theDouglas Gregor2010-08-302-3/+2
* Add support for Microsoft's __pragma in the preprocessor.John McCall2010-08-281-0/+20
* filecheckize testChris Lattner2010-08-211-9/+11
* fix PR7943, a corner case with the GNU __VA_ARGS__ comma Chris Lattner2010-08-211-0/+5
* Implement #pragma push_macro, patch by Francois Pichet!Chris Lattner2010-08-171-0/+33
* Push location through the MacroUndefined PPCallback and use it to print #unde...Benjamin Kramer2010-08-071-0/+8
* Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén!Douglas Gregor2010-08-061-1/+2
* PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar.Eli Friedman2010-08-031-0/+7