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
/
Basic
/
DiagnosticIDs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change __extension__ to disable only diagnostics controlled by -pedantic.
Bob Wilson
2011-10-12
1
-3
/
+6
*
Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i...
Daniel Dunbar
2011-09-29
1
-7
/
+5
*
Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...
Daniel Dunbar
2011-09-29
1
-67
/
+48
*
Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ...
Daniel Dunbar
2011-09-29
1
-17
/
+20
*
Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and use
Daniel Dunbar
2011-09-29
1
-39
/
+27
*
Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method.
Daniel Dunbar
2011-09-29
1
-7
/
+22
*
Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to
Daniel Dunbar
2011-09-29
1
-10
/
+11
*
Basic/Diagnostics: Eliminate getDiagnosticMappingInfo method, which wasn't wo...
Daniel Dunbar
2011-09-29
1
-2
/
+1
*
Basic/Diagnostic: Eliminate the extra "mapping" out-parameter now that I kill...
Daniel Dunbar
2011-09-29
1
-8
/
+3
*
Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...
Daniel Dunbar
2011-09-29
1
-0
/
+7
*
Basic/Diagnostics: Split out the default warning "no-Werror" and
Daniel Dunbar
2011-09-29
1
-6
/
+26
*
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-26
1
-1
/
+1
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-14
/
+14
*
Fix missing includes for llvm_unreachable
David Blaikie
2011-09-23
1
-0
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Implement '-Weverything', which enables all warnings except those explicitly ...
Ted Kremenek
2011-08-18
1
-7
/
+20
*
Fix -ferror-limit= to properly emit notes following the last error
Douglas Gregor
2011-08-17
1
-4
/
+6
*
Fix C++0x narrowing conversion errors in Clang.
Jeffrey Yasskin
2011-08-13
1
-2
/
+6
*
Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...
Ted Kremenek
2011-08-09
1
-0
/
+29
*
Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple
Argyrios Kyrtzidis
2011-07-29
1
-4
/
+8
*
Clean up as many of the comments in Basic I can find to talk in terms of
Chandler Carruth
2011-07-26
1
-2
/
+2
*
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-25
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-32
/
+32
*
Keep track of when "unrecoverable" errors occur, then allow
Douglas Gregor
2011-07-06
1
-3
/
+5
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+5
*
Generate enumerators for diagnostic categories. Patch by Argyrios!
John McCall
2011-06-15
1
-1
/
+23
*
StaticDiagNameIndex is never written to, place it into .rodata.
Benjamin Kramer
2011-06-14
1
-2
/
+2
*
Put classes into anonymous namespaces.
Benjamin Kramer
2011-06-13
1
-20
/
+26
*
A StringRef-ication of the DiagnosticIDs API and internals.
Argyrios Kyrtzidis
2011-05-25
1
-64
/
+121
*
Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.
Argyrios Kyrtzidis
2011-04-21
1
-0
/
+6
*
Move the check whether a diagnostic must be ignored because it is in a system...
Argyrios Kyrtzidis
2011-04-21
1
-26
/
+13
*
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2011-04-15
1
-12
/
+87
*
Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning...
Ted Kremenek
2011-02-25
1
-3
/
+8
*
If any Fix-Its attached to a diagnostic have invalid source locations
Douglas Gregor
2011-02-03
1
-0
/
+13
*
Separate the access-control diagnostics from other diagnostics that do not ha...
Douglas Gregor
2011-01-27
1
-5
/
+9
*
Properly propagate #pragma diagnostic mappings from PCH but not command-line ...
Argyrios Kyrtzidis
2011-01-14
1
-1
/
+1
*
Update AST reader/writer to handle new AppleKext.
Fariborz Jahanian
2011-01-07
1
-1
/
+1
*
Fix diagnostic pragmas.
Argyrios Kyrtzidis
2010-12-15
1
-12
/
+34
*
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-18
1
-0
/
+547