index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
CMakeLists.txt
5
-rw-r--r--
docs/AutomaticReferenceCounting.rst
35
-rw-r--r--
docs/ClangFormat.rst
6
-rw-r--r--
docs/ClangTools.rst
27
-rw-r--r--
docs/ExternalClangExamples.rst
8
-rw-r--r--
docs/LibASTMatchersReference.html
159
-rw-r--r--
docs/LibASTMatchersTutorial.rst
76
-rw-r--r--
docs/UsersManual.rst
2
-rw-r--r--
include/clang-c/Index.h
47
-rw-r--r--
include/clang/AST/ASTContext.h
3
-rw-r--r--
include/clang/AST/AttrIterator.h
1
-rw-r--r--
include/clang/AST/CharUnits.h
11
-rw-r--r--
include/clang/AST/Comment.h
56
-rw-r--r--
include/clang/AST/CommentCommandTraits.h
12
-rw-r--r--
include/clang/AST/CommentCommands.td
48
-rw-r--r--
include/clang/AST/CommentLexer.h
11
-rw-r--r--
include/clang/AST/CommentParser.h
2
-rw-r--r--
include/clang/AST/CommentSema.h
23
-rw-r--r--
include/clang/AST/Decl.h
35
-rw-r--r--
include/clang/AST/DeclObjC.h
7
-rw-r--r--
include/clang/AST/RecursiveASTVisitor.h
2
-rw-r--r--
include/clang/AST/Type.h
2
-rw-r--r--
include/clang/ASTMatchers/ASTMatchers.h
117
-rw-r--r--
include/clang/ASTMatchers/ASTMatchersInternal.h
38
-rw-r--r--
include/clang/Basic/Attr.td
3
-rw-r--r--
include/clang/Basic/Diagnostic.h
2
-rw-r--r--
include/clang/Basic/DiagnosticCommentKinds.td
40
-rw-r--r--
include/clang/Basic/DiagnosticDriverKinds.td
7
-rw-r--r--
include/clang/Basic/DiagnosticGroups.td
1
-rw-r--r--
include/clang/Basic/DiagnosticIDs.h
2
-rw-r--r--
include/clang/Basic/DiagnosticLexKinds.td
10
-rw-r--r--
include/clang/Basic/DiagnosticParseKinds.td
2
-rw-r--r--
include/clang/Basic/DiagnosticSemaKinds.td
6
-rw-r--r--
include/clang/Basic/DiagnosticSerializationKinds.td
2
-rw-r--r--
include/clang/Basic/TokenKinds.h
18
-rw-r--r--
include/clang/Driver/CC1Options.td
6
-rw-r--r--
include/clang/Driver/Options.td
2
-rw-r--r--
include/clang/Driver/Phases.h
4
-rw-r--r--
include/clang/Driver/ToolChain.h
2
-rw-r--r--
include/clang/Driver/Types.h
13
-rw-r--r--
include/clang/Frontend/ASTUnit.h
3
-rw-r--r--
include/clang/Frontend/CodeGenOptions.def
2
-rw-r--r--
include/clang/Frontend/CodeGenOptions.h
4
-rw-r--r--
include/clang/Parse/Parser.h
6
-rw-r--r--
include/clang/Sema/AttributeList.h
52
-rw-r--r--
include/clang/Sema/DeclSpec.h
72
-rw-r--r--
include/clang/Sema/Sema.h
44
-rw-r--r--
include/clang/Serialization/ASTReader.h
6
-rw-r--r--
include/clang/Serialization/Module.h
39
-rw-r--r--
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
10
-rw-r--r--
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
40
-rw-r--r--
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
4
-rw-r--r--
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
2
-rw-r--r--
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
21
-rw-r--r--
lib/ARCMigrate/TransUnbridgedCasts.cpp
4
-rw-r--r--
lib/ARCMigrate/Transforms.cpp
4
-rw-r--r--
lib/AST/ASTContext.cpp
57
-rw-r--r--
lib/AST/ASTImporter.cpp
7
-rw-r--r--
lib/AST/CommentBriefParser.cpp
2
-rw-r--r--
lib/AST/CommentLexer.cpp
7
-rw-r--r--
lib/AST/CommentParser.cpp
22
-rw-r--r--
lib/AST/CommentSema.cpp
232
-rw-r--r--
lib/AST/Decl.cpp
13
-rw-r--r--
lib/AST/DeclObjC.cpp
53
-rw-r--r--
lib/AST/ExprCXX.cpp
3
-rw-r--r--
lib/AST/LambdaMangleContext.cpp
9
-rw-r--r--
lib/AST/TemplateName.cpp
2
-rw-r--r--
lib/AST/Type.cpp
22
-rw-r--r--
lib/Basic/DiagnosticIDs.cpp
6
-rw-r--r--
lib/Basic/SourceManager.cpp
12
-rw-r--r--
lib/Basic/Targets.cpp
135
-rw-r--r--
lib/CodeGen/ABIInfo.h
13
-rw-r--r--
lib/CodeGen/BackendUtil.cpp
6
-rw-r--r--
lib/CodeGen/CGAtomic.cpp
942
-rw-r--r--
lib/CodeGen/CGBlocks.cpp
46
-rw-r--r--
lib/CodeGen/CGBuiltin.cpp
8
-rw-r--r--
lib/CodeGen/CGCUDANV.cpp
4
-rw-r--r--
lib/CodeGen/CGCall.cpp
284
-rw-r--r--
lib/CodeGen/CGClass.cpp
32
-rw-r--r--
lib/CodeGen/CGCleanup.cpp
12
-rw-r--r--
lib/CodeGen/CGDebugInfo.cpp
111
-rw-r--r--
lib/CodeGen/CGDebugInfo.h
15
-rw-r--r--
lib/CodeGen/CGDecl.cpp
26
-rw-r--r--
lib/CodeGen/CGDeclCXX.cpp
20
-rw-r--r--
lib/CodeGen/CGException.cpp
117
-rw-r--r--
lib/CodeGen/CGExpr.cpp
624
-rw-r--r--
lib/CodeGen/CGExprAgg.cpp
189
-rw-r--r--
lib/CodeGen/CGExprCXX.cpp
26
-rw-r--r--
lib/CodeGen/CGExprComplex.cpp
121
-rw-r--r--
lib/CodeGen/CGExprConstant.cpp
2
-rw-r--r--
lib/CodeGen/CGExprScalar.cpp
115
-rw-r--r--
lib/CodeGen/CGObjC.cpp
103
-rw-r--r--
lib/CodeGen/CGObjCGNU.cpp
147
-rw-r--r--
lib/CodeGen/CGObjCMac.cpp
258
-rw-r--r--
lib/CodeGen/CGObjCRuntime.cpp
2
-rw-r--r--
lib/CodeGen/CGObjCRuntime.h
10
-rw-r--r--
lib/CodeGen/CGStmt.cpp
41
-rw-r--r--
lib/CodeGen/CGVTables.cpp
2
-rw-r--r--
lib/CodeGen/CGValue.h
34
-rw-r--r--
lib/CodeGen/CMakeLists.txt
1
-rw-r--r--
lib/CodeGen/CodeGenFunction.cpp
107
-rw-r--r--
lib/CodeGen/CodeGenFunction.h
87
-rw-r--r--
lib/CodeGen/CodeGenModule.cpp
35
-rw-r--r--
lib/CodeGen/CodeGenModule.h
10
-rw-r--r--
lib/CodeGen/CodeGenTypes.cpp
24
-rw-r--r--
lib/CodeGen/ItaniumCXXABI.cpp
10
-rw-r--r--
lib/CodeGen/TargetInfo.cpp
76
-rw-r--r--
lib/Driver/Driver.cpp
17
-rw-r--r--
lib/Driver/ToolChain.cpp
16
-rw-r--r--
lib/Driver/ToolChains.cpp
45
-rw-r--r--
lib/Driver/ToolChains.h
13
-rw-r--r--
lib/Driver/Tools.cpp
51
-rw-r--r--
lib/Driver/Types.cpp
62
-rw-r--r--
lib/Format/Format.cpp
175
-rw-r--r--
lib/Format/TokenAnnotator.cpp
53
-rw-r--r--
lib/Format/TokenAnnotator.h
5
-rw-r--r--
lib/Format/UnwrappedLineParser.cpp
11
-rw-r--r--
lib/Format/UnwrappedLineParser.h
8
-rw-r--r--
lib/Frontend/ASTUnit.cpp
9
-rw-r--r--
lib/Frontend/CompilerInvocation.cpp
25
-rw-r--r--
lib/Frontend/PrintPreprocessedOutput.cpp
11
-rw-r--r--
lib/Headers/altivec.h
28