.. |
AnalysisBasedWarnings.cpp
|
improve on diagnostic and provide a fixit hint when
|
2012-03-08 00:22:50 +00:00 |
AttributeList.cpp
|
Refactor Clang sema attribute handling.
|
2012-03-07 00:12:16 +00:00 |
CMakeLists.txt
|
Refactor Clang sema attribute handling.
|
2012-03-07 00:12:16 +00:00 |
CodeCompleteConsumer.cpp
|
Basic: import SmallString<> into clang namespace
|
2012-02-05 02:13:05 +00:00 |
DeclSpec.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
DelayedDiagnostic.cpp
|
objc: When issue diagnostic about deprecated method, also
|
2012-03-02 21:50:02 +00:00 |
IdentifierResolver.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +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
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaAccess.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +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
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaCast.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaChecking.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaCodeComplete.cpp
|
[Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iterators instead of
|
2012-03-13 01:09:41 +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
|
PR11925: A function can't have a variably-modified return type. Not even in C++.
|
2012-03-13 05:56:40 +00:00 |
SemaDeclAttr.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaDeclCXX.cpp
|
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
|
2012-03-13 03:12:56 +00:00 |
SemaDeclObjC.cpp
|
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
|
2012-03-13 03:12:56 +00:00 |
SemaExceptionSpec.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaExpr.cpp
|
Alternate fix to PR12248: put Sema in charge of special-casing
|
2012-03-13 00:37:01 +00:00 |
SemaExprCXX.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaExprMember.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaExprObjC.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaFixItUtils.cpp
|
Refactor for clarity.
|
2012-01-13 19:34:55 +00:00 |
SemaInit.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaLambda.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaLookup.cpp
|
It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we
|
2012-03-13 04:12:34 +00:00 |
SemaObjCProperty.cpp
|
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
|
2012-03-13 03:12:56 +00:00 |
SemaOverload.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaPseudoObject.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaStmt.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaTemplate.cpp
|
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
|
2012-03-13 03:12:56 +00:00 |
SemaTemplateDeduction.cpp
|
C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded
|
2012-03-12 21:09:16 +00:00 |
SemaTemplateInstantiate.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaTemplateInstantiateDecl.cpp
|
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
|
2012-03-13 03:12:56 +00:00 |
SemaTemplateVariadic.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
SemaType.cpp
|
Fix parsing of trailing-return-type. Types are syntactically prohibited from
|
2012-03-12 08:56:40 +00:00 |
TargetAttributesSema.cpp
|
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
2012-03-11 07:00:24 +00:00 |
TargetAttributesSema.h
|
Remove Sema.h's dependency on DeclCXX.h.
|
2010-08-25 07:42:41 +00:00 |
TreeTransform.h
|
ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false). They are NOT objects.
|
2012-03-12 17:53:02 +00:00 |
TypeLocBuilder.h
|
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
|
2011-06-20 06:11:46 +00:00 |