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
/
Frontend
/
VerifyDiagnosticConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-5
/
+5
*
[Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-22
1
-49
/
+74
*
[VerifyDiagnosticConsumer] support -verify=<prefixes>
Hal Finkel
2017-12-16
1
-40
/
+90
*
[modules] When finding the owning module of an instantiated context in template
Richard Smith
2017-10-18
1
-3
/
+10
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
1
-1
/
+1
*
Instead of resetting the pointer, or releasing it which was the previous
Chandler Carruth
2016-11-03
1
-1
/
+2
*
Using release to free memory is at best confusing -- one would expect
Chandler Carruth
2016-11-03
1
-1
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/Frontend
Alexander Kornienko
2015-12-28
1
-3
/
+1
*
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
*
Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...
Eric Fiselier
2015-06-13
1
-12
/
+29
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+3
*
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
2014-11-17
1
-10
/
+6
*
[modules] Add support for #include_next.
Richard Smith
2014-10-20
1
-2
/
+3
*
Frontend: Fix some underscore-then-capital UB
Justin Bogner
2014-10-16
1
-2
/
+2
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-2
/
+2
*
unique_ptrify Directives in VerifyDiagnosticConsumer
David Blaikie
2014-08-29
1
-19
/
+21
*
Provide -verify support to match "any" line for diagnostics in included files.
Andy Gibbs
2014-07-10
1
-15
/
+30
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-17
/
+19
*
Support 'remark' in VerifyDiagnosticConsumer
Tobias Grosser
2014-05-01
1
-0
/
+6
*
Don't leak _all_ directives in -verify mode. Found by LSan, PR19520.
Nico Weber
2014-04-24
1
-3
/
+1
*
Don't leak invalid RegexDirectives. Probably a small part of PR19520.
Nico Weber
2014-04-24
1
-4
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-4
/
+4
*
Revert "Don't require -re suffix on -verify directives with regexes."
Alp Toker
2013-12-14
1
-3
/
+19
*
Don't require -re suffix on -verify directives with regexes.
Hans Wennborg
2013-12-14
1
-19
/
+3
*
Use llvm::Regex::Escape in VerifyDiagnosticConsumer.cpp
Hans Wennborg
2013-12-12
1
-31
/
+1
*
Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
2013-12-11
1
-6
/
+91
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Make Preprocessor::Lex non-recursive.
Eli Friedman
2013-09-19
1
-1
/
+1
*
Split isFromMainFile into two functions.
Eli Friedman
2013-08-22
1
-2
/
+2
*
This patch adds new private headers to the module map. Private
Lawrence Crowl
2013-06-20
1
-1
/
+1
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-8
/
+0
*
When building a module, forward diagnostics to the outer diagnostic consumer.
Douglas Gregor
2013-05-03
1
-1
/
+11
*
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
1
-12
/
+58
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-3
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...
Andy Gibbs
2012-10-19
1
-6
/
+31
*
Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...
Andy Gibbs
2012-10-19
1
-5
/
+17
*
Allow -verify to be used with files that don't have an associated FileEntry.
Jordan Rose
2012-08-18
1
-43
/
+115
*
Add missing cctype includes.
Joerg Sonnenberger
2012-08-10
1
-0
/
+1
*
Update VerifyDiagnosticConsumer to only get directives during parsing.
Jordan Rose
2012-08-10
1
-40
/
+100
*
Allow -verify directives to be filtered by preprocessing.
Jordan Rose
2012-07-11
1
-28
/
+90
*
Emit -verify diagnostics even when we have a fatal error.
Jordan Rose
2012-07-11
1
-2
/
+2
*
Clear diagnostic counts after processing the diagnostics.
Axel Naumann
2012-07-10
1
-0
/
+3
*
Allow -verify directives to specify a min and max count, not just "+".
Jordan Rose
2012-07-10
1
-21
/
+33
*
Allow line numbers on -verify directives.
Jordan Rose
2012-07-10
1
-55
/
+83
*
Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements.
Jordan Rose
2012-07-10
1
-73
/
+22
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2012-01-20
1
-1
/
+1
[next]