.. |
AnalysisBasedWarnings.cpp
|
rewrap to 80 cols, no behavior change
|
2014-07-08 23:46:20 +00:00 |
AttributeList.cpp
|
Remove uses of SmallString::equals in favor of SmallVectorImpl<char>'s operator==
|
2014-03-09 05:18:27 +00:00 |
CMakeLists.txt
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
CodeCompleteConsumer.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
DeclSpec.cpp
|
[C++11] Use 'nullptr'.
|
2014-06-09 02:04:02 +00:00 |
DelayedDiagnostic.cpp
|
Objective-C. Diagnose when property access is using declared
|
2014-06-16 17:25:41 +00:00 |
IdentifierResolver.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
JumpDiagnostics.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
Makefile
|
…
|
|
MultiplexExternalSemaSource.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
Scope.cpp
|
Sema: Check that __leave is contained in a __try block.
|
2014-07-06 22:53:19 +00:00 |
ScopeInfo.cpp
|
Objective-C ARC. Do not warn about properties with both
|
2014-06-17 23:35:13 +00:00 |
Sema.cpp
|
Replace some assert(0)'s with llvm_unreachable.
|
2014-06-18 05:13:13 +00:00 |
SemaAccess.cpp
|
Consolidate some note diagnostics
|
2014-05-28 12:20:14 +00:00 |
SemaAttr.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
SemaCXXScopeSpec.cpp
|
Consolidate some note diagnostics
|
2014-05-28 12:20:14 +00:00 |
SemaCast.cpp
|
PR20227: materialize a temporary when dynamic_casting a class prvalue to a
|
2014-07-08 17:25:14 +00:00 |
SemaChecking.cpp
|
Consolidate header inclusion diagnostics
|
2014-07-11 20:53:51 +00:00 |
SemaCodeComplete.cpp
|
Switch over a few uses of param_begin() to parameters()
|
2014-07-07 09:02:20 +00:00 |
SemaConsumer.cpp
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
2011-12-20 02:48:34 +00:00 |
SemaDecl.cpp
|
Consolidate header inclusion diagnostics
|
2014-07-11 20:53:51 +00:00 |
SemaDeclAttr.cpp
|
Fix typos
|
2014-07-14 19:42:55 +00:00 |
SemaDeclCXX.cpp
|
Sema: Don't allow CVR qualifiers before structors
|
2014-07-08 18:18:04 +00:00 |
SemaDeclObjC.cpp
|
Hide the concept of diagnostic levels from lex, parse and sema
|
2014-06-15 23:30:39 +00:00 |
SemaExceptionSpec.cpp
|
Removing an "if (this == nullptr)" check from two print methods. The condition
|
2014-06-09 22:53:25 +00:00 |
SemaExpr.cpp
|
Form a CallExpr from __noop without parens
|
2014-07-11 23:54:29 +00:00 |
SemaExprCXX.cpp
|
Remove llvm:: from uses of ArrayRef.
|
2014-06-28 23:22:23 +00:00 |
SemaExprMember.cpp
|
Hide the concept of diagnostic levels from lex, parse and sema
|
2014-06-15 23:30:39 +00:00 |
SemaExprObjC.cpp
|
Switch over a few uses of param_begin() to parameters()
|
2014-07-07 09:02:20 +00:00 |
SemaFixItUtils.cpp
|
PR17290: Use 'false' macro in fix-it hint for initializing a variable of type
|
2013-09-20 00:27:40 +00:00 |
SemaInit.cpp
|
rewrap to 80 cols, no behavior change
|
2014-07-08 23:54:25 +00:00 |
SemaLambda.cpp
|
Refactoring. Remove release and take methods from ActionResult. Rename takeAs to getAs.
|
2014-05-29 10:55:11 +00:00 |
SemaLookup.cpp
|
Fix typos.
|
2014-07-09 05:42:35 +00:00 |
SemaObjCProperty.cpp
|
Refactoring. Remove Owned method from Sema.
|
2014-05-29 14:05:12 +00:00 |
SemaOpenMP.cpp
|
[OPENMP] Several cosmetic fixes in comments, tests and the code for '#pragma omp single'.
|
2014-07-15 02:55:09 +00:00 |
SemaOverload.cpp
|
Remove dead code.
|
2014-07-14 23:25:30 +00:00 |
SemaPseudoObject.cpp
|
Switch over a few uses of param_begin() to parameters()
|
2014-07-07 09:02:20 +00:00 |
SemaStmt.cpp
|
Add an AST node for __leave statements, hook it up.
|
2014-07-07 00:12:30 +00:00 |
SemaStmtAsm.cpp
|
CodeGen: Let arrays be inputs to inline asm
|
2014-07-14 16:27:53 +00:00 |
SemaStmtAttr.cpp
|
Fix PR20069: bad loop pragma arguments crash FE
|
2014-06-19 18:30:15 +00:00 |
SemaTemplate.cpp
|
Sema: Allow dllimport entities in template args for mingw
|
2014-06-26 07:48:46 +00:00 |
SemaTemplateDeduction.cpp
|
Fix PR18498: Support explicit template arguments with variadic generic lambdas
|
2014-06-01 16:11:54 +00:00 |
SemaTemplateInstantiate.cpp
|
Make a small crash preventing change.
|
2014-07-03 21:06:20 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
PR20256: don't accidentally instantiate non-dependent default-initialization as
|
2014-07-10 20:53:43 +00:00 |
SemaTemplateVariadic.cpp
|
Refactoring. Remove Owned method from Sema.
|
2014-05-29 14:05:12 +00:00 |
SemaType.cpp
|
rewrap to 80 cols, no behavior change
|
2014-07-08 23:54:25 +00:00 |
TreeTransform.h
|
[OPENMP] Parsing and sema analysis for 'omp task' directive.
|
2014-07-11 11:25:16 +00:00 |
TypeLocBuilder.cpp
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |
TypeLocBuilder.h
|
[C++11] Use 'nullptr'. Sema edition.
|
2014-05-26 06:22:03 +00:00 |