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
/
Lex
/
Pragma.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-386
/
+0
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add support for #pragma mark, which shouldn't warn about bogus tokens.
Chris Lattner
2007-12-19
1
-0
/
+20
*
Switch lexer/pp over to new Token::is/isNot api
Chris Lattner
2007-10-09
1
-8
/
+7
*
change calls to getMacroInfo into hasMacroDefinition() where possible.
Chris Lattner
2007-10-07
1
-1
/
+1
*
refactor the interface to Preprocessor::GetIncludeFilenameSpelling,
Chris Lattner
2007-07-23
1
-2
/
+4
*
At one point there were going to be lexer and parser tokens.
Chris Lattner
2007-07-20
1
-13
/
+13
*
simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buff...
Chris Lattner
2007-07-20
1
-4
/
+1
*
Reimplement SourceLocation. Instead of having a
Chris Lattner
2007-07-20
1
-8
/
+7
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-2
/
+1
*
Include the filename being looked up in an error message. This gives us stuff
Chris Lattner
2007-04-10
1
-1
/
+2
*
Formalize preprocessor callbacks together into a PPCallbacks structure, instead
Chris Lattner
2006-11-21
1
-3
/
+5
*
Refactor the paths used for checking and getting the spelling of #include
Chris Lattner
2006-10-30
1
-6
/
+14
*
Make Preprocessor::LookupFile take a character range instead of a string.
Chris Lattner
2006-10-30
1
-4
/
+4
*
add #include
Chris Lattner
2006-10-22
1
-0
/
+1
*
refactor header searching stuff out of the main Preprocessor object into
Chris Lattner
2006-10-18
1
-3
/
+3
*
Initial support for semantic analysis and AST building for StringExpr nodes.
Chris Lattner
2006-10-06
1
-1
/
+2
*
Simplify "raw lexing mode" even further. Now the preprocessor is only called
Chris Lattner
2006-07-20
1
-1
/
+1
*
Fix message in assert to be more accurate.
Chris Lattner
2006-07-19
1
-1
/
+1
*
update comment
Chris Lattner
2006-07-19
1
-2
/
+2
*
Simplify this by using a higher-level method.
Chris Lattner
2006-07-19
1
-3
/
+1
*
Change Preprocessor::SkippingContents into Lexer::LexingRawMode. Raw mode
Chris Lattner
2006-07-11
1
-3
/
+3
*
Start reading/validating the argument list for a function-like macro.
Chris Lattner
2006-07-08
1
-4
/
+3
*
add a comment explaining why this is written funny
Chris Lattner
2006-07-04
1
-1
/
+2
*
Rename IdentifierTokenInfo -> IdentifierInfo.
Chris Lattner
2006-07-04
1
-8
/
+7
*
Eliminate MultipleIncludeOpt::ReadDirective and all calls to it. Any directives
Chris Lattner
2006-07-04
1
-3
/
+0
*
Implement the automaton for recognizing files with controlling macros.
Chris Lattner
2006-07-04
1
-0
/
+3
*
The location of a _Pragma expanded token is the location of the string, not the
Chris Lattner
2006-07-03
1
-1
/
+1
*
Move a PragmaNamespace method out of line.
Chris Lattner
2006-07-03
1
-6
/
+27
*
Give tokens expanded from _Pragma directives correct source locations.
Chris Lattner
2006-07-02
1
-5
/
+5
*
Move a virtual method out-of-line
Chris Lattner
2006-07-02
1
-0
/
+5
*
Move some Pragma-related methods from Preprocessor.cpp to Pragma.cpp
Chris Lattner
2006-07-02
1
-1
/
+301
*
Finish implementation of #pragma once. Implement #pragma GCC poison.
Chris Lattner
2006-06-24
1
-1
/
+0
*
Remove some inadvertently commited stuff
Chris Lattner
2006-06-24
1
-81
/
+0
*
implement the pragma handling infrastructure. The only pragma so far is
Chris Lattner
2006-06-24
1
-0
/
+116