summaryrefslogtreecommitdiffstats
path: root/clang/Basic/SourceManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tolerate conditions where there is no line #Chris Lattner2006-07-021-1/+3
* Eliminate SourceManager::createFileIDForMacroExp, inlining it into its single...Chris Lattner2006-06-301-16/+8
* Expose a useful helper method.Chris Lattner2006-06-301-0/+14
* Factor logical line lookup better.Chris Lattner2006-06-291-28/+7
* Due to generated tokens expanded by macros, there can be multiple MacroExpans...Chris Lattner2006-06-291-6/+9
* Fix Preprocessor/macro_expandloc2.cChris Lattner2006-06-261-0/+17
* To not treat macro invocation locations as part of the include stackChris Lattner2006-06-261-0/+12
* Implement a new SourceManager::getSourceName methodChris Lattner2006-06-211-10/+28
* Update SourceManager::getLineNumber to return the correct line # for macroChris Lattner2006-06-211-1/+10
* Implement a new type of FileID: FileIDInfo::MacroExpansion. For tokens thatChris Lattner2006-06-211-2/+32
* Modify SourceManager to make way for future macro locations and #line supportChris Lattner2006-06-201-4/+5
* Make a fundamental change to the way we represent the location of LexerToken's.Chris Lattner2006-06-181-0/+10
* Initial checkin of c-language parserChris Lattner2006-06-181-0/+213
OpenPOWER on IntegriCloud