- Oct 10, 2012
-
-
Fariborz Jahanian authored
methods looking for documentation on a particular base class inherited by any method that overrides the base class. In case of redeclaration, as when objc method is defined in the implementation, it also looks up for documentation in class/class extension being redeclared. llvm-svn: 165643
-
Jordan Rose authored
This more accurately reflects its use: this flag is set when a method matches the getter or setter name for a property in the same class, and does not actually specify whether or not the definition of the method will be synthesized (either implicitly or explicitly with @synthesize). This renames the setter and backing field as well, and changes the (soon-to-be-obsolete?) XML dump format to use 'property_accessor' instead of 'synthesized'. llvm-svn: 165626
-
NAKAMURA Takumi authored
LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR=/path/to/llvm-srcroot/tools/clang/tools/extra, by default. llvm-svn: 165620
-
Bill Wendling authored
llvm-svn: 165600
-
Argyrios Kyrtzidis authored
and modules are not enabled. llvm-svn: 165593
-
Argyrios Kyrtzidis authored
an invalid location if the location points to the synthetic buffer for the module input. llvm-svn: 165592
-
Bob Wilson authored
This reverts commit 165429 in an attempt to get our buildbots going. llvm-svn: 165573
-
- Oct 09, 2012
-
-
Argyrios Kyrtzidis authored
ASTContext so that it can be widely available. llvm-svn: 165473
-
- Oct 08, 2012
-
-
Bill Wendling authored
llvm-svn: 165429
-
Micah Villmow authored
llvm-svn: 165395
-
- Oct 06, 2012
-
-
Argyrios Kyrtzidis authored
to not mess up with module building. It was not worth trying to combine indexing without preprocessing record and building modules with one because: -just importing a module/PCH that was built with a pp record, enables it anyway -the performance gain of indexing without the preprocessing record is insignificant. llvm-svn: 165352
-
Ted Kremenek authored
llvm-svn: 165338
-
- Oct 05, 2012
-
-
Argyrios Kyrtzidis authored
importedASTFile indexing callback. llvm-svn: 165281
-
Argyrios Kyrtzidis authored
clang_Cursor_getModule clang_Module_getParent clang_Module_getName clang_Module_getFullName clang_Module_getNumTopLevelHeaders clang_Module_getTopLevelHeader llvm-svn: 165280
-
Argyrios Kyrtzidis authored
import declaration. llvm-svn: 165277
-
- Oct 04, 2012
-
-
Bill Wendling authored
file name if building Apple-style. llvm-svn: 165184
-
- Oct 03, 2012
-
-
Bill Wendling authored
llvm-svn: 165162
-
Argyrios Kyrtzidis authored
llvm-svn: 165161
-
Argyrios Kyrtzidis authored
imports via ImportDecls. llvm-svn: 165160
-
Benjamin Kramer authored
llvm-svn: 165119
-
Daniel Jasper authored
http://clang.llvm.org/docs/ClangTools.html, this adds -fixit option to clang-check. Thus, clang-check can become a general-purpose tool to run clang capitalizing on the info stored in a compilation database. Review: http://llvm-reviews.chandlerc.com/D51 llvm-svn: 165110
-
Dmitri Gribenko authored
regex for version tuples. llvm-svn: 165104
-
Bill Wendling authored
can't have the logic here to add in the 'tools/{driver,libclang}' directories, because they will be added in for ALL Makefiles which #include the top-level one. Place the logic into the 'tools' Makefile. llvm-svn: 165103
-
Argyrios Kyrtzidis authored
llvm-svn: 165083
-
Fariborz Jahanian authored
attribute going iinto XML document. llvm-svn: 165066
-
- Oct 02, 2012
-
-
Argyrios Kyrtzidis authored
declarations of the current primary module. llvm-svn: 165046
-
Fariborz Jahanian authored
to XML output. // rdar://12378879 llvm-svn: 165039
-
Argyrios Kyrtzidis authored
entities of the current primary module. llvm-svn: 165023
-
Argyrios Kyrtzidis authored
resulted in an automatic module import. llvm-svn: 165022
-
Argyrios Kyrtzidis authored
make sure that it gets enabled for when a module needs to be created. llvm-svn: 165021
-
Argyrios Kyrtzidis authored
info about imported modules. llvm-svn: 165020
-
- Oct 01, 2012
-
-
Fariborz Jahanian authored
care of comments by Dimitri and Doug. llvm-svn: 164957
-
- Sep 30, 2012
-
-
Bill Wendling authored
llvm-svn: 164915
-
- Sep 29, 2012
-
-
Dmitri Gribenko authored
use it to suggest appropriate macro for __attribute__((deprecated)) in -Wdocumentation-deprecated-sync. llvm-svn: 164892
-
Argyrios Kyrtzidis authored
an inclusion directive was automatically turned into a module import, and PPCallbacks::moduleImport() for an explicit module import. llvm-svn: 164874
-
Fariborz Jahanian authored
(I still need to add a test once I figure it out). Reviewed off-line by Doug. // rdar://12378879 llvm-svn: 164861
-
- Sep 27, 2012
-
-
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.htmlArgyrios Kyrtzidis authored
have PPCallbacks::InclusionDirective pass the character range for the filename quotes or brackets. rdar://11113134 & http://llvm.org/PR13880 llvm-svn: 164743
-
Bill Wendling authored
<rdar://problem/11202465> llvm-svn: 164739
-
- Sep 26, 2012
-
-
Ted Kremenek authored
llvm-svn: 164713
-
Ted Kremenek authored
llvm-svn: 164712
-