Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c2e6d2a4a7fe9dfa7d52a38c6048b7b18e6b591a
c2e6d2a
Formatter: Detect ObjC message expressions after 'in' in loop
by Nico Weber
· 12 years ago
3f4535e
Get rid of manual debug output, now that the test runner supports it.
by Manuel Klimek
· 12 years ago
729a743
Fix invalid formatting with spaces before trailing comments.
by Daniel Jasper
· 12 years ago
a28fc06
Fixes handling of empty lines in macros.
by Manuel Klimek
· 12 years ago
2d000d3
Update test to not fail with attribute groups.
by Bill Wendling
· 12 years ago
2b4c924
Fix formatting of overloaded operator definitions.
by Daniel Jasper
· 12 years ago
06b247f
Do not use VariadicDynCastAllOfMatcher where VariadicAllOfMatcher works.
by Manuel Klimek
· 12 years ago
8c7f38c
Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls.
by Nico Weber
· 12 years ago
0ac717b
Formatter: Add a test for multi-line ObjC dict literals.
by Nico Weber
· 12 years ago
e626200
Formatter: Add another ObjC literal test.
by Nico Weber
· 12 years ago
d74fcdb
Formatter: Initial support for ObjC dictionary literals.
by Nico Weber
· 12 years ago
f0c5456
Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960>
by Bob Wilson
· 12 years ago
48559ba
Delete an extra blank line.
by Bob Wilson
· 12 years ago
7a9e91a
Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>
by Bob Wilson
· 12 years ago
0ff4f8b
Use static functions instead of an unnamed namespace
by Dmitri Gribenko
· 12 years ago
2afbe52
Reformat formatter code. No functionality change.
by Nico Weber
· 12 years ago
051860e
Formatter: Detect ObjC array literals.
by Nico Weber
· 12 years ago
b7b2565
objective-C: Fixes a bogus warning due to not setting
by Fariborz Jahanian
· 12 years ago
7728057
Formatter: Add test for default arguments.
by Nico Weber
· 12 years ago
8448e1a
FileCheck'ize tests
by Dmitri Gribenko
· 12 years ago
559b7fa
FileCheck'ize a test
by Dmitri Gribenko
· 12 years ago
a2f138a
Remove unreachable statement
by Dmitri Gribenko
· 12 years ago
bf88144
Comment parsing: use CharInfo.h
by Dmitri Gribenko
· 12 years ago
ae50a5b
libclang: use CXCursor getters to simplify code
by Dmitri Gribenko
· 12 years ago
223f0ff
Remove some stray uses of <ctype.h> functions.
by Jordan Rose
· 12 years ago
a4475a6
QoI: -Wreadonly-iboutlet-property should have the warning's location on the property.
by Ted Kremenek
· 12 years ago
992c592
Release notes: mention support for Unicode and UCNs in identifiers.
by Jordan Rose
· 12 years ago
6bd9929
Ensure that type definitions present in just-loaded modules are visible.
by Douglas Gregor
· 12 years ago
f07e815
clang/lib/StaticAnalyzer/Core/BugReporter.cpp: Appease old msvc in std::pair(0, 0).
by NAKAMURA Takumi
· 12 years ago
ed9c59f
Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11).
by Jordan Rose
· 12 years ago
d523df6
[analyzer] Invalidation checker: move the "missing implementation" check
by Anna Zaks
· 12 years ago
adecec3
[analyzer] Move DefaultBool so that all checkers can share it.
by Anna Zaks
· 12 years ago
722cd9e
[analyzer] Split IvarInvalidation into two checkers
by Anna Zaks
· 12 years ago
2b174c3
[analyzer] IvarInvalidation: refactor, pull out the diagnostic printing
by Anna Zaks
· 12 years ago
26db7db
[analyzer] IvarInvalidation: add annotation for partial invalidation
by Anna Zaks
· 12 years ago
1256434
objective-C: don't issue bogus warning about
by Fariborz Jahanian
· 12 years ago
799f3c1
CharInfo: Add missing "using namespace clang::charinfo" in .cpp file.
by Jordan Rose
· 12 years ago
3f6f51e
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
by Jordan Rose
· 12 years ago
4a04d44
Simplify logic for avoiding concatenation after numeric constants.
by Jordan Rose
· 12 years ago
6d4f734
StmtPrinter: Write large char values using \u or \U.
by Jordan Rose
· 12 years ago
9893902
Pull Lexer's CharInfo table out for general use throughout Clang.
by Jordan Rose
· 12 years ago
e22cef5
Note that checker-271 is newer than the analyzer in Xcode 4.6
by Ted Kremenek
· 12 years ago
8580c7e
Update open source checker build to checker-271.
by Ted Kremenek
· 12 years ago
2d1ece8
Always keep highest identifier, selector, and macro IDs when we've
by Douglas Gregor
· 12 years ago
ea14a87
Never cache the result of a module file lookup.
by Douglas Gregor
· 12 years ago
52635ff
Fix indentation-detection at indent level 0.
by Manuel Klimek
· 12 years ago
8185674
Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop body is skipped.
by Ted Kremenek
· 12 years ago
5a56e1b
[libclang] Add a test to make sure annotation works fine in the presence of
by Argyrios Kyrtzidis
· 12 years ago
19df705
Remove stale instance variable.
by Ted Kremenek
· 12 years ago
9ffd1ae
objective-C modern translation: Fix another random translation bug
by Fariborz Jahanian
· 12 years ago
547d5db
Takes the context into account when re-indenting regions.
by Manuel Klimek
· 12 years ago
bfaa111
objective-C modern translator. Fixes a trivial
by Fariborz Jahanian
· 12 years ago
087387a
Fix handling of fake parenthesis during formatting.
by Daniel Jasper
· 12 years ago
29f123b
Implement a tiny expression parser to improve formatting decisions.
by Daniel Jasper
· 12 years ago
ce3d1a6
Avoid unnecessary line breaks in nested ObjC calls.
by Daniel Jasper
· 12 years ago
026ce82
Improve filechecking of volatile test.
by Tim Northover
· 12 years ago
6bbaa77
CMake: Include Clang unit tests in check-clang target in standalone builds.
by Jordan Rose
· 12 years ago
63eb156
Fix test failure by making sure this file isn't identical to any other file
by Nick Lewycky
· 12 years ago
3092d9d
CMake: Optionally allow running the Clang unit tests in standalone builds.
by Jordan Rose
· 12 years ago
a69a589
Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to -fmodules-cache-path=<foo>).
by Richard Smith
· 12 years ago
a86b37e
[libclang] Attribute visitation happens out-of-source-order, make sure
by Argyrios Kyrtzidis
· 12 years ago
f21107b
Use the target address space value when mangling names.
by Tanya Lattner
· 12 years ago
2bb07c1
Fix stack overflow and improve performance when a module contains many
by Richard Smith
· 12 years ago
ada7191
objective-C modern translator. Generate #line
by Fariborz Jahanian
· 12 years ago
1b58c74
Teach subframework header lookup to suggest modules <rdar://problem/13176200>.
by Douglas Gregor
· 12 years ago
8135886
[analyzer] Remove redundant check as per Jordan's feedback.
by Anna Zaks
· 12 years ago
1c32b81
[analyzer] Fix typo.
by Anna Zaks
· 12 years ago
118aa75
[analyzer] Report bugs when freeing memory with offset pointer
by Anna Zaks
· 12 years ago
233e26a
[analyzer] Add pointer escape type param to checkPointerEscape callback
by Anna Zaks
· 12 years ago
2b68761
[analyzer] Don't reinitialize static globals more than once along a path
by Anna Zaks
· 12 years ago
250172a
Form the default -fmodules-cache-path= properly.
by Douglas Gregor
· 12 years ago
31c4a4b
objective-C modern translator. More fixups for
by Fariborz Jahanian
· 12 years ago
daf1a15
clang-format: Don't put useless space in f( ::g()).
by Daniel Jasper
· 12 years ago
882090e
Add missing header from r174648
by Douglas Gregor
· 12 years ago
7666b03
Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>.
by Douglas Gregor
· 12 years ago
90b5ac6
libclang: reduce CXString abuse
by Dmitri Gribenko
· 12 years ago
953a61f
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency.
by Douglas Gregor
· 12 years ago
ed4330b
Thread safety analysis: make sure that expressions in attributes are parsed
by DeLesley Hutchins
· 12 years ago
b30c038
Testcase for r174477.
by Chad Rosier
· 12 years ago
6959acd
Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions.
by Guy Benyei
· 12 years ago
51dbecf
FileCheckize volatile test
by Tim Northover
· 12 years ago
e8d3cf0
Only check for volatile memcpys in test.
by Tim Northover
· 12 years ago
5024bf5
Add AArch64 wchar definition to test
by Tim Northover
· 12 years ago
8fa36ea
XFAIL test that's inappropriate for AArch64 ABI
by Tim Northover
· 12 years ago
55f0593
Permit ABIs where the caller extends the result (test change).
by Tim Northover
· 12 years ago
cbe50cc
Documentation: fix typo: stdard -> stdarg
by Dmitri Gribenko
· 12 years ago
1142b2a
Documentation: add information about builtin includes to FAQ
by Dmitri Gribenko
· 12 years ago
775bb8a
libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch]
by NAKAMURA Takumi
· 12 years ago
fa37c5c
Implements equalsNode for Decl and Stmt.
by Manuel Klimek
· 12 years ago
21f18c4
Add OpenCL samplers as Clang builtin types and check sampler related restrictions.
by Guy Benyei
· 12 years ago
f5a6aef
Apply the pure-virtual odr rule to other constructs which can call overloaded
by Nick Lewycky
· 12 years ago
bbcd0f3
Fix handling of module imports adding names to a DeclContext after qualified
by Richard Smith
· 12 years ago
3646c68
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
by Richard Smith
· 12 years ago
878d0ad
-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unreachable code" was issued incorrectly.
by Alexander Kornienko
· 12 years ago
cd3b036
objective-C modern translator. Fix up the translated
by Fariborz Jahanian
· 12 years ago
4a19052
AST dumping: indicate the previous declaration for a redeclaration, and
by Richard Smith
· 12 years ago
005d51b
Be a little more permissive with -fmodules-ignore-macro= by removing everything after the second '=' if it is there.
by Douglas Gregor
· 12 years ago
d46b7ec
Add a *San + modules FIXME.
by Richard Smith
· 12 years ago
2a06085
Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules.
by Douglas Gregor
· 12 years ago
712f5b3
Formatter: Move ObjC literal tests to its own test case.
by Nico Weber
· 12 years ago
Next »