summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* When checking for illegal expressions in a default-argumentJohn McCall2013-04-091-0/+18
* Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor2013-04-091-1/+5
* Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis2013-04-091-0/+2
* <rdar://problem/13584715> Converted constant expressions are expected to have...Douglas Gregor2013-04-081-1/+1
* <rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor2013-04-081-8/+25
* Fix typo in assertion.Nick Lewycky2013-04-081-1/+1
* Fix PR15634, better error message for template deduction failure.Richard Trieu2013-04-081-4/+26
* <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor2013-04-081-8/+25
* Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins2013-04-081-2/+6
* <rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor2013-04-081-0/+14
* <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...Douglas Gregor2013-04-081-0/+27
* Sema: Don't crash when trying to emit a warning for a duplicate value in an i...Benjamin Kramer2013-04-071-1/+1
* Rework how ObjC method inherit deprecated/availability.Ted Kremenek2013-04-062-2/+8
* When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu2013-04-051-1/+3
* Add an error to check that all program scope variables are in the constant ad...Tanya Lattner2013-04-051-0/+10
* Revert 178811 until I fix the unit tests.Tanya Lattner2013-04-041-10/+0
* Add an error to check that all program scope variables are in the constant ad...Tanya Lattner2013-04-041-0/+10
* Don't patch the storage class of static data members.Rafael Espindola2013-04-041-4/+5
* Objective-C: Issue deprecated warning when using a Fariborz Jahanian2013-04-042-3/+11
* Use isExternalLinkage instead of hasExternalLinkage.Rafael Espindola2013-04-041-1/+1
* Fix a recent linkage regression.Rafael Espindola2013-04-041-1/+1
* Revert r177948. We decided that we do not want ObjC property redeclarations ...Ted Kremenek2013-04-041-2/+0
* Add hasExternalLinkageUncached back with the test that Richard provided, butRafael Espindola2013-04-041-1/+13
* Avoid computing the linkage instead of avoiding caching it.Rafael Espindola2013-04-041-14/+1
* Fix linkage related crash.Rafael Espindola2013-04-041-2/+2
* Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith2013-04-041-2/+12
* Be sure to check ARC conventions on the implicit method declarationsJohn McCall2013-04-042-10/+18
* Update OpenCL comments to mention spec section and version.Tanya Lattner2013-04-031-3/+3
* <rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...Douglas Gregor2013-04-031-3/+12
* Complain about attempts to befriend declarations via a usingJohn McCall2013-04-032-1/+11
* Add 178663 back.Rafael Espindola2013-04-0319-163/+65
* Revert 178663.Rafael Espindola2013-04-0319-65/+163
* Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain2013-04-031-0/+18
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-0319-163/+65
* Escape more @ signs in Doxygen comments.Jordan Rose2013-04-031-2/+2
* If a defaulted special member is implicitly deleted, check whether it'sRichard Smith2013-04-021-7/+30
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-023-7/+37
* Fixed "fallthrough annotation does not directly precede switch label" warning inAlexander Kornienko2013-04-021-0/+4
* Add -Wstatic-local-in-inline, which warns about using a static localJohn McCall2013-04-022-7/+64
* Use the ASYContext::getTypeSizeInChars API to cleanup some ugliness, per JohnChad Rosier2013-04-011-5/+3
* PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith2013-04-011-0/+5
* Only merge down a variable type if the previous declaration wasJohn McCall2013-04-011-9/+40
* Cleanup. No functional change intended.Chad Rosier2013-04-011-18/+17
* Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.Benjamin Kramer2013-03-301-1/+2
* When looking for overridden ObjC methods, don't ignore 'hidden' ones.Argyrios Kyrtzidis2013-03-291-4/+5
* Sema: Warn on sizeof on binary ops on decayed arrays.Benjamin Kramer2013-03-291-0/+28
* Fix thinko (and the bots): We still want to warn in C.Rafael Espindola2013-03-291-2/+2
* Don't special case one line extern "C" decls.Rafael Espindola2013-03-291-0/+1
* Revert r178273 as it broke the Linux bootstrap due to false positivesTimur Iskhodzhanov2013-03-291-119/+16
* Objective-C: Produce precise diagnostic whenFariborz Jahanian2013-03-282-15/+36
OpenPOWER on IntegriCloud