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
/
lib
/
Lex
/
Pragma.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Comments: no need to escape any characters in \code ... \endcode.
Dmitri Gribenko
2012-11-30
1
-6
/
+6
*
Support for #pragma region/endregion for MSVC compatibility. Patch thanks to...
Aaron Ballman
2012-11-30
1
-0
/
+25
*
Made the "expected string literal" diagnostic more expressive
Andy Gibbs
2012-11-17
1
-2
/
+5
*
Refactored duplicate string literal lexing code within Preprocessor, into a
Andy Gibbs
2012-11-17
1
-88
/
+11
*
Removed an extra blank line.
Mahesha S
2012-10-24
1
-1
/
+0
*
Rework the (de-)serialization of macros, as stored in
Douglas Gregor
2012-10-09
1
-1
/
+1
*
StringRef'ize Preprocessor::CreateString().
Dmitri Gribenko
2012-09-24
1
-2
/
+2
*
Fixed a problem with #pragma push_macro/pop_macro implementation.
Alexander Kornienko
2012-08-29
1
-2
/
+7
*
Keep history of macro definitions and #undefs
Alexander Kornienko
2012-08-29
1
-4
/
+2
*
Use LLVM_BUILTIN_TRAP instead of lame volatile int traps.
David Blaikie
2012-08-21
1
-1
/
+1
*
Use -frewrite-includes for crash reports.
David Blaikie
2012-06-29
1
-0
/
+4
*
Documentation cleanup:
James Dennett
2012-06-17
1
-29
/
+42
*
Disable _Pragma during HTML macro rewriting to keep from crashing.
Jordan Rose
2012-06-08
1
-0
/
+3
*
Correct handling of _Pragma macro inside a macro argument.
Argyrios Kyrtzidis
2012-04-03
1
-5
/
+60
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-03-06
1
-0
/
+23
*
Remove unused variable.
Benjamin Kramer
2012-03-03
1
-1
/
+0
*
Adding support for #pragma include_alias in MS compatibility mode. This impl...
Aaron Ballman
2012-03-02
1
-0
/
+116
*
Revert r151800, which was committed without review and has correctness issues.
Richard Smith
2012-03-01
1
-105
/
+0
*
Implements support for #pragma include_alias in ms compatibility mode. Fixes...
Aaron Ballman
2012-03-01
1
-0
/
+105
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Fix a memory leak of PragmaNamespaces, rdar://10611796.
Argyrios Kyrtzidis
2012-01-06
1
-1
/
+3
*
Make the loading of information attached to an IdentifierInfo from an
Douglas Gregor
2011-10-27
1
-0
/
+2
*
Add explicit attributes to mark functions as having had their
John McCall
2011-09-30
1
-0
/
+55
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-1
/
+1
*
Add an experimental flag -fauto-module-import that automatically turns
Douglas Gregor
2011-09-15
1
-1
/
+2
*
Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre...
Eli Friedman
2011-08-30
1
-1
/
+2
*
Add support for C++0x unicode string and character literals, from Craig Topper!
Douglas Gregor
2011-07-27
1
-3
/
+3
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-12
/
+12
*
Implement -MG. Fixes PR9613
Peter Collingbourne
2011-07-12
1
-1
/
+1
*
Copy diagnostic pragmas to the preprocessed output, from Richard Osborne!
Douglas Gregor
2011-06-22
1
-4
/
+13
*
Make more use of llvm::StringRef in various APIs. In particular, don't
Jay Foad
2011-06-21
1
-7
/
+4
*
Disable MSVC warning about runtime stack overflow for DebugOverflowStack.
Francois Pichet
2011-05-25
1
-0
/
+8
*
A StringRef-ication of the DiagnosticIDs API and internals.
Argyrios Kyrtzidis
2011-05-25
1
-3
/
+2
*
Invoke the FileChanged callback before pushing the linemarker for a system
Chris Lattner
2011-05-22
1
-5
/
+5
*
To be able to replay compilations we need to accurately remodel how
Manuel Klimek
2011-04-26
1
-1
/
+1
*
Add a 'RawPath' parameter to the PPCallbacks interface. This allows
Chandler Carruth
2011-03-16
1
-1
/
+1
*
Rename tok::eom to tok::eod.
Peter Collingbourne
2011-02-28
1
-12
/
+12
*
Reimplement __pragma support using a TokenLexer
Peter Collingbourne
2011-02-22
1
-36
/
+29
*
Make TokenLexer capable of storing preprocessor directive tokens
Peter Collingbourne
2011-02-22
1
-1
/
+2
*
Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions
Peter Collingbourne
2011-02-14
1
-15
/
+0
*
Make LexOnOffSwitch a Preprocessor member function
Peter Collingbourne
2011-02-14
1
-35
/
+35
*
Introduced raw_identifier token kind.
Abramo Bagnara
2010-12-22
1
-2
/
+2
*
Fix diagnostic pragmas.
Argyrios Kyrtzidis
2010-12-15
1
-4
/
+9
*
Make sure to always check the result of
Douglas Gregor
2010-11-12
1
-0
/
+3
*
Fix typo in comment.
Ted Kremenek
2010-10-19
1
-1
/
+1
*
Fix coding standard mistake from my last commit.
Michael J. Spencer
2010-09-27
1
-1
/
+1
*
Lexer: Implement GCC's version of pragma message.
Michael J. Spencer
2010-09-27
1
-15
/
+26
*
When we parse a pragma, keep track of how that pragma was originally
Douglas Gregor
2010-09-09
1
-24
/
+44
[prev]
[next]