index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
Sema.cpp
Age
Commit message (
Expand
)
Author
2013-05-06
Add missing initialization for Sema::CurScope. This is important for AST cons...
Richard Smith
2013-05-05
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-03
Move CapturedStmt parameters to CapturedDecl
Ben Langmuir
2013-04-30
Fix very confusing indent in Sema.cpp.
Daniel Jasper
2013-04-29
Small CapturedStmt improvements
Ben Langmuir
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
Suppress -Wunused-variable for variables declared in headers, which may in
Matt Beaumont-Gay
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-20
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...
Douglas Gregor
2013-03-14
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-14
[modules] Check for delegating constructor cycles when building a module and ...
Argyrios Kyrtzidis
2013-03-14
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-07
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-01
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-01-31
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2013-01-26
Remove function that is newly dead as of r173538.
Nick Lewycky
2013-01-26
Preserve Sema::UndefinedInternals across PCH boundaries. Fixes
Nick Lewycky
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-20
Fixed trailing whitespace.
Michael Gottesman
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-08
Mark all subsequent decls used.
Rafael Espindola
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-30
Don't warn on unused member functions that are extern because of a typedef.
Rafael Espindola
2012-12-29
Don't warn for undefined but used decls that are external because of a typedef.
Rafael Espindola
2012-12-26
Fix a regression from the previous commit.
Rafael Espindola
2012-12-26
Use the most recent redecl to decide if it is needed.
Rafael Espindola
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-29
Reject uses of __int128 on platforms that don't support it. Also move the ugly
Richard Smith
2012-10-23
Use a .def file for most of the diagnostic options.
Douglas Gregor
2012-10-23
Add a new warning -Wmissing-variable-declarations, to warn about variables
Eli Friedman
2012-10-18
From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.
Axel Naumann
2012-09-28
Pull ScopeInfo implementation into its own file.
Jordan Rose
2012-09-28
-Warc-repeated-use-of-weak: check ivars and variables as well.
Jordan Rose
2012-09-28
Add a warning (off by default) for repeated use of the same weak property.
Jordan Rose
2012-09-25
Fix crash when a decltype expression in a trailing return type refers to the
Richard Smith
2012-09-13
Conditionally parse documentation comments in system headers by
Ted Kremenek
2012-08-23
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-17
When code completion is enabled, don't do any work in
Douglas Gregor
2012-08-01
Fix an assertion failure instantiating a constexpr function from within a -de...
Eli Friedman
2012-07-04
Renamed RawComment kinds to avoid name clash.
Abramo Bagnara
2012-06-27
patch to suggest 'static' function should be 'static inline'
Fariborz Jahanian
2012-06-22
Add a warning about almost-Doxygen trailing comments: //< and /*< ... */
Dmitri Gribenko
2012-06-20
Structured comment parsing, first step.
Dmitri Gribenko
2012-06-16
Explicitly build __builtin_va_list.
Meador Inge
[next]