Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
132f2a2da34f378fc675b9e174564b0f52c31d98
132f2a2
objective-c patch to provide type safty when blocks are passing or
by Fariborz Jahanian
· 15 years ago
87bac6f
Emit output of PCH consistency checking test case to a separate text file and grep that
by Douglas Gregor
· 15 years ago
8596bbe
Issue error when a byref array is accessed in a block
by Fariborz Jahanian
· 15 years ago
e5877b0
Remove unused variable
by Douglas Gregor
· 15 years ago
c815108
Teach SourceManager's content cache to keep track of whether its
by Douglas Gregor
· 15 years ago
453091c
Audit all Preprocessor::getSpelling() callers, improving failure
by Douglas Gregor
· 15 years ago
a98c27b
fix copyright & typo
by Blaine Garst
· 15 years ago
9a8cb8d
Forgot the testcases.
by John McCall
· 15 years ago
8472af4
Implement -Wshadow. Based on a patch by Mike M.!
by John McCall
· 15 years ago
5d7650b
update link
by Chris Lattner
· 15 years ago
ef027fe
Perform access control for the implicit calls to base and member destructors
by John McCall
· 15 years ago
12cd2c5
at least give the Apple ABI a name that reflects Apple in prep for other ABI specs that might come along
by Blaine Garst
· 15 years ago
6757aaa
rev existing doc to account for recent ABI changes
by Blaine Garst
· 15 years ago
64e462d
Update get*LineNumber() and get*ColumnNumber() functions to pass the
by Douglas Gregor
· 15 years ago
a543016
Audit all callers of SourceManager::getCharacterData(); update some of
by Douglas Gregor
· 15 years ago
47a3fcd
Audit all callers of SourceManager::getBufferData(); fix the one that
by Douglas Gregor
· 15 years ago
aae58b0
Audit all getBuffer() callers (for both the FullSourceLoc and
by Douglas Gregor
· 15 years ago
aa38c3d
Teach the one caller of SourceManager::getMemoryBufferForFile() to cope with errors
by Douglas Gregor
· 15 years ago
3b8097a
accept and ignore __gcc_tdiag__ so we don't produce warnings
by Chris Lattner
· 15 years ago
ec1afbf
Make sure we actually override ReadHeaderFileInfo when we meant to
by Douglas Gregor
· 15 years ago
8c6fa84
Driver: Fix forwarding of -fno-lax-vector-conversions.
by Daniel Dunbar
· 15 years ago
12fab31
Fix header-search problems with precompiled headers, where the
by Douglas Gregor
· 15 years ago
ceafc4b
Switch another function to StringRef instead of char pointer pairs.
by Benjamin Kramer
· 15 years ago
f6ac97b
Let SourceManager::getBufferData return StringRef instead of a pair of two const char*.
by Benjamin Kramer
· 15 years ago
c506357
Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked
by Zhongxing Xu
· 15 years ago
b020748
Access control for implicit calls to copy assignment operators and copy
by John McCall
· 15 years ago
c3d43b7
Don't consume tokens past the end-of-file in an @interface. Fixes
by Douglas Gregor
· 15 years ago
6c790ea
Perform access control even for the implicit destructor calls from implicit
by John McCall
· 15 years ago
58e6f34
Perform access control for the implicit base and member destructor calls
by John McCall
· 15 years ago
50f6af7
Introduce optional "Invalid" parameters to routines that invoke the
by Douglas Gregor
· 15 years ago
36c35ba
Use SourceManager's Diagnostic object for all file-reading errors,
by Douglas Gregor
· 15 years ago
f715ca1
Give SourceManager a Diagnostic object with which to report errors,
by Douglas Gregor
· 15 years ago
f9b0a58
Add some <cstdio> includes to unbreak the buildbots
by Douglas Gregor
· 15 years ago
7bd0dfd
Add remaining sse4.1 intrinsics and builtins.
by Eric Christopher
· 15 years ago
aea67db
Introduce a new BufferResult class to act as the return type of
by Douglas Gregor
· 15 years ago
37cafb0
Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to ObjCInterfaceDecl.
by Ted Kremenek
· 15 years ago
de09d0c
Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup
by Ted Kremenek
· 15 years ago
9f550ff
Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.
by Ted Kremenek
· 15 years ago
b5696fe
Add 'expected-note'
by Ted Kremenek
· 15 years ago
894ae6a
Correctly determine if the @property has been previously declared. If
by Ted Kremenek
· 15 years ago
ee9ca69
objective-c++ must take into account qualifiers when
by Fariborz Jahanian
· 15 years ago
8efb581
Add comment to CFG to 'buildCFG()' arguments indicating that scope
by Ted Kremenek
· 15 years ago
66ccaec
Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory.
by Ted Kremenek
· 15 years ago
2d684c2
Remove useless forward decl.
by Kovarththanan Rajaratnam
· 15 years ago
dbdf5e7
During C++ name lookup, use DeclContext::Equals() rather than
by Douglas Gregor
· 15 years ago
711be1e
Implement C++ [temp.local]p8, which specifies that a template
by Douglas Gregor
· 15 years ago
4b7a834
Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.
by John McCall
· 15 years ago
b621766
Remember declaration scope qualifiers in the AST. Imposes no memory overhead
by John McCall
· 15 years ago
b05b5f3
Remember access paths for visible conversion decls.
by John McCall
· 15 years ago
51f4c94
Fix thinko and enable clang build on mingw again (hopefully)
by Anton Korobeynikov
· 15 years ago
c3cde07
Add EmitString helper method
by Kovarththanan Rajaratnam
· 15 years ago
2e6051a
Unbreak last commit. This should have been part of r98478.
by Kovarththanan Rajaratnam
· 15 years ago
74e485e
Pass file string by reference
by Kovarththanan Rajaratnam
· 15 years ago
aba54a9
Path related cleanup. Remove unnecessary variables.
by Kovarththanan Rajaratnam
· 15 years ago
11a18f1
Use makeAbsolute()
by Kovarththanan Rajaratnam
· 15 years ago
48673e6
Move to anonymous namespace
by Kovarththanan Rajaratnam
· 15 years ago
ad9e06d
Fixed copy-and-paste error causing categories to contain the protocols declared on the class, not the protocols declared on the category.
by David Chisnall
· 15 years ago
c2a9816
Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.
by Benjamin Kramer
· 15 years ago
b031c87
Add missing space.
by Rafael Espindola
· 15 years ago
8f51a4f
Give explicit template instantiations weak ODR linkage. Former
by Douglas Gregor
· 15 years ago
961b167
Fix PR6562. If a type is dependent, we don't know if it will have implicit
by Rafael Espindola
· 15 years ago
ee99005
Make getTemporaryPath a static member of CIndexer and use it to replace tmpnam calls.
by Benjamin Kramer
· 15 years ago
fea3d4d
Use raw_ostream instead of sprintf.
by Benjamin Kramer
· 15 years ago
92d6cd2
Simplify code.
by Benjamin Kramer
· 15 years ago
1935754
Use SmallString instead of SmallVector
by Kovarththanan Rajaratnam
· 15 years ago
65cc1e8
No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do
by Kovarththanan Rajaratnam
· 15 years ago
34fd284
Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent
by Douglas Gregor
· 15 years ago
8721360
Reinstate patch to turn explicit template instantiations into weak symbols
by Douglas Gregor
· 15 years ago
896b70f
Implement several CIndex functions for constructing USRs from C-strings instead of AST elements.
by Ted Kremenek
· 15 years ago
1c471f3
Check compatibility of vector types using their canonicalizations.
by John McCall
· 15 years ago
3352406
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
by Jeffrey Yasskin
· 15 years ago
4c9f709
Use llvm::SmallVector instead of std::vector.
by Ted Kremenek
· 15 years ago
20e1c7e
Fix a rare corner case bug which exposed a serious block API generation
by Fariborz Jahanian
· 15 years ago
22fe585
If main file name is empty then use "<unknown>".
by Devang Patel
· 15 years ago
cffbc78
Preserve the inherited-default-argument bit through instantiation.
by John McCall
· 15 years ago
bf73b35
Remember whether a ParmVarDecl was spelled with a default argument or
by John McCall
· 15 years ago
3ff9da4
Fix grammar
by Ted Kremenek
· 15 years ago
6488292
Make IdentifierTable::get(StringRef) "primary" (no functionality change)
by Kovarththanan Rajaratnam
· 15 years ago
50acf24
Reintroduce r98340 and r98341 now without copy/paste errors.
by Kovarththanan Rajaratnam
· 15 years ago
6561adf
Back out r98340 abd r98341
by Kovarththanan Rajaratnam
· 15 years ago
811f426
Add IdentifierTable::get() overload and start using it
by Kovarththanan Rajaratnam
· 15 years ago
33d3bca
fix PR6584: __SSE3__ not defined with -mss3
by Nuno Lopes
· 15 years ago
f9bc110
Switch parameter order for consistency (no functionality change)
by Kovarththanan Rajaratnam
· 15 years ago
362f6f2
Add keywords using StringRef
by Kovarththanan Rajaratnam
· 15 years ago
2781deb
Cleanup using StringRef
by Kovarththanan Rajaratnam
· 15 years ago
700030e
Switch over IdentifierInfoLookup to StringRef
by Kovarththanan Rajaratnam
· 15 years ago
0faede6
Improve the unused-value check to look into comma expressions and filter out
by John McCall
· 15 years ago
617def3
More this adjustment simplification.
by Anders Carlsson
· 15 years ago
4ea9006
Revert the linkage change for explicit template instantiations; something is amiss
by Douglas Gregor
· 15 years ago
cd0d27f
Remove OldOffset.
by Anders Carlsson
· 15 years ago
ae936d5
Remove debug output.
by Anders Carlsson
· 15 years ago
dd36681
Begin simplifying handling of thunks.
by Anders Carlsson
· 15 years ago
e5e0c9d
Give explicit template instantiations weak linkage (but don't defer
by Douglas Gregor
· 15 years ago
187ab37
Extend the builtin syntax to allow address-space qualifiers on pointers and
by John McCall
· 15 years ago
e3d67bc
Split Sema::ActOnProperty() into two recursive functions to clearly separate
by Ted Kremenek
· 15 years ago
0c2b4f4
Add SSE4 packed integer comparisons and corresponding intrinsics.
by Eric Christopher
· 15 years ago
ceef4ce
Add an extra test to this test-case.
by John McCall
· 15 years ago
d60e22e
Implement basic support for friend types and functions in non-dependent
by John McCall
· 15 years ago
2d2f936
Fix 80 col violations.
by Ted Kremenek
· 15 years ago
28685ab
Move 'ActOn' methods to the beginning of the file
by Ted Kremenek
· 15 years ago
Next »