index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
DiagnosticCommonKinds.td
Age
Commit message (
Expand
)
Author
2013-04-01
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-06
revert r176531 due to clan-native-arm fails
Weiming Zhao
2013-03-05
PR 11326: Lack diagnosic message when ABI conflicts on ARM
Weiming Zhao
2013-02-06
Detect when we end up trying to load conflicting module files.
Douglas Gregor
2013-01-29
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2013-01-04
Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>
Douglas Gregor
2012-11-17
Made the "expected string literal" diagnostic more expressive
Andy Gibbs
2012-11-17
Refactored duplicate string literal lexing code within Preprocessor, into a
Andy Gibbs
2012-09-24
Include 'long long' extension warning in the LongLong group so that it can be
Dmitri Gribenko
2012-09-24
Change the wording of the extension warning from
Dmitri Gribenko
2012-05-16
Pulls diagnostics for temp file handling into the common diagnostic kinds.
Manuel Klimek
2012-04-27
Imrpove the note text for when a non-type decl hides a tag type
Kaelyn Uhrain
2012-04-26
Add note to help explain why a tag such as 'struct' is needed to refer
Kaelyn Uhrain
2012-03-09
Support for raw and template forms of numeric user-defined literals,
Richard Smith
2012-03-06
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-02-13
Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.
Dmitri Gribenko
2011-12-13
Add checks and diagnostics for many of the cases which C++11 considers to not
Richard Smith
2011-12-09
C++11 constant expressions: Don't use CheckICE in C++11; instead, determine
Richard Smith
2011-10-15
-Wc++98-compat warnings for the lexer.
Richard Smith
2011-10-14
Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...
Richard Smith
2011-10-14
Revert the -Wc++98-compat flag because dgregor doesn't like it.
Jeffrey Yasskin
2011-10-13
Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x to
Richard Smith
2011-10-13
Implement the first piece of a -Wc++98-compat flag so that people can build in
Jeffrey Yasskin
2011-10-12
Switch diagnostic text from "C++0x" over to "C++11".
Douglas Gregor
2011-09-30
Add explicit attributes to mark functions as having had their
John McCall
2011-09-29
Introduce an opt-in warning when a module is being implicitly built
Douglas Gregor
2011-09-15
Detect cyclic module dependencies in a manner that is rather more
Douglas Gregor
2011-09-12
When an import statement fails to find a module in the module cache,
Douglas Gregor
2011-08-31
Switch the "no module found" default-fatal warning to a default-fatal error.
Douglas Gregor
2011-08-26
Introduce support for a simple module import declaration, which
Douglas Gregor
2011-06-15
Automatic Reference Counting.
John McCall
2011-05-12
Properly parse the 'default' and 'delete' keywords.
Sean Hunt
2011-05-06
Fix diagnostics to start with a lower case letter
Sean Hunt
2011-05-06
Do defaulted constructors properly.
Sean Hunt
2011-05-06
Revert r130912 in order to approach defaulted functions from the other
Sean Hunt
2011-05-05
Implement some framework for defaulted constructors.
Sean Hunt
2011-03-12
Place duplicate argument declaration in in
Fariborz Jahanian
2011-02-09
Fix scoping of method declarations and issue
Fariborz Jahanian
2011-01-19
Variadic templates are fully implemented.
Douglas Gregor
2011-01-19
Downgrade the "variadic templates are a C++0x feature" error to an
Douglas Gregor
2010-12-23
Add an AST representation for non-type template parameter
Douglas Gregor
2010-07-16
Revert Microsoft-specific override of the "typedef requires a name"
Douglas Gregor
2010-06-11
Add an option to specify the target C++ ABI to the frontend. Use it to
Charles Davis
2010-04-20
enhance sourcemgr to detect various UTF BOM's and emit a fatal error
Chris Lattner
2010-04-08
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-04-07
add capabilities to stop emitting errors after some limit.
Chris Lattner
2010-03-17
Use a simple diagnostic (file modified) when we detect that a file has
Douglas Gregor
2010-03-16
Use SourceManager's Diagnostic object for all file-reading errors,
Douglas Gregor
2010-03-15
Introduce a new BufferResult class to act as the return type of
Douglas Gregor
[next]