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
*
[modules] Fix incorrect diagnostic mapping computation when a module changes
Richard Smith
2018-02-09
1
-0
/
+14
*
Always allow "#pragma region".
Matt Davis
2018-01-27
1
-2
/
+4
*
Preserve unknown STDC pragma through preprocessor
Steven Wu
2018-01-05
1
-55
/
+0
*
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-12-08
1
-23
/
+26
*
[Preprocessor] Preserve #pragma clang assume_nonnull in preprocessed output
Eli Friedman
2017-09-27
1
-0
/
+5
*
Support non-identifier module names when preprocessing modules.
Richard Smith
2017-06-19
1
-26
/
+44
*
Add #pragma clang module build/endbuild pragmas for performing a module build
Richard Smith
2017-06-09
1
-0
/
+117
*
Factor out and unify emission of "module is unavailable" diagnostics.
Richard Smith
2017-06-05
1
-12
/
+2
*
Diagnose attempts to build a preprocessed module that defines an unavailable ...
Richard Smith
2017-05-30
1
-0
/
+18
*
Give files from #line the characteristics of the current file
Reid Kleckner
2017-05-22
1
-2
/
+2
*
Permit keywords in module names in #pragma clang module *.
Richard Smith
2017-05-05
1
-1
/
+1
*
Add #pragma clang module begin/end pragmas and generate them when preprocessi...
Richard Smith
2017-05-04
1
-43
/
+124
*
Add pragma to perform module import and use it in -E output.
Richard Smith
2017-04-29
1
-0
/
+59
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
1
-1
/
+1
*
Pragma: Fix DebugOverflowStack() resulting in endless loop.
Matthias Braun
2017-04-24
1
-3
/
+3
*
[Preprocessor] Fix incorrect token caching that occurs when lexing _Pragma
Alex Lorenz
2017-02-24
1
-0
/
+11
*
Do not print include_next/pragma once warnings when input is a header.
Erik Verbruggen
2016-10-27
1
-2
/
+4
*
[PP] Replace some index based for loops with range based ones
Erik Verbruggen
2016-10-26
1
-1
/
+1
*
[PP] Remove another unused parameter
Erik Verbruggen
2016-10-26
1
-2
/
+2
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-09-07
1
-10
/
+42
*
Support '#pragma once' in headers when using PCH
Sunil Srivastava
2016-07-25
1
-1
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+0
*
Add a PragmaHandler Registry for plugins to add PragmaHandlers to
John Brawn
2016-04-04
1
-0
/
+7
*
Fix use after free.
Benjamin Kramer
2016-02-13
1
-1
/
+1
*
Accept "-Weverything" in clang diagnistic pragmas
Sunil Srivastava
2016-02-13
1
-4
/
+13
*
Simplify EnterTokenStream API to make it more robust for memory management
David Blaikie
2016-02-09
1
-6
/
+6
*
Improve AST dumping:
Richard Smith
2016-01-12
1
-1
/
+18
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+1
*
Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)
Hans Wennborg
2015-10-12
1
-1
/
+1
*
Improved error recovery for _Pragma
Hubert Tong
2015-07-30
1
-1
/
+5
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
1
-0
/
+55
*
Bug fix for PR23577 (https://llvm.org/bugs/show_bug.cgi?id=23577#c0).
Alexander Musman
2015-05-25
1
-14
/
+28
*
[modules] Add a mechanism to dump information about a macro.
Richard Smith
2015-04-30
1
-0
/
+8
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-3
/
+2
*
[modules] Store a ModuleMacro* on an imported macro directive rather than dup...
Richard Smith
2015-04-23
1
-4
/
+2
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-2
/
+2
*
Properly initialize the parser_crash debug token.
Benjamin Kramer
2015-03-08
1
-0
/
+2
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-3
/
+1
*
[modules] Add support for #include_next.
Richard Smith
2014-10-20
1
-3
/
+3
*
Use unique_ptr for ScratchBuf and PragmaHandlers in the preprocessor.
Craig Topper
2014-09-12
1
-5
/
+4
*
Don't Lex past EOF when lexing _Pragma
Reid Kleckner
2014-08-14
1
-1
/
+1
*
Use -Rblah, not -Wblah, to control remark diagnostics. This was always the
Richard Smith
2014-08-07
1
-3
/
+5
*
[modules] Substantially improve handling of #undef:
Richard Smith
2014-07-25
1
-1
/
+1
*
DiagnosticsEngine: update severity setters to new terminology
Alp Toker
2014-06-12
1
-2
/
+2
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-14
/
+14
*
Improve diagnostic mapping terminology
Alp Toker
2014-06-10
1
-1
/
+1
*
[C++11] Use 'nullptr'. Lex edition.
Craig Topper
2014-05-17
1
-10
/
+11
[next]