hanchenye-llvm-project/clang/lib/AST
Dmitri Gribenko aeeca770b3 Add constness for NestedNameSpecifier::Create parameter
llvm-svn: 173274
2013-01-23 17:06:56 +00:00
..
APValue.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTConsumer.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ASTContext.cpp Add a new LangOpt NativeHalfType. This option allows for native half/fp16 2013-01-23 11:56:20 +00:00
ASTDiagnostic.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
ASTDumper.cpp Resolved merge error with r172323 (llvm::X -> X) 2013-01-15 12:20:21 +00:00
ASTImporter.cpp Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
AttrImpl.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
CMakeLists.txt Dump comments in -ast-dump. 2013-01-14 14:07:11 +00:00
CXXABI.h [Windows] Use thiscall as the default calling convention for class methods. PR12785 2012-07-12 09:50:54 +00:00
CXXInheritance.cpp Fix Cast 2013-01-15 22:09:40 +00:00
Comment.cpp Dump comments in -ast-dump. 2013-01-14 14:07:11 +00:00
CommentBriefParser.cpp Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. 2012-09-10 20:32:42 +00:00
CommentCommandTraits.cpp Comment parsing: handle non-builtin commands correctly. After semantic 2012-09-11 19:22:03 +00:00
CommentLexer.cpp Use llvm::hexDigitValue in comment lexer 2013-01-19 22:06:05 +00:00
CommentParser.cpp Fix PR14591: Windows newlines in doxygen comments cause failed assertion in 2012-12-19 17:34:55 +00:00
CommentSema.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Decl.cpp Fix a bug in VarDecl::getSourceRange() for static member arrays with an element 2013-01-22 17:00:09 +00:00
DeclBase.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
DeclCXX.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
DeclFriend.cpp Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. 2012-07-04 20:19:54 +00:00
DeclGroup.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
DeclObjC.cpp Treat hidden Objective-C protocol definitions as if they were 2013-01-17 00:38:46 +00:00
DeclPrinter.cpp Fixes couple of friend declaration -ast-print bug 2012-12-21 21:43:05 +00:00
DeclTemplate.cpp Constify some getters in RedeclarableTemplateDecl 2013-01-23 16:52:57 +00:00
DeclarationName.cpp Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
DumpXML.cpp Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
Expr.cpp Switch to APFloat constructor taking fltSemantics. 2013-01-22 09:46:51 +00:00
ExprCXX.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
ExprClassification.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ExprConstant.cpp Switch to APFloat constructor taking fltSemantics. 2013-01-22 09:46:51 +00:00
ExternalASTSource.cpp Implement the all_lookups_iterator for PCH as a follow-up to r153970. This 2012-04-16 02:51:46 +00:00
InheritViz.cpp Remove an unneeded const_cast 2013-01-14 00:25:25 +00:00
ItaniumCXXABI.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ItaniumMangle.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
LambdaMangleContext.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
Makefile
Mangle.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
MicrosoftCXXABI.cpp Revert r163078 per chandlerc's request. 2012-09-04 17:18:12 +00:00
MicrosoftMangle.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
NSAPI.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
NestedNameSpecifier.cpp Add constness for NestedNameSpecifier::Create parameter 2013-01-23 17:06:56 +00:00
ParentMap.cpp ParentMap: Restore the ability to update an existing map. 2012-10-06 01:19:36 +00:00
RawCommentList.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
RecordLayout.cpp Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. 2012-07-04 18:45:14 +00:00
RecordLayoutBuilder.cpp Currently when AST record layouts are dumped with -fdump-record-layouts, the 2012-12-08 00:07:24 +00:00
SelectorLocationsKind.cpp
Stmt.cpp ArrayRefize CXXTryStmt. 2012-12-29 20:13:03 +00:00
StmtIterator.cpp
StmtPrinter.cpp Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. 2012-12-20 19:22:21 +00:00
StmtProfile.cpp Fix the AST representation for non-type template arguments to encode 2012-09-26 02:36:12 +00:00
StmtViz.cpp
TemplateBase.cpp Include pruning and general cleanup. 2012-12-01 17:12:56 +00:00
TemplateName.cpp Implement AST dumper for Decls. 2012-12-20 02:09:13 +00:00
Type.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
TypeLoc.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
TypePrinter.cpp Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. 2012-12-25 08:53:55 +00:00
VTTBuilder.cpp Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. 2012-07-04 18:45:14 +00:00
VTableBuilder.cpp First step towards vftable generation with -cxx-abi microsoft PR13231 2013-01-21 13:02:41 +00:00