.. |
AnalysisBasedWarnings.cpp
|
Uninitialized variables: two little changes:
|
2012-07-17 01:27:33 +00:00 |
AttributeList.cpp
|
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
|
2012-07-04 17:04:04 +00:00 |
CMakeLists.txt
|
clang/lib: [CMake] Update tblgen'd dependencies.
|
2012-07-27 06:18:33 +00:00 |
CodeCompleteConsumer.cpp
|
Add a new libclang completion API to get brief documentation comment that is
|
2012-07-02 17:35:10 +00:00 |
DeclSpec.cpp
|
Improvements to vexing-parse warnings. Make the no-parameters case more
|
2012-07-30 21:30:52 +00:00 |
DelayedDiagnostic.cpp
|
objc: When issue diagnostic about deprecated method, also
|
2012-03-02 21:50:02 +00:00 |
IdentifierResolver.cpp
|
Revert Decl's iterators back to pointer value_type rather than reference value_type
|
2012-06-06 20:45:41 +00:00 |
JumpDiagnostics.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
Scope.cpp
|
Reapply r151638 and r151641.
|
2012-02-29 10:24:19 +00:00 |
Sema.cpp
|
Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401.
|
2012-08-01 21:02:59 +00:00 |
SemaAccess.cpp
|
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
|
2012-07-04 17:04:04 +00:00 |
SemaAttr.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaCXXScopeSpec.cpp
|
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
|
2012-05-04 16:32:21 +00:00 |
SemaCast.cpp
|
Add correct parenthesis range to CXXConstructExprs inside
|
2012-07-16 08:05:07 +00:00 |
SemaChecking.cpp
|
Remove ScanfArgType and bake that logic into ArgType.
|
2012-08-07 08:59:46 +00:00 |
SemaCodeComplete.cpp
|
Remove unnecessary spacing around Objective-C object literal code
|
2012-07-17 23:24:47 +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
|
Get rid of an early return in Sema::ActOnFields which doesn't make sense anymore.
|
2012-08-08 04:39:56 +00:00 |
SemaDeclAttr.cpp
|
Fix line endings.
|
2012-08-03 17:40:43 +00:00 |
SemaDeclCXX.cpp
|
-Wunused-private-fields: Don't try to check unresolved initializer expressions
|
2012-08-07 21:30:42 +00:00 |
SemaDeclObjC.cpp
|
Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401.
|
2012-08-01 21:02:59 +00:00 |
SemaExceptionSpec.cpp
|
Final piece of core issue 1330: delay computing the exception specification of
|
2012-07-27 04:22:15 +00:00 |
SemaExpr.cpp
|
objc-arc: Make -Wdirect-ivar-access accessible to all
|
2012-08-07 23:48:10 +00:00 |
SemaExprCXX.cpp
|
Implement final piece of DR963 and also DR587:
|
2012-08-08 06:13:49 +00:00 |
SemaExprMember.cpp
|
objc-arc: Make -Wdirect-ivar-access accessible to all
|
2012-08-07 23:48:10 +00:00 |
SemaExprObjC.cpp
|
Fix an assertion failure instantiating a constexpr function from within a -dealloc method. PR13401.
|
2012-08-01 21:02:59 +00:00 |
SemaFixItUtils.cpp
|
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
|
2012-07-04 17:04:04 +00:00 |
SemaInit.cpp
|
Simplify code, no functionality change.
|
2012-08-04 17:00:46 +00:00 |
SemaLambda.cpp
|
PR12057: Allow variadic template pack expansions to cross lambda boundaries.
|
2012-07-25 03:56:55 +00:00 |
SemaLookup.cpp
|
Fix PR13394: Erasing from a vector changes the end of the vector, so make sure we always have the right end.
|
2012-07-27 10:21:08 +00:00 |
SemaObjCProperty.cpp
|
Remove unused variables.
|
2012-08-08 09:26:28 +00:00 |
SemaOverload.cpp
|
Fix some minor typos
|
2012-07-31 06:56:50 +00:00 |
SemaPseudoObject.cpp
|
objective-c arc: Patch to suggest bridge casting of CF
|
2012-08-02 18:03:58 +00:00 |
SemaStmt.cpp
|
[ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using
|
2012-08-07 00:29:06 +00:00 |
SemaStmtAttr.cpp
|
Inline storage of attributes in AttributedStmt.
|
2012-07-09 10:04:07 +00:00 |
SemaTemplate.cpp
|
Comment parsing: add support for \tparam command on all levels.
|
2012-07-31 22:37:06 +00:00 |
SemaTemplateDeduction.cpp
|
When performing the deduced/actual argument type check for C++
|
2012-07-18 00:14:59 +00:00 |
SemaTemplateInstantiate.cpp
|
Final piece of core issue 1330: delay computing the exception specification of
|
2012-07-27 04:22:15 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Final piece of core issue 1330: delay computing the exception specification of
|
2012-07-27 04:22:15 +00:00 |
SemaTemplateVariadic.cpp
|
PR12057: Allow variadic template pack expansions to cross lambda boundaries.
|
2012-07-25 03:56:55 +00:00 |
SemaType.cpp
|
Refactor checks for unevaluated contexts into a common utility function.
|
2012-08-06 22:47:24 +00:00 |
TargetAttributesSema.cpp
|
Reapply r158700 and fixup patches, minus one hunk that slipped through and
|
2012-06-19 23:57:03 +00:00 |
TargetAttributesSema.h
|
Remove Sema.h's dependency on DeclCXX.h.
|
2010-08-25 07:42:41 +00:00 |
TreeTransform.h
|
[ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using
|
2012-08-07 00:29:06 +00:00 |
TypeLocBuilder.h
|
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
|
2011-06-20 06:11:46 +00:00 |