summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/dumptokens_phyloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner2009-01-271-1/+1
| | | | | | | | | | | | | | | | | | | as reported to the user and as manipulated by #line. This is what __FILE__, __INCLUDE_LEVEL__, diagnostics and other things should follow (but not dependency generation!). This patch also includes several cleanups along the way: - SourceLocation now has a dump method, and several other places that did similar things now use it. - I cleaned up some code in AnalysisConsumer, but it should probably be simplified further now that NamedDecl is better. - TextDiagnosticPrinter is now simplified and cleaned up a bit. This patch is a prerequisite for #line, but does not actually provide any #line functionality. llvm-svn: 63098
* Change some terminology in SourceLocation: instead of referring to Chris Lattner2009-01-161-1/+1
| | | | | | | the "physical" location of tokens, refer to the "spelling" location. This is more concrete and useful, tokens aren't really physical objects! llvm-svn: 62309
* Skip random pathname characters better. I had a 5 in mine.Mike Stump2008-10-271-1/+1
| | | | llvm-svn: 58291
* Add a new -dump-raw-tokens option, which allows us to see raw tokens. Chris Lattner2008-10-121-1/+1
| | | | | | Rename -dumptokens to -dump-tokens. llvm-svn: 57405
* make test fails if llvm is checked out to llvm-svn of if there is a dash ↵Nico Weber2008-08-221-1/+1
| | | | | | somewhere else in the path. fix that. llvm-svn: 55175
* fix testNuno Lopes2008-07-191-1/+1
| | | | llvm-svn: 53802
* Patch by Kovarththanan Rajaratnam:Ted Kremenek2008-07-191-0/+5
"When dumping the tokens (-dumptokens output type), the column numbers are not correctly shown. This patch fixes that issue." llvm-svn: 53797
OpenPOWER on IntegriCloud