index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Basic
/
SourceManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tolerate conditions where there is no line #
Chris Lattner
2006-07-02
1
-1
/
+3
*
Eliminate SourceManager::createFileIDForMacroExp, inlining it into its single...
Chris Lattner
2006-06-30
1
-16
/
+8
*
Expose a useful helper method.
Chris Lattner
2006-06-30
1
-0
/
+14
*
Factor logical line lookup better.
Chris Lattner
2006-06-29
1
-28
/
+7
*
Due to generated tokens expanded by macros, there can be multiple MacroExpans...
Chris Lattner
2006-06-29
1
-6
/
+9
*
Fix Preprocessor/macro_expandloc2.c
Chris Lattner
2006-06-26
1
-0
/
+17
*
To not treat macro invocation locations as part of the include stack
Chris Lattner
2006-06-26
1
-0
/
+12
*
Implement a new SourceManager::getSourceName method
Chris Lattner
2006-06-21
1
-10
/
+28
*
Update SourceManager::getLineNumber to return the correct line # for macro
Chris Lattner
2006-06-21
1
-1
/
+10
*
Implement a new type of FileID: FileIDInfo::MacroExpansion. For tokens that
Chris Lattner
2006-06-21
1
-2
/
+32
*
Modify SourceManager to make way for future macro locations and #line support
Chris Lattner
2006-06-20
1
-4
/
+5
*
Make a fundamental change to the way we represent the location of LexerToken's.
Chris Lattner
2006-06-18
1
-0
/
+10
*
Initial checkin of c-language parser
Chris Lattner
2006-06-18
1
-0
/
+213