summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-3/+3
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-1/+1
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-36/+37
* Don't warn about undefined inline functions if they're dllexport/importHans Wennborg2014-05-221-0/+7
* Refactoring another for loop to use a range-based for loop instead. Also clea...Aaron Ballman2014-05-151-11/+4
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* Wrap a few lines at 80 columns, change a confusing indent. No behavior change.Nico Weber2014-05-031-1/+2
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-1/+7
* [Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...Argyrios Kyrtzidis2014-04-261-2/+18
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-081-1/+2
* Refactor: move loading pending instantiations from chained PCHs to a more app...Richard Smith2014-03-221-0/+8
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-20/+12
* Follow up to r201927: remove the Sema::InFunctionDeclarator field.Peter Collingbourne2014-02-241-1/+1
* Use llvm::DeleteContainerSeconds when possibleReid Kleckner2014-02-191-4/+1
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-1/+2
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-1/+3
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-101-1/+2
* Sema: Remove useless MSStructPragmaOn update in Sema::~SemaDavid Majnemer2014-02-101-1/+0
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-4/+4
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-1/+1
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-161-1/+1
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-1/+1
* Sema: Predefine size_t in MSVC Compatibility modeDavid Majnemer2014-01-141-0/+2
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-091-3/+1
* Pre-declare '::type_info' in MicrosoftMode only, not MicrosoftExtAlp Toker2014-01-051-1/+1
* Move MS predefined type_info out of InitializePredefinedMacrosAlp Toker2014-01-041-0/+7
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-181-0/+18
* COSMETIC: Right justify an asterix in the previous refactoring.Faisal Vali2013-11-121-1/+1
* REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates.Faisal Vali2013-11-121-2/+4
* Fix missed exception spec checks and crashesAlp Toker2013-10-181-0/+6
* Revert "Fix missed exception spec checks and crashes"Alp Toker2013-10-171-5/+0
* Fix missed exception spec checks and crashesAlp Toker2013-10-171-0/+5
* Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...Ted Kremenek2013-10-081-1/+1
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-4/+21
* Module use declarations (II)Daniel Jasper2013-09-241-0/+1
* PR13657 (and duplicates):Richard Smith2013-09-121-2/+3
* Split -Wunused-variable warning.Daniel Jasper2013-09-111-0/+3
* Fix regression from r190382.Eli Friedman2013-09-101-0/+9
* Make -Wunused warning rules more consistent.Eli Friedman2013-09-101-5/+1
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-1/+8
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-8/+1
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-1/+8
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-21/+4
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-4/+21
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-2/+2
* Fix the end sourcelocation of the call expression in a member access whenNick Lewycky2013-08-211-4/+3
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-0/+4
* ObjectiveC arc: Move check for type conversions in arcFariborz Jahanian2013-07-311-3/+0
* When we perform dependent name lookup during template instantiation, it's notRichard Smith2013-07-251-7/+6
OpenPOWER on IntegriCloud