summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-071-43/+43
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-071-53/+53
* In Microsoft mode, if we are inside a template class member function and we c...Francois Pichet2011-09-071-0/+2
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-99/+101
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-23/+23
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-36/+36
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-55/+57
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-64/+64
* Implement the Named Return Value Optimization (NRVO) for blocks.Douglas Gregor2011-09-061-0/+2
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-36/+36
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-57/+57
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-32/+30
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-20/+21
* Spelling.Benjamin Kramer2011-09-061-7/+7
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-56/+55
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-35/+32
* Rename variables in SemaExpr.cpp to give a more consistant naming scheme.Richard Trieu2011-09-061-23/+24
* Pass 0 instead of a empty TemplateArgumentListInfo when creating a CXXDepende...Francois Pichet2011-09-041-1/+2
* More unused variable removal.Benjamin Kramer2011-09-031-3/+1
* Make helpers static, remove unused variables.Benjamin Kramer2011-09-031-4/+0
* Fix some indenting issues in SemaExpr.cppRichard Trieu2011-09-021-4/+3
* Refactor UsualArithmeticConversions() in SemaExpr.cpp into several functions.Richard Trieu2011-09-021-251/+291
* Move the warning for different enum comparisons and the warning for using NUL...Richard Trieu2011-09-021-61/+88
* Reduce code duplication for pointer comparisons in CheckCompareOperands().Richard Trieu2011-09-021-72/+84
* Pull out incomplete pointer type checking code, used from arithmetic checking...Richard Trieu2011-09-021-24/+22
* Refactor CheckConditionalOperands() by moving chunks of code to helper functi...Richard Trieu2011-09-021-163/+227
* Refactor CheckAddressOfOperand() by pulling out redundant code and moving har...Richard Trieu2011-09-021-9/+14
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-10/+10
* Refactor CheckAdditionOperands(), CheckSubtractionOperands(), and CheckIncrem...Richard Trieu2011-09-011-21/+29
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-97/+0
* Don't assert when diagnosing a missing cast of an unknown-anytypeJohn McCall2011-08-311-1/+6
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-11/+19
* Update the comment on the default-argument conversion fix; thanks toJohn McCall2011-08-291-6/+10
* Disable the l-value to r-value conversion on C++ class types passedJohn McCall2011-08-271-3/+9
* The lvalue-to-rvalue on structs in C++ is actually partJohn McCall2011-08-271-17/+13
* Don't assert on taking the address of a non-type template parameter. Fixes P...Eli Friedman2011-08-261-1/+1
* In -Wno-error=non-pod-varargs, initialize a temporary withJohn McCall2011-08-261-2/+11
* Switch this code to use the more idiomatic 'dyn_cast' pattern.Chandler Carruth2011-08-161-4/+2
* Add fixit notes for -Wconstant-logical-operand.Matt Beaumont-Gay2011-08-151-3/+18
* The current warning in -Wnull-arithmetic for comparisons between NULL and non...Richard Trieu2011-08-111-3/+4
* Encapsulate the Objective-C id/Class/SEL "redefinition" types inDouglas Gregor2011-08-111-8/+10
* Refactoring of DiagnoseBitwisePrecedence() in SemaExpr.cpp to reduce code dup...Richard Trieu2011-08-101-26/+22
* Change an assert into a check. I'm pretty sure there was a pointJohn McCall2011-08-101-3/+13
* Make sure FunctionDecls aren't considered during overload resolution if thereKaelyn Uhrain2011-08-081-4/+5
* Perform array bounds checking in more situations and properly handle specialKaelyn Uhrain2011-08-051-5/+29
* Have the typo correction in DiagnoseEmptyLookup properly handle templateKaelyn Uhrain2011-08-051-5/+9
* Fix a small bug where DiagnoseEmptyLookup would no longer print any messagesKaelyn Uhrain2011-08-041-2/+1
* Improve overloaded function handling in the typo correction code.Kaelyn Uhrain2011-08-031-1/+23
* Fix formatting of SemaExpr.cpp, mainly fixing lines greater than 80 characters.Richard Trieu2011-08-021-109/+194
* Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor2011-07-301-5/+16
OpenPOWER on IntegriCloud