summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix crash typo-correcting dependent member func.Eli Friedman2013-07-081-1/+1
* Provide suggested no-arg calls for overloaded member functions missing callsDavid Blaikie2013-06-211-15/+31
* Lazily provide a __float128 dummy type in -std=gnu++11 mode.Nico Weber2013-06-201-1/+7
* Delete dead code. (Array element types are always complete in C.)Eli Friedman2013-06-191-7/+0
* Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie2013-06-041-8/+19
* Objective-C: Fixes an ivar lookup bug whereFariborz Jahanian2013-05-311-0/+2
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-4/+4
* Add missing initialization for Sema::CurScope. This is important for AST cons...Richard Smith2013-05-061-1/+1
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-1/+1
* Move CapturedStmt parameters to CapturedDeclBen Langmuir2013-05-031-2/+2
* Fix very confusing indent in Sema.cpp.Daniel Jasper2013-04-301-6/+5
* Small CapturedStmt improvementsBen Langmuir2013-04-291-1/+1
* 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
OpenPOWER on IntegriCloud