summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sema for Captured StatementsTareq A. Siraj2013-04-161-1/+16
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-1/+2
* Suppress -Wunused-variable for variables declared in headers, which may inMatt Beaumont-Gay2013-04-101-2/+6
* Add 178663 back.Rafael Espindola2013-04-031-1/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+1
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-2/+3
* Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis2013-03-141-1/+7
* [modules] Check for delegating constructor cycles when building a module and ...Argyrios Kyrtzidis2013-03-141-6/+6
* Avoid computing the linkage too early. Don't invalidate it.Rafael Espindola2013-03-141-3/+3
* Add a hasExternalLinkage helper. No functionality change.Rafael Espindola2013-03-071-3/+3
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-1/+1
* [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis2013-02-201-1/+2
* Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky2013-02-011-20/+34
* Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky2013-01-311-26/+50
* Fix ODR-use of a MemberExpr to check before marking a pure function used. RemoveNick Lewycky2013-01-311-1/+1
* Remove function that is newly dead as of r173538.Nick Lewycky2013-01-261-4/+0
* Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky2013-01-261-16/+8
* The standard ARM C++ ABI dictates that inline functions areJohn McCall2013-01-251-1/+1
* Fixed trailing whitespace.Michael Gottesman2013-01-201-44/+44
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Mark all subsequent decls used.Rafael Espindola2013-01-081-5/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-2/+2
* Don't warn on unused member functions that are extern because of a typedef.Rafael Espindola2012-12-301-0/+3
* Don't warn for undefined but used decls that are external because of a typedef.Rafael Espindola2012-12-291-0/+3
* Fix a regression from the previous commit.Rafael Espindola2012-12-261-1/+5
* Use the most recent redecl to decide if it is needed.Rafael Espindola2012-12-261-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-16/+16
* Reject uses of __int128 on platforms that don't support it. Also move the uglyRichard Smith2012-11-291-1/+1
* Use a .def file for most of the diagnostic options.Douglas Gregor2012-10-231-2/+1
* Add a new warning -Wmissing-variable-declarations, to warn about variablesEli Friedman2012-10-231-0/+2
* From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann2012-10-181-2/+29
* Pull ScopeInfo implementation into its own file.Jordan Rose2012-09-281-159/+0
* -Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose2012-09-281-60/+77
* Add a warning (off by default) for repeated use of the same weak property.Jordan Rose2012-09-281-0/+126
* Fix crash when a decltype expression in a trailing return type refers to theRichard Smith2012-09-251-0/+1
* Conditionally parse documentation comments in system headers byTed Kremenek2012-09-131-0/+3
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-2/+1
* When code completion is enabled, don't do any work inDouglas Gregor2012-08-171-0/+5
* Fix an assertion failure instantiating a constexpr function from within a -de...Eli Friedman2012-08-011-2/+0
* Renamed RawComment kinds to avoid name clash.Abramo Bagnara2012-07-041-2/+2
* patch to suggest 'static' function should be 'static inline' Fariborz Jahanian2012-06-271-3/+11
* Add a warning about almost-Doxygen trailing comments: //< and /*< ... */Dmitri Gribenko2012-06-221-0/+18
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-0/+5
* Explicitly build __builtin_va_list.Meador Inge2012-06-161-0/+4
* Look at incomplete FunctionTemplateDecls in order to determine whetherDaniel Jasper2012-06-141-0/+2
* Introduce -Wunused-private-field. If enabled, this warning detectsDaniel Jasper2012-06-061-0/+91
* When we suppress an error due to SFINAE, stash the diagnostic away with theRichard Smith2012-05-071-6/+24
* Change how we suppress access control in explicit instantiationsJohn McCall2012-05-071-1/+1
* Refactor DelayedDiagnostics so that it keeps diagnostics inJohn McCall2012-05-071-1/+4
OpenPOWER on IntegriCloud