summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Implement section pragma feedback on r205810Reid Kleckner2015-03-043-8/+26
* New ObjC warning: circular containers.Alex Denisov2015-03-042-1/+233
* Move one more diagnostic into the new -Wformat-pedantic group.Daniel Jasper2015-03-041-8/+10
* AT.isValid() should come before AT.matchesType()Seth Cantrell2015-03-041-30/+36
* Add a format warning for "%p" with non-void* argsSeth Cantrell2015-03-041-31/+41
* [PowerPC]Activate "vector bool long long" (and alternate spellings) as a vali...Bill Seurer2015-03-031-2/+7
* Make -Wuninitialized warn on pointer-to-member and comma operators.Manuel Klimek2015-03-031-1/+6
* Sema: Caught exception objects should be unqualifiedDavid Majnemer2015-03-031-1/+1
* Sema: Properly initialize the thrown exception objectDavid Majnemer2015-03-031-21/+6
* Sema: Remove stray staticBenjamin Kramer2015-03-011-1/+1
* Rework our handling of key functions. We used to track a complete list of allRichard Smith2015-02-284-48/+29
* [OPENMP] Codegen for "#pragma omp atomic write"Alexey Bataev2015-02-271-2/+2
* Win64: Silently ignore __stdcall, __fastcall, and __thiscallReid Kleckner2015-02-261-2/+5
* Patch to prevent crash when default argument expressionFariborz Jahanian2015-02-261-2/+5
* [X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic ...Craig Topper2015-02-261-3/+0
* [X86] Correct immediate range checking for blendps/blendpd/blendpd256 builtins.Craig Topper2015-02-261-4/+4
* Sema: __assume with side effects shouldn't result in invalid AST nodesDavid Majnemer2015-02-261-1/+1
* Silence unused variable warning in NDEBUG buildReid Kleckner2015-02-261-2/+2
* Improvement on sized deallocation from r230160:Larisse Voufo2015-02-251-9/+10
* Allow (Object *)kMyGlobalCFObj casts without bridgingBen Langmuir2015-02-251-6/+9
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-257-59/+32
* Add support for inserting ArrayRef<FixItHint> into DiagnosticBuilder.Alexander Kornienko2015-02-251-8/+2
* Fix UTF8 chars to ASCII.NAKAMURA Takumi2015-02-252-4/+4
* Restores r228382, which was reverted in r228406.Sameer Sahasrabuddhe2015-02-251-1/+67
* CUDA: Add option to allow host device functions to call host functionsJacques Pienaar2015-02-241-2/+14
* PR22673 again: diagnose use of the used decl, not the found decl. This is alsoRichard Smith2015-02-241-2/+2
* PR22673: Don't forget to check a constructor for deletedness when we use it toRichard Smith2015-02-241-3/+7
* MS extensions: Properly diagnose address of MS property declReid Kleckner2015-02-241-0/+2
* [modules] Properly check whether a declaration is std::initializer_list. ThisRichard Smith2015-02-241-1/+1
* Relax the requirement on sized deallocation a bit: Default on unsized delete ...Larisse Voufo2015-02-221-0/+9
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-215-13/+13
* Revert r167816 and replace it with a proper fix for the issue: do notRichard Smith2015-02-211-17/+4
* Improve diagnostic when failing to synthesize implicit member due to dllexpor...Hans Wennborg2015-02-211-0/+6
* [Objective-C]. Provide a new formatting kind, "os_trace" whichFariborz Jahanian2015-02-212-2/+4
* PR22435: Correctly implement tiebreaker for reference ordering in functionRichard Smith2015-02-201-158/+47
* Don't dllexport inline methods when targeting MinGW.Hans Wennborg2015-02-191-2/+2
* Add support for analyzing FreeBSD kernel printf extensions.Dimitry Andric2015-02-192-2/+43
* [Objective-C Sema]. Don't warn about use of Fariborz Jahanian2015-02-191-2/+6
* FIX PR 18432, default args, friends & late-parsed members.Nathan Sidwell2015-02-191-1/+3
* Mark DR1948 as implementedDavid Majnemer2015-02-191-3/+3
* [MSVC] Improved lookup into dependent/non-dependent bases of dependent classAlexey Bataev2015-02-191-32/+72
* PR22566: a conversion from a floating-point type to bool is a narrowing conve...Richard Smith2015-02-191-7/+13
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-181-2/+0
* Port r163224 to C++.Nico Weber2015-02-181-1/+4
* Wrap to 80 columns. No behavior change.Nico Weber2015-02-181-2/+4
* Sema: partially address post-commit commentsSaleem Abdulrasool2015-02-181-2/+1
* Sema: size_t is available in C when -fms-compatibility is enabledDavid Majnemer2015-02-181-2/+3
* Sema: Replace some push_backs of expensive to move objects with emplace_back.Benjamin Kramer2015-02-173-10/+5
* Revert r229543.Meador Inge2015-02-171-0/+2
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-171-2/+0
OpenPOWER on IntegriCloud